* [PATCH 2/6] ASoC: fsl_ssi: AC'97 DAI driver needs probe method too
@ 2015-06-28 13:45 Maciej S. Szmigiero
0 siblings, 0 replies; 2+ messages in thread
From: Maciej S. Szmigiero @ 2015-06-28 13:45 UTC (permalink / raw)
To: alsa-devel@alsa-project.org
Cc: Timur Tabi, Nicolin Chen, Xiubo Li, Liam Girdwood, Mark Brown,
Jaroslav Kysela, Takashi Iwai, linuxppc-dev, linux-kernel,
Fabio Estevam
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>
---
sound/soc/fsl/fsl_ssi.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/sound/soc/fsl/fsl_ssi.c b/sound/soc/fsl/fsl_ssi.c
index 9c46c7d..2ce9e1d 100644
--- 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,
^ permalink raw reply related [flat|nested] 2+ messages in thread* [PATCH 2/6] ASoC: fsl_ssi: AC'97 DAI driver needs probe method too
@ 2015-07-30 14:33 Maciej S. Szmigiero
0 siblings, 0 replies; 2+ messages in thread
From: Maciej S. Szmigiero @ 2015-07-30 14:33 UTC (permalink / raw)
To: alsa-devel@alsa-project.org
Cc: Timur Tabi, Nicolin Chen, Xiubo Li, Liam Girdwood, Mark Brown,
Jaroslav Kysela, Takashi Iwai, linuxppc-dev, linux-kernel,
Fabio Estevam
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>
---
sound/soc/fsl/fsl_ssi.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/sound/soc/fsl/fsl_ssi.c b/sound/soc/fsl/fsl_ssi.c
index 8185edc..a83b900 100644
--- 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,
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-30 14:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-28 13:45 [PATCH 2/6] ASoC: fsl_ssi: AC'97 DAI driver needs probe method too Maciej S. Szmigiero
-- strict thread matches above, loose matches on Subject: below --
2015-07-30 14:33 Maciej S. Szmigiero
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox