projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8277df3
)
ASoC: fsl_ssi: AC'97 DAI driver needs probe method too
author
Maciej S. Szmigiero
<mail@maciej.szmigiero.name>
Wed, 5 Aug 2015 15:22:53 +0000
(17:22 +0200)
committer
Mark Brown
<broonie@kernel.org>
Fri, 14 Aug 2015 19:20:56 +0000
(20:20 +0100)
AC'97 DAI driver struct need the same probe method as
I2S one to setup DMA params in fsl_ssi driver.
Signed-off-by: Maciej Szmigiero <mail@maciej.szmigiero.name>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_ssi.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/fsl/fsl_ssi.c
b/sound/soc/fsl/fsl_ssi.c
index 9c46c7dc0f2041d6e939e4f1572a60c1cb1b16a7..2ce9e1d77aecb9114e51c4c864a6c390123a6b26 100644
(file)
--- a/
sound/soc/fsl/fsl_ssi.c
+++ b/
sound/soc/fsl/fsl_ssi.c
@@
-1101,6
+1101,7
@@
static const struct snd_soc_component_driver fsl_ssi_component = {
static struct snd_soc_dai_driver fsl_ssi_ac97_dai = {
.bus_control = true,
+ .probe = fsl_ssi_dai_probe,
.playback = {
.stream_name = "AC97 Playback",
.channels_min = 2,