diff options
Diffstat (limited to 'sound/sparc/dbri.c')
-rw-r--r-- | sound/sparc/dbri.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/sparc/dbri.c b/sound/sparc/dbri.c index 7609eceba1a2..9e71d7cda999 100644 --- a/sound/sparc/dbri.c +++ b/sound/sparc/dbri.c | |||
@@ -2541,8 +2541,8 @@ static int snd_dbri_create(struct snd_card *card, | |||
2541 | dbri->op = op; | 2541 | dbri->op = op; |
2542 | dbri->irq = irq; | 2542 | dbri->irq = irq; |
2543 | 2543 | ||
2544 | dbri->dma = dma_zalloc_coherent(&op->dev, sizeof(struct dbri_dma), | 2544 | dbri->dma = dma_alloc_coherent(&op->dev, sizeof(struct dbri_dma), |
2545 | &dbri->dma_dvma, GFP_KERNEL); | 2545 | &dbri->dma_dvma, GFP_KERNEL); |
2546 | if (!dbri->dma) | 2546 | if (!dbri->dma) |
2547 | return -ENOMEM; | 2547 | return -ENOMEM; |
2548 | 2548 | ||