[alsa-devel] [PATCH] ASoC: soc-pcm: fix incorrect channels and sample_bits wiping off
Nicolin Chen
b42378 at freescale.com
Tue Nov 19 10:57:54 CET 2013
This patch wipes off the corresponding channels and sample_bits for codec_dai.
Signed-off-by: Nicolin Chen <b42378 at freescale.com>
---
@Mark Brown
Sir, I find the previous symmetry patch hasn't been merged into for-next.
So are you willing to apply this one or let me refine the previous PATCH
and resend that one?
sound/soc/soc-pcm.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/soc-pcm.c b/sound/soc/soc-pcm.c
index e1c5a00..60d9cfb 100644
--- a/sound/soc/soc-pcm.c
+++ b/sound/soc/soc-pcm.c
@@ -452,8 +452,8 @@ static int soc_pcm_close(struct snd_pcm_substream *substream)
if (!codec_dai->active) {
codec_dai->rate = 0;
- cpu_dai->channels = 0;
- cpu_dai->sample_bits = 0;
+ codec_dai->channels = 0;
+ codec_dai->sample_bits = 0;
}
/* Muting the DAC suppresses artifacts caused during digital
--
1.8.4
More information about the Alsa-devel
mailing list