commit | 1c53e7253ed8769a00afa0f06777d731dbe1ba6f | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri May 02 18:14:42 2014 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Fri May 02 18:14:42 2014 +0200 |
tree | 63d9f275184d0ccd6d2be62d92b6e8d7c2e670f8 | |
parent | b7a7723513dc89f83d6df13206df55d4dc26e825 [diff] |
ALSA: usb-audio: Save mixer status only once at suspend The suspend callback of usb-audio driver may be called multiple times per suspend when multiple USB interfaces are bound to a single sound card instance. In such a case, it's superfluous to save the mixer values multiple times. This patch fixes it by checking the counter. Signed-off-by: Takashi Iwai <tiwai@suse.de>