Message ID | 1352860249-26348-3-git-send-email-ricardo.neri@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/sound/soc/omap/omap-hdmi-card.c b/sound/soc/omap/omap-hdmi-card.c index 184180e..d6f4dba 100644 --- a/sound/soc/omap/omap-hdmi-card.c +++ b/sound/soc/omap/omap-hdmi-card.c @@ -32,7 +32,7 @@ static struct snd_soc_dai_link omap_hdmi_dai = { .name = "HDMI", .stream_name = "HDMI", - .cpu_dai_name = "omap-hdmi-audio-dai", + .cpu_dai_name = "omap_hdmi_audio", .platform_name = "omap-pcm-audio", .codec_name = "hdmi-audio-codec", .codec_dai_name = "omap-hdmi-hifi", diff --git a/sound/soc/omap/omap-hdmi.c b/sound/soc/omap/omap-hdmi.c index f59c69f..6592d6f 100644 --- a/sound/soc/omap/omap-hdmi.c +++ b/sound/soc/omap/omap-hdmi.c @@ -37,7 +37,7 @@ #include "omap-pcm.h" #include "omap-hdmi.h" -#define DRV_NAME "omap-hdmi-audio-dai" +#define DRV_NAME "omap_hdmi_audio" struct hdmi_priv { struct omap_pcm_dma_data dma_params;
Update the driver name to use the platform device created by the OMAPDSS HDMI driver for interested audio drivers to use. This platform device represents the audio functionality of the HDMI IP in the applicable OMAP processors. It does not make explicit reference to ASoC concepts such as DAI. Signed-off-by: Ricardo Neri <ricardo.neri@ti.com> --- sound/soc/omap/omap-hdmi-card.c | 2 +- sound/soc/omap/omap-hdmi.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)