diff options
author | Nicolin Chen <b42378@freescale.com> | 2013-09-02 10:52:02 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2013-10-30 09:55:18 +0800 |
commit | ecd26bfc554528ec49054b505dcd8b3035403339 (patch) | |
tree | 7977828e02483b566cd264aa5bfb5e45030e5bbc /sound/soc/codecs | |
parent | ac5e5649381f541dd6cadecfe2aaf64aade90f7e (diff) |
ENGR00277299-2 ASoC: codec: Generalise omap hdmi audio dummy codec driver
The omap hdmi audio dummy codec driver is a generic hdmi codec driver but
have build dependency, thus drop the dependency in order to use it.
Signed-off-by: Nicolin Chen <b42378@freescale.com>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r-- | sound/soc/codecs/Kconfig | 2 | ||||
-rw-r--r-- | sound/soc/codecs/omap-hdmi.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 74cdc255912d..7b7801e06b86 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -54,7 +54,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_MAX9877 if I2C select SND_SOC_MC13783 if MFD_MC13XXX select SND_SOC_ML26124 if I2C - select SND_SOC_OMAP_HDMI_CODEC if OMAP4_DSS_HDMI + select SND_SOC_OMAP_HDMI_CODEC select SND_SOC_PCM3008 select SND_SOC_RT5631 if I2C select SND_SOC_SGTL5000 if I2C diff --git a/sound/soc/codecs/omap-hdmi.c b/sound/soc/codecs/omap-hdmi.c index 529d06444c54..75160d721cf9 100644 --- a/sound/soc/codecs/omap-hdmi.c +++ b/sound/soc/codecs/omap-hdmi.c @@ -26,7 +26,7 @@ static struct snd_soc_codec_driver omap_hdmi_codec; static struct snd_soc_dai_driver omap_hdmi_codec_dai = { - .name = "omap-hdmi-hifi", + .name = "hdmi-hifi", .playback = { .channels_min = 2, .channels_max = 8, |