diff options
author | Takashi Iwai <tiwai@suse.de> | 2013-06-21 12:02:01 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-06-21 12:02:01 -0400 |
commit | 26889e51d39cc5cb36685f5a48a612108598f89c (patch) | |
tree | 30c679e9a03c14d44ff774817790632a4ca77d78 | |
parent | 0a1801e26c5237c259e863b4071c6a61d33ec666 (diff) |
ASoC: omap: Fix the leftover CONFIG_SND_SOC_HDMI_CODEC
Replace the leftover CONFIG_SND_SOC_OMAP_HDMI_CODEC in
sound/soc/omap/Kconfig with CONFIG_SND_SOC_HDMI_CODEC, which was
forgotten in the commit bf7c6e6c.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/soc/omap/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig index 60259f2f3f2c..9f5d55e6b17a 100644 --- a/sound/soc/omap/Kconfig +++ b/sound/soc/omap/Kconfig | |||
@@ -103,7 +103,7 @@ config SND_OMAP_SOC_OMAP_HDMI | |||
103 | tristate "SoC Audio support for Texas Instruments OMAP HDMI" | 103 | tristate "SoC Audio support for Texas Instruments OMAP HDMI" |
104 | depends on SND_OMAP_SOC && OMAP4_DSS_HDMI && OMAP2_DSS | 104 | depends on SND_OMAP_SOC && OMAP4_DSS_HDMI && OMAP2_DSS |
105 | select SND_OMAP_SOC_HDMI | 105 | select SND_OMAP_SOC_HDMI |
106 | select SND_SOC_OMAP_HDMI_CODEC | 106 | select SND_SOC_HDMI_CODEC |
107 | select OMAP4_DSS_HDMI_AUDIO | 107 | select OMAP4_DSS_HDMI_AUDIO |
108 | help | 108 | help |
109 | Say Y if you want to add support for SoC HDMI audio on Texas Instruments | 109 | Say Y if you want to add support for SoC HDMI audio on Texas Instruments |