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:
753834c
)
ASoC: tegra: Tweak matching of AC97 components
author
Lucas Stach
<dev@lynxeye.de>
Tue, 17 Dec 2013 10:52:43 +0000
(11:52 +0100)
committer
Mark Brown
<broonie@linaro.org>
Tue, 17 Dec 2013 13:55:07 +0000
(13:55 +0000)
Matching works completely based on the cpu of_node.
Signed-off-by: Lucas Stach <dev@lynxeye.de>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/tegra/tegra_wm9712.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/tegra/tegra_wm9712.c
b/sound/soc/tegra/tegra_wm9712.c
index 5e119630b0e03fa677b49302e517499f8cb1df5f..45b57892b6a53564e60434262b56fb0ae16b91df 100644
(file)
--- a/
sound/soc/tegra/tegra_wm9712.c
+++ b/
sound/soc/tegra/tegra_wm9712.c
@@
-55,7
+55,6
@@
static int tegra_wm9712_init(struct snd_soc_pcm_runtime *rtd)
static struct snd_soc_dai_link tegra_wm9712_dai = {
.name = "AC97 HiFi",
.stream_name = "AC97 HiFi",
- .cpu_dai_name = "tegra20-ac97",
.codec_dai_name = "wm9712-hifi",
.codec_name = "wm9712-codec",
.init = tegra_wm9712_init,