diff options
author | Stefan Binding <sbinding@opensource.cirrus.com> | 2022-05-04 18:12:36 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2022-05-09 10:46:14 +0200 |
commit | ec6a8aaafbc5b0467b7554b6e61a93d91fceb613 (patch) | |
tree | 7a63f751126bd079b89a375a928e2fccdb2f3067 /sound/pci/hda/patch_cs8409.h | |
parent | ALSA: hda/cs8409: Use general cs42l42 include in cs8409 hda driver (diff) | |
download | linux-ec6a8aaafbc5b0467b7554b6e61a93d91fceb613.tar.xz linux-ec6a8aaafbc5b0467b7554b6e61a93d91fceb613.zip |
ALSA: hda/cs8409: Support manual mode detection for CS42L42
For Jack detection on CS42L42, detection is normally done using
"auto" mode, which automatically detects what type of jack is
connected to the device. However, some headsets are not
automatically detected, and as such and alternative detection
method "manual mode" can be used to detect these headsets.
Signed-off-by: Stefan Binding <sbinding@opensource.cirrus.com>
Tested-by: Chris Chiu <chris.chiu@canonical.com>
Link: https://lore.kernel.org/r/20220504161236.2490532-4-sbinding@opensource.cirrus.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_cs8409.h')
-rw-r--r-- | sound/pci/hda/patch_cs8409.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_cs8409.h b/sound/pci/hda/patch_cs8409.h index 988259f8a940..ebf473a3f109 100644 --- a/sound/pci/hda/patch_cs8409.h +++ b/sound/pci/hda/patch_cs8409.h @@ -304,7 +304,6 @@ struct sub_codec { unsigned int hp_jack_in:1; unsigned int mic_jack_in:1; - unsigned int force_status_change:1; unsigned int suspended:1; unsigned int paged:1; unsigned int last_page; |