Skip to content

Commit db48abf

Browse files
libinyangtiwai
authored andcommitted
ALSA: hda_intel: apply the Seperate stream_tag for Sunrise Point
The total stream number of Sunrise Point's input and output stream exceeds 15, which will cause some streams do not work because of the overflow on SDxCTL.STRM field if using the legacy stream tag allocation method. This patch uses the new stream tag allocation method by add the flag AZX_DCAPS_SEPARATE_STREAM_TAG for Skylake platform. Signed-off-by: Libin Yang <libin.yang@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 80b311d commit db48abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/pci/hda/hda_intel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1989,7 +1989,7 @@ static const struct pci_device_id azx_ids[] = {
19891989
.driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH },
19901990
/* Sunrise Point */
19911991
{ PCI_DEVICE(0x8086, 0xa170),
1992-
.driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH },
1992+
.driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_SKYLAKE },
19931993
/* Sunrise Point-LP */
19941994
{ PCI_DEVICE(0x8086, 0x9d70),
19951995
.driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_SKYLAKE },

0 commit comments

Comments
 (0)