]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda_intel: apply the Seperate stream_tag for Sunrise Point
authorLibin Yang <libin.yang@intel.com>
Thu, 26 Mar 2015 05:28:39 +0000 (13:28 +0800)
committerTakashi Iwai <tiwai@suse.de>
Thu, 26 Mar 2015 06:30:13 +0000 (07:30 +0100)
commit31caccc8e40352c7afc20255389b4fa215e19c10
tree5ab847a1d1a7f0ae255b7122c871e0b776953ea5
parent85aeff7cbd777498430aa7b20a35733ddaad90dd
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>
sound/pci/hda/hda_intel.c