diff options
author | Kai-Heng Feng <kai.heng.feng@canonical.com> | 2020-08-23 12:58:50 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-08-23 13:01:08 +0200 |
commit | 1965c4364bdd025e9e3142592edd76addcc4bab4 (patch) | |
tree | cef820c7ce1b38c5ff4ec9bc26e27c22e1c3a3e5 /sound/usb/usbaudio.h | |
parent | ALSA: firewire-digi00x: exclude Avid Adrenaline from detection (diff) | |
download | linux-1965c4364bdd025e9e3142592edd76addcc4bab4.tar.xz linux-1965c4364bdd025e9e3142592edd76addcc4bab4.zip |
ALSA: usb-audio: Disable autosuspend for Lenovo ThinkStation P620
If USB autosuspend is enabled, both front and rear panel can no longer
detect jack insertion.
Enable USB remote wakeup, i.e. needs_remote_wakeup = 1, doesn't help
either.
So disable USB autosuspend to prevent missing jack detection event.
Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
Link: https://lore.kernel.org/r/20200823105854.26950-1-kai.heng.feng@canonical.com
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, 1 insertions, 0 deletions
diff --git a/sound/usb/usbaudio.h b/sound/usb/usbaudio.h index b91c4c0807ec..6839915a0128 100644 --- a/sound/usb/usbaudio.h +++ b/sound/usb/usbaudio.h @@ -102,6 +102,7 @@ enum quirk_type { QUIRK_AUDIO_ALIGN_TRANSFER, QUIRK_AUDIO_STANDARD_MIXER, QUIRK_SETUP_FMT_AFTER_RESUME, + QUIRK_SETUP_DISABLE_AUTOSUSPEND, QUIRK_TYPE_COUNT }; |