diff options
author | Ricardo Neri <ricardo.neri@ti.com> | 2011-04-07 08:44:24 +0100 |
---|---|---|
committer | Andy Green <andy.green@linaro.org> | 2011-04-07 08:44:24 +0100 |
commit | 287824665343121f439463a1cc2cb4116eb5b9e9 (patch) | |
tree | 7be717a09ace7dd90849c229007dd32ee9793c99 | |
parent | 8877bb03422d6e764a3ea12d9fbc2d4f4806bf01 (diff) |
omap4: enable HDMI audio
Enable audio through HDMI port. HDMI display must be enabled in
order to play audio.
Example test sequence:
echo 1 > /sys/devices/omapdss/display1/enabled
aplay -D hw:1,0 test.wav
Signed-off-by: Ricardo Neri <ricardo.neri@ti.com>
-rw-r--r-- | arch/arm/configs/omap4_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/omap4_defconfig b/arch/arm/configs/omap4_defconfig index 11e39dd1b04..85952c4185a 100644 --- a/arch/arm/configs/omap4_defconfig +++ b/arch/arm/configs/omap4_defconfig @@ -1907,6 +1907,7 @@ CONFIG_SND_OMAP_SOC_MCPDM=y CONFIG_SND_OMAP_SOC_ABE=y CONFIG_SND_OMAP_SOC_DMIC=y CONFIG_SND_OMAP_SOC_SDP4430=y +CONFIG_SND_OMAP_SOC_OMAP4_HDMI=y CONFIG_SND_SOC_I2C_AND_SPI=y # CONFIG_SND_SOC_ALL_CODECS is not set CONFIG_SND_SOC_DMIC=y |