diff options
author | Ricardo Neri <ricardo.neri@ti.com> | 2012-05-18 01:42:34 -0500 |
---|---|---|
committer | Liam Girdwood <lrg@ti.com> | 2012-05-22 17:33:23 +0100 |
commit | e412ec64bd598d7c41edc00aed8de67b2fa19754 (patch) | |
tree | a5b59f7abeee264ef52e13f0cc807081a82c0f46 /sound/soc/omap/omap-hdmi.c | |
parent | 356bccbea17988bd32a016ada867dd6a53ba2796 (diff) | |
download | linux-e412ec64bd598d7c41edc00aed8de67b2fa19754.tar.gz linux-e412ec64bd598d7c41edc00aed8de67b2fa19754.tar.bz2 linux-e412ec64bd598d7c41edc00aed8de67b2fa19754.zip |
ASoC: OMAP: HDMI: Update the platform device names
In order to utilize the new OMAP HDMI codec and the updated name of
the device of the CPU DAI, update the names at the drivers accordingly.
While there, also update the name of the machine driver to be more
generic and encompass more OMAP processors featuring HDMI and not
only OMAP4.
Signed-off-by: Ricardo Neri <ricardo.neri@ti.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@ti.com>
Diffstat (limited to 'sound/soc/omap/omap-hdmi.c')
-rw-r--r-- | sound/soc/omap/omap-hdmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/omap-hdmi.c b/sound/soc/omap/omap-hdmi.c index 38e0defa7078..0925a46f9f4e 100644 --- a/sound/soc/omap/omap-hdmi.c +++ b/sound/soc/omap/omap-hdmi.c @@ -35,7 +35,7 @@ #include "omap-pcm.h" #include "omap-hdmi.h" -#define DRV_NAME "hdmi-audio-dai" +#define DRV_NAME "omap-hdmi-audio-dai" static struct omap_pcm_dma_data omap_hdmi_dai_dma_params = { .name = "HDMI playback", |