projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aac2514
)
ASoC: omap-hdmi-card: Use the same name for platform as the cpu_dai
author
Peter Ujfalusi
<peter.ujfalusi@ti.com>
Wed, 16 Apr 2014 12:46:29 +0000
(15:46 +0300)
committer
Mark Brown
<broonie@linaro.org>
Fri, 18 Apr 2014 17:00:47 +0000
(18:00 +0100)
Now that the platform driver is registered with the cpu_dai's device we
can use the same name for it.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/omap/omap-hdmi-card.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/omap/omap-hdmi-card.c
b/sound/soc/omap/omap-hdmi-card.c
index 7e66e9cba5a8770ca2a77abbb1c3be2b3aab5a29..f649fe84b629ff1e38d8b353c6bc99bc709dc7de 100644
(file)
--- a/
sound/soc/omap/omap-hdmi-card.c
+++ b/
sound/soc/omap/omap-hdmi-card.c
@@
-33,7
+33,7
@@
static struct snd_soc_dai_link omap_hdmi_dai = {
.name = "HDMI",
.stream_name = "HDMI",
.cpu_dai_name = "omap-hdmi-audio-dai",
- .platform_name = "omap-
pcm-audio
",
+ .platform_name = "omap-
hdmi-audio-dai
",
.codec_name = "hdmi-audio-codec",
.codec_dai_name = "hdmi-hifi",
};