ALSA: rme96: Fix unexpected volume reset after rate changes
authorTakashi Iwai <tiwai@suse.de>
Fri, 4 Dec 2015 15:44:24 +0000 (16:44 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 30 Dec 2015 02:26:00 +0000 (02:26 +0000)
commit86331c5ba272a628d632e3de13fc82b40eb4643f
tree60064ef4e4828655226b2ddf17fd5680c5ce5335
parenta6d75fb2f466623c90e5b9e44e8c14a90b2da8e6
ALSA: rme96: Fix unexpected volume reset after rate changes

commit a74a821624c0c75388a193337babd17a8c02c740 upstream.

rme96 driver needs to reset DAC depending on the sample rate, and this
results in resetting to the max volume suddenly.  It's because of the
missing call of snd_rme96_apply_dac_volume().

However, calling this function right after the DAC reset still may not
work, and we need some delay before this call.  Since the DAC reset
and the procedure after that are performed in the spinlock, we delay
the DAC volume restore at the end after the spinlock.

Reported-and-tested-by: Sylvain LABOISNE <maeda1@free.fr>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
sound/pci/rme96.c