]> pilppa.com Git - linux-2.6-omap-h63xx.git/commit
[PATCH] ARM: OMAP: problem with audio on h3
authorVladimir A. Barinov <vbarinov@ru.mvista.com>
Tue, 24 May 2005 17:52:49 +0000 (10:52 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 24 May 2005 17:52:49 +0000 (10:52 -0700)
commit613beee49dafe4f27654a59a5f2573f5b9cc93e4
tree8d44e3a1fc1ca796f2c875e1d9fb840d1902c9e6
parent7d44c71b009c1d248db612e5b05d77bcf6eccc52
[PATCH] ARM: OMAP: problem with audio on h3

This string is needed to avoid work of the second dma channel if we need
only one to send data (i.e. send only one small chunk).
Otherwise it will produce:
# cat /home/out.txt >/dev/dsp
MUX: initialized N14_1610_UWIRE_CS0
audio_dsr_handler}-ERROR: Interrupt(3)  for empty queue(h=1, T=1)???
Interrupt(3)  for empty queue(h=1, T=1)???
{audio_dsr_handler}-ERROR: nbfrag=8,pendfrags=0,USR-H=1, QH-1 QT-1
MUX: initialized V5_1710_MCLK_OFF
The attached patch should solve the probelm that pointed David Cohen.

Signed-off-by: Vladimir A. Barinov <vbarinov@ru.mvista.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
sound/oss/omap-audio-dma-intfc.c