diff options
author | Takashi Iwai <tiwai@suse.de> | 2020-11-23 09:53:29 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-11-23 15:14:54 +0100 |
commit | 75c16b5147ee42270b18b5f32bc3f17f8b74b5eb (patch) | |
tree | 2e62f536d49b7249a7c4500916f28be129da391a /sound/usb/usbaudio.h | |
parent | 96e221f379e887f58d29969f10ed330ae1be4d80 (diff) | |
download | linux-rpi-75c16b5147ee42270b18b5f32bc3f17f8b74b5eb.tar.gz linux-rpi-75c16b5147ee42270b18b5f32bc3f17f8b74b5eb.tar.bz2 linux-rpi-75c16b5147ee42270b18b5f32bc3f17f8b74b5eb.zip |
ALSA: usb-audio: Always set up the parameters after resume
The commit 92adc96f8eec ("ALSA: usb-audio: set the interface format
after resume on Dell WD19") introduced the workaround for the broken
setup after the resume specifically on a Dell dock model. However,
the full setup should have been performed after the resume on all
devices, as we can't guarantee the same state. So this patch removes
the conditional check and applies the workaround always.
Tested-by: Keith Milner <kamilner@superlative.org>
Tested-by: Dylan Robinson <dylan_robinson@motu.com>
Link: https://lore.kernel.org/r/20201123085347.19667-24-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/usbaudio.h')
-rw-r--r-- | sound/usb/usbaudio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/usb/usbaudio.h b/sound/usb/usbaudio.h index aa017a93f7bd..cc338e8e2597 100644 --- a/sound/usb/usbaudio.h +++ b/sound/usb/usbaudio.h @@ -35,7 +35,6 @@ struct snd_usb_audio { wait_queue_head_t shutdown_wait; unsigned int txfr_quirk:1; /* Subframe boundaries on transfers */ unsigned int tx_length_quirk:1; /* Put length specifier in transfers */ - unsigned int setup_fmt_after_resume_quirk:1; /* setup the format to interface after resume */ unsigned int need_delayed_register:1; /* warn for delayed registration */ int num_interfaces; int num_suspended_intf; |