Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293444
b: refs/heads/master
c: 9a3a101
h: refs/heads/master
v: v3
  • Loading branch information
Shawn Guo authored and Mark Brown committed Mar 4, 2012
1 parent c3161f6 commit 21bf942
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1defde2a50f9171e665cc8f4c46fe48e86bb364e
refs/heads/master: 9a3a101c1a34b498f466409ce5a1bf0fcbcc476b
5 changes: 0 additions & 5 deletions trunk/sound/soc/imx/imx-pcm-dma-mx2.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,6 @@ static struct snd_soc_platform_driver imx_soc_platform_mx2 = {

static int __devinit imx_soc_platform_probe(struct platform_device *pdev)
{
struct imx_ssi *ssi = platform_get_drvdata(pdev);

ssi->dma_params_tx.burstsize = 6;
ssi->dma_params_rx.burstsize = 4;

return snd_soc_register_platform(&pdev->dev, &imx_soc_platform_mx2);
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/imx/imx-ssi.c
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ static int imx_ssi_probe(struct platform_device *pdev)
ssi->dma_params_rx.dma_addr = res->start + SSI_SRX0;
ssi->dma_params_tx.dma_addr = res->start + SSI_STX0;

ssi->dma_params_tx.burstsize = 4;
ssi->dma_params_tx.burstsize = 6;
ssi->dma_params_rx.burstsize = 4;

res = platform_get_resource_byname(pdev, IORESOURCE_DMA, "tx0");
Expand Down

0 comments on commit 21bf942

Please sign in to comment.