aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_generic.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2013-01-10 16:57:58 +0100
committerTakashi Iwai <tiwai@suse.de>2013-01-12 08:44:38 +0100
commit978e77e78cff7a85a31ad552ffd8afee319e8721 (patch)
treec95b0e607f72f3549817fd992999e8251adfe96a /sound/pci/hda/hda_generic.h
parentALSA: hda - Update automute / automic upon jack retasking (diff)
downloadlinux-dev-978e77e78cff7a85a31ad552ffd8afee319e8721.tar.xz
linux-dev-978e77e78cff7a85a31ad552ffd8afee319e8721.zip
ALSA: hda - Add output jack mode enum controls
Add the enum controls for changing the headphone amp bits of output jacks, such as "Headphone Jack Mode". This feature isn't enabled as default, so far, unless spec->add_out_jack_modes flag is set. 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_generic.h b/sound/pci/hda/hda_generic.h
index 89683c7fe263..bfa2d973268b 100644
--- a/sound/pci/hda/hda_generic.h
+++ b/sound/pci/hda/hda_generic.h
@@ -191,6 +191,7 @@ struct hda_gen_spec {
unsigned int indep_hp:1; /* independent HP supported */
unsigned int indep_hp_enabled:1; /* independent HP enabled */
unsigned int add_stereo_mix_input:1; /* add aamix as a capture src */
+ unsigned int add_out_jack_modes:1; /* add output jack mode enum ctls */
/* loopback mixing mode */
bool aamix_mode;