]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda_intel: apply the Seperate stream_tag for Skylake
authorLibin Yang <libin.yang@intel.com>
Fri, 19 Dec 2014 00:44:31 +0000 (08:44 +0800)
committerTakashi Iwai <tiwai@suse.de>
Fri, 26 Dec 2014 11:21:31 +0000 (12:21 +0100)
commit9df79904ade9855a9de4d3cb8b87befbac2e0ba6
treed2d31476810553ef58bfcdde7772b71cfbfab101
parent7e50ddb08726afbfe71038edd46122345078ea8b
ALSA: hda_intel: apply the Seperate stream_tag for Skylake

The total stream number of Skylake'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>
Reviewed-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_intel.c