|
@@ -49,7 +49,7 @@ static struct snd_ac97_bus_ops pxa2xx_ac97_ops = {
|
|
|
.reset = pxa2xx_ac97_cold_reset,
|
|
|
};
|
|
|
|
|
|
-static unsigned long pxa2xx_ac97_pcm_stereo_in_req = 12;
|
|
|
+static unsigned long pxa2xx_ac97_pcm_stereo_in_req = 11;
|
|
|
static struct snd_dmaengine_dai_dma_data pxa2xx_ac97_pcm_stereo_in = {
|
|
|
.addr = __PREG(PCDR),
|
|
|
.addr_width = DMA_SLAVE_BUSWIDTH_4_BYTES,
|
|
@@ -57,7 +57,7 @@ static struct snd_dmaengine_dai_dma_data pxa2xx_ac97_pcm_stereo_in = {
|
|
|
.filter_data = &pxa2xx_ac97_pcm_stereo_in_req,
|
|
|
};
|
|
|
|
|
|
-static unsigned long pxa2xx_ac97_pcm_stereo_out_req = 11;
|
|
|
+static unsigned long pxa2xx_ac97_pcm_stereo_out_req = 12;
|
|
|
static struct snd_dmaengine_dai_dma_data pxa2xx_ac97_pcm_stereo_out = {
|
|
|
.addr = __PREG(PCDR),
|
|
|
.addr_width = DMA_SLAVE_BUSWIDTH_4_BYTES,
|