From: Wei Ni Date: Tue, 26 Jan 2010 07:59:33 +0000 (+0800) Subject: ALSA: hda - Add support for more the 8 streams X-Git-Tag: v2.6.34-rc1~243^2~1^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccc5df058da70d1c26c72cd1c24072a89998d735;p=pandora-kernel.git 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 Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed