]> 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)
commitb39b4ffac2ef9304e306b1733177ad84b8a8ce0e
treed2d31476810553ef58bfcdde7772b71cfbfab101
parenta3a951241280c4dc6aed05021095782d58dd296a
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