diff options
Diffstat (limited to 'sound/atmel/abdac.c')
-rw-r--r-- | sound/atmel/abdac.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/atmel/abdac.c b/sound/atmel/abdac.c index 28b3c7f7cfe6..f2f41c854221 100644 --- a/sound/atmel/abdac.c +++ b/sound/atmel/abdac.c | |||
@@ -165,7 +165,7 @@ static struct snd_pcm_hardware atmel_abdac_hw = { | |||
165 | .buffer_bytes_max = 64 * 4096, | 165 | .buffer_bytes_max = 64 * 4096, |
166 | .period_bytes_min = 4096, | 166 | .period_bytes_min = 4096, |
167 | .period_bytes_max = 4096, | 167 | .period_bytes_max = 4096, |
168 | .periods_min = 4, | 168 | .periods_min = 6, |
169 | .periods_max = 64, | 169 | .periods_max = 64, |
170 | }; | 170 | }; |
171 | 171 | ||
@@ -502,7 +502,7 @@ static int __devinit atmel_abdac_probe(struct platform_device *pdev) | |||
502 | platform_set_drvdata(pdev, card); | 502 | platform_set_drvdata(pdev, card); |
503 | 503 | ||
504 | dev_info(&pdev->dev, "Atmel ABDAC at 0x%p using %s\n", | 504 | dev_info(&pdev->dev, "Atmel ABDAC at 0x%p using %s\n", |
505 | dac->regs, dac->dma.chan->dev->device.bus_id); | 505 | dac->regs, dev_name(&dac->dma.chan->dev->device)); |
506 | 506 | ||
507 | return retval; | 507 | return retval; |
508 | 508 | ||