ALSA: hda - Apply AMP fix in hdmi_setup_audio_infoframe() generically
authorTakashi Iwai <tiwai@suse.de>
Mon, 21 Mar 2016 11:36:44 +0000 (12:36 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 28 Mar 2016 07:38:40 +0000 (09:38 +0200)
commit44bb6d0c3f690e60670517859925417bd7c42a22
tree2bc4d13e893385813806879b47cc53b26774d8c0
parenta686632fd9a857776798f3479e2b58b07d938076
ALSA: hda - Apply AMP fix in hdmi_setup_audio_infoframe() generically

The need for reprogramming the AMP mute bit at each audio info frame
setup isn't always specific to Intel chips.  It's safer to set it
generically for all codecs with the amp bit, as this verb execution
itself isn't too much load.  This eliminates one usage of
is_haswell_plus() macro, after all.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_hdmi.c