]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ALSA: hda - Fix bdl_pos_adj value for ATI SB chipsets
authorTakashi Iwai <tiwai@suse.de>
Tue, 10 Jun 2008 15:53:35 +0000 (17:53 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 13 Jun 2008 14:34:25 +0000 (16:34 +0200)
commit5c0d7bc103dd1ae85967fbcf70be8d1ae3aa3d79
treed7c3ee90cd64da05b802924ab32f16999909083b
parent555e219ffaeecbd08d1603e1551188483e7e3b64
ALSA: hda - Fix bdl_pos_adj value for ATI SB chipsets

ATI SB controllers seem to report the DMA ahead in the amount of FIFO.
Thus bdl_pos_adj should be 32 for them as default.

Also, the default value is set to -1, which means to make the driver
to choose the appropriate value.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
sound/pci/hda/hda_intel.c