ALSA: hda - Introduce pin_cvt_fixup() ops to hdmi parser
authorTakashi Iwai <tiwai@suse.de>
Mon, 21 Mar 2016 11:56:46 +0000 (12:56 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 28 Mar 2016 07:38:40 +0000 (09:38 +0200)
commit4846a67eb5a1d7cac76e1b22f66e88a8cbbdff3f
treef3bf49c5505ad27b375f13595dfc46271e0f0e66
parent2c1c9b86c6b22dc0cbac3f4ca2c8272c472dc463
ALSA: hda - Introduce pin_cvt_fixup() ops to hdmi parser

For reducing the splat of is_haswell_plus() or such macros, this patch
introduces pin_cvt_fixup() ops to hdmi_spec.  For HSW+ and VLV+
codecs, set this ops so that the driver can call the Intel-specific
workarounds appropriately.

A gratis bonus that we can remove the mux_id argument from
hdmi_choose_cvt(), too, since the fixup function always refers the
mux_idx from the given per_pin object.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_hdmi.c
This page took 0.024671 seconds and 5 git commands to generate.