Skip to content

Commit e265641

Browse files
hanluitiwai
authored andcommitted
ALSA: hda/hdmi - apply Skylake fix-ups to Broxton display codec
Broxton and Skylake have the same behavior on display audio. So this patch applys Skylake fix-ups to Broxton. Signed-off-by: Lu, Han <han.lu@intel.com> Cc: <stable@vger.kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 43f2cde commit e265641

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sound/pci/hda/patch_hdmi.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ MODULE_PARM_DESC(static_hdmi_pcm, "Don't restrict PCM parameters per ELD info");
5050
#define is_haswell(codec) ((codec)->core.vendor_id == 0x80862807)
5151
#define is_broadwell(codec) ((codec)->core.vendor_id == 0x80862808)
5252
#define is_skylake(codec) ((codec)->core.vendor_id == 0x80862809)
53+
#define is_broxton(codec) ((codec)->core.vendor_id == 0x8086280a)
5354
#define is_haswell_plus(codec) (is_haswell(codec) || is_broadwell(codec) \
54-
|| is_skylake(codec))
55+
|| is_skylake(codec) || is_broxton(codec))
5556

5657
#define is_valleyview(codec) ((codec)->core.vendor_id == 0x80862882)
5758
#define is_cherryview(codec) ((codec)->core.vendor_id == 0x80862883)

0 commit comments

Comments
 (0)