aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_generic.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2017-04-10 17:37:34 +0200
committerTakashi Iwai <tiwai@suse.de>2017-04-10 17:45:27 +0200
commit7480316c265c9fcdbf73b1b8dec061b893b7e987 (patch)
tree69b0bdc29afba6b441eaa9fa1656e6ceead36a35 /sound/pci/hda/hda_generic.h
parentALSA: hda - A new flag to enforce prefix to each pin (diff)
downloadlinux-dev-7480316c265c9fcdbf73b1b8dec061b893b7e987.tar.xz
linux-dev-7480316c265c9fcdbf73b1b8dec061b893b7e987.zip
ALSA: hda - Allow to enable/disable vmaster build explicitly
Another preliminary patch for the dual-codec support: since the support of vmaster over multiple codecs is difficult, simply disable it by a new flag to hda_codec struct. A new user hint is added as well for consistency. 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 f66fc7e25e07..61772317de46 100644
--- a/sound/pci/hda/hda_generic.h
+++ b/sound/pci/hda/hda_generic.h
@@ -229,6 +229,7 @@ struct hda_gen_spec {
unsigned int add_jack_modes:1; /* add i/o jack mode enum ctls */
unsigned int power_down_unused:1; /* power down unused widgets */
unsigned int dac_min_mute:1; /* minimal = mute for DACs */
+ unsigned int suppress_vmaster:1; /* don't create vmaster kctls */
/* other internal flags */
unsigned int no_analog:1; /* digital I/O only */