diff options
author | Takashi Iwai <tiwai@suse.de> | 2017-04-10 18:37:34 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-04-10 18:45:27 +0300 |
commit | 7480316c265c9fcdbf73b1b8dec061b893b7e987 (patch) | |
tree | 69b0bdc29afba6b441eaa9fa1656e6ceead36a35 /sound/pci/hda/hda_generic.h | |
parent | 9f3dadb156692e15933a4a97ef659f65151be4a1 (diff) | |
download | linux-7480316c265c9fcdbf73b1b8dec061b893b7e987.tar.xz |
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.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 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 */ |