alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Only do snd_soc_dai_digital_mute() in hw_free()
@ 2013-12-04  3:18 Nicolin Chen
  2013-12-04  3:18 ` [PATCH v2 1/2] ASoC: soc-pcm: Use valid condition for " Nicolin Chen
  2013-12-04  3:18 ` [PATCH v2 2/2] ASoC: soc-pcm: Drop the redundant snd_soc_dai_digital_mute() in soc_pcm_close() Nicolin Chen
  0 siblings, 2 replies; 5+ messages in thread
From: Nicolin Chen @ 2013-12-04  3:18 UTC (permalink / raw)
  To: broonie, lgirdwood; +Cc: tiwai, alsa-devel

This series of patches mainly fixes an issue of snd_soc_dai_digital_mute()
operation after playback/capture is done. The current system has two of
them in a normal PCM instance while one of them has an invalid condition.
Thus we first fix the condition and then drop the redundant one.

Changelog:
v2:
 * Bisected into two patches.
 * Fixed indentation in PATCH-1.

Nicolin Chen (2):
  ASoC: soc-pcm: Use valid condition for snd_soc_dai_digital_mute() in
    hw_free()
  ASoC: soc-pcm: Drop the redundant snd_soc_dai_digital_mute() in
    soc_pcm_close()

 sound/soc/soc-pcm.c | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

-- 
1.8.4

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-12-04 11:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-04  3:18 [PATCH v2 0/2] Only do snd_soc_dai_digital_mute() in hw_free() Nicolin Chen
2013-12-04  3:18 ` [PATCH v2 1/2] ASoC: soc-pcm: Use valid condition for " Nicolin Chen
2013-12-04 11:47   ` Mark Brown
2013-12-04  3:18 ` [PATCH v2 2/2] ASoC: soc-pcm: Drop the redundant snd_soc_dai_digital_mute() in soc_pcm_close() Nicolin Chen
2013-12-04 11:46   ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).