X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=sound%2Fatmel%2Fabdac.c;fp=sound%2Fatmel%2Fabdac.c;h=f2f41c8542211143cc56e83328092d1bcb27a2bf;hb=81d91acf8c093565f65383ae0349b9255fbb2d0d;hp=28b3c7f7cfe63fba02a91d81be644d96ffcc9f7a;hpb=132ea5e9aa9ce13f62ba45db8e43ec887d1106e9;p=linux-2.6-omap-h63xx.git diff --git a/sound/atmel/abdac.c b/sound/atmel/abdac.c index 28b3c7f7cfe..f2f41c85422 100644 --- a/sound/atmel/abdac.c +++ b/sound/atmel/abdac.c @@ -165,7 +165,7 @@ static struct snd_pcm_hardware atmel_abdac_hw = { .buffer_bytes_max = 64 * 4096, .period_bytes_min = 4096, .period_bytes_max = 4096, - .periods_min = 4, + .periods_min = 6, .periods_max = 64, }; @@ -502,7 +502,7 @@ static int __devinit atmel_abdac_probe(struct platform_device *pdev) platform_set_drvdata(pdev, card); dev_info(&pdev->dev, "Atmel ABDAC at 0x%p using %s\n", - dac->regs, dac->dma.chan->dev->device.bus_id); + dac->regs, dev_name(&dac->dma.chan->dev->device)); return retval;