4 Dec
2013
4 Dec
'13
12:46 p.m.
On Wed, Dec 04, 2013 at 11:18:37AM +0800, Nicolin Chen wrote:
This patch removed the redundant snd_soc_dai_digital_mute() in close() since it's better to mute in hw_free() which's slightly earlier and symmetrical for the case of reconfiguration: 'aplay 44k1.wav 48k.wav', for example, will be open()->hw_params()->prepare(unmute)->playi1ng->hw_free(mute)->hw_params()-> parepare(unmute)->playing->hw_free(mute)->close()
Applied, thanks.