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)
commitd6795827bd79b28fef1abdaf7e525fcca506b831
treed2d31476810553ef58bfcdde7772b71cfbfab101
parent93e3423e6ba4b0ddaf056ecbdf5bc46f18f41deb
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