commit | ccc5df058da70d1c26c72cd1c24072a89998d735 | [log] [tgz] |
---|---|---|
author | Wei Ni <wni@nvidia.com> | Tue Jan 26 15:59:33 2010 +0800 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Jan 26 10:40:03 2010 +0100 |
tree | 628d9b5a61588eb590f5fa1c816f3053f00f997c | |
parent | 0aea778efa0d632b62eb35122cbb3b9fae548c61 [diff] |
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>