diff options
author | Takashi Iwai <tiwai@suse.de> | 2013-01-07 10:32:11 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-01-12 02:44:15 -0500 |
commit | d12daf6f41693b6b34351b37b6d05d1a6f9b3472 (patch) | |
tree | 3915b917de9bb76460ccab9c64874f8529e01a6b /sound/pci/hda/hda_generic.h | |
parent | fb690cf58278163b464e3ea8b76ad31e07fb140c (diff) |
ALSA: hda - Add a flag to suppress mic auto-switch
Add a new flag spec->suppress_mic_auto_switch for codecs that don't
support unsol events properly like VT1708.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_generic.h')
-rw-r--r-- | sound/pci/hda/hda_generic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_generic.h b/sound/pci/hda/hda_generic.h index 343195c827e4..1763e33b90ef 100644 --- a/sound/pci/hda/hda_generic.h +++ b/sound/pci/hda/hda_generic.h | |||
@@ -175,6 +175,7 @@ struct hda_gen_spec { | |||
175 | unsigned int automute_speaker_possible:1; /* there are speakers and either LO or HP */ | 175 | unsigned int automute_speaker_possible:1; /* there are speakers and either LO or HP */ |
176 | unsigned int automute_lo_possible:1; /* there are line outs and HP */ | 176 | unsigned int automute_lo_possible:1; /* there are line outs and HP */ |
177 | unsigned int keep_vref_in_automute:1; /* Don't clear VREF in automute */ | 177 | unsigned int keep_vref_in_automute:1; /* Don't clear VREF in automute */ |
178 | unsigned int suppress_auto_mic:1; /* suppress input jack auto switch */ | ||
178 | unsigned int line_in_auto_switch:1; /* allow line-in auto switch */ | 179 | unsigned int line_in_auto_switch:1; /* allow line-in auto switch */ |
179 | 180 | ||
180 | /* other flags */ | 181 | /* other flags */ |