]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Add support for more the 8 streams
authorWei Ni <wni@nvidia.com>
Tue, 26 Jan 2010 07:59:33 +0000 (15:59 +0800)
committerTakashi Iwai <tiwai@suse.de>
Tue, 26 Jan 2010 09:40:03 +0000 (10:40 +0100)
commit5a544c670384f4bbfd965616f552fab05cea0e4d
tree628d9b5a61588eb590f5fa1c816f3053f00f997c
parent50fc2dcae6b07184b8d81cfc709cdd63503260be
ALSA: hda - Add support for more the 8 streams

In azx_stream_start() and azx_stream_stop(),
it use azx_readb/azx_writeb to read/write SIE,
it just enable/disable 8 streams.
But according to the HDA spec, it support 30 streams,
and the new HDA controller will support more then 8
streams. So we should use azx_readl/azx_writel to
read/write SIE.

Signed-off-by: Wei Ni <wni@nvidia.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_intel.c