Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189954
b: refs/heads/master
c: 206b60e
h: refs/heads/master
v: v3
  • Loading branch information
Sascha Hauer authored and Mark Brown committed Apr 8, 2010
1 parent da058c0 commit ec1bbe0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 78e4fd26ef8b85c8cbb6803e18b6b1f970420e06
refs/heads/master: 206b60e189c7cc2b4675687d66f167299a13a4d4
3 changes: 2 additions & 1 deletion trunk/sound/soc/imx/imx-ssi.c
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,8 @@ static int imx_ssi_probe(struct platform_device *pdev)
dai->private_data = ssi;

if ((cpu_is_mx27() || cpu_is_mx21()) &&
!(ssi->flags & IMX_SSI_USE_AC97)) {
!(ssi->flags & IMX_SSI_USE_AC97) &&
(ssi->flags & IMX_SSI_DMA)) {
ssi->flags |= IMX_SSI_DMA;
platform = imx_ssi_dma_mx2_init(pdev, ssi);
} else
Expand Down

0 comments on commit ec1bbe0

Please sign in to comment.