diff options
author | Takashi Iwai <tiwai@suse.de> | 2013-01-15 18:45:53 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-01-15 18:45:53 +0100 |
commit | ea46c3c87c35b90139b4dca43917d0f605d568ed (patch) | |
tree | 00306a2e42aeda1b7820b24e03e367cee5dd07f1 /sound/pci/hda/hda_generic.h | |
parent | ALSA: hda - fix OOPS in hda_mark_cmd_cache_dirty (diff) | |
download | linux-ea46c3c87c35b90139b4dca43917d0f605d568ed.tar.xz linux-ea46c3c87c35b90139b4dca43917d0f605d568ed.zip |
ALSA: hda - Add prefer_hp_amp flag to hda_gen_spec
Add a new flag to indicate whether HP amp is turned on as default for
speaker or line-outs, and enable this for ALC260 codec, as many
machines with this codec require the HP amp even for speakers.
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 1ceaacd1b775..6ba580540081 100644 --- a/sound/pci/hda/hda_generic.h +++ b/sound/pci/hda/hda_generic.h @@ -190,6 +190,7 @@ struct hda_gen_spec { unsigned int vmaster_mute_enum:1; /* add vmaster mute mode enum */ unsigned int indep_hp:1; /* independent HP supported */ unsigned int indep_hp_enabled:1; /* independent HP enabled */ + unsigned int prefer_hp_amp:1; /* enable HP amp for speaker if any */ 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 */ |