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)
commitccc5df058da70d1c26c72cd1c24072a89998d735
tree628d9b5a61588eb590f5fa1c816f3053f00f997c
parent0aea778efa0d632b62eb35122cbb3b9fae548c61
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