diff --git a/[refs] b/[refs] index 3ae0c7952004..8588cf1715e3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4f7e7954a7f66735b0ee4b304c075c24ffae091a +refs/heads/master: 3d3106433e779cd6d5e4814eaeaec6b79a8ddd53 diff --git a/trunk/sound/soc/soc-pcm.c b/trunk/sound/soc/soc-pcm.c index 1347584d64df..1aee9fcdf650 100644 --- a/trunk/sound/soc/soc-pcm.c +++ b/trunk/sound/soc/soc-pcm.c @@ -288,6 +288,9 @@ static int soc_pcm_close(struct snd_pcm_substream *substream) codec_dai->active--; codec->active--; + if (!cpu_dai->active && !codec_dai->active) + rtd->rate = 0; + /* Muting the DAC suppresses artifacts caused during digital * shutdown, for example from stopping clocks. */