X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=sound%2Fatmel%2Fabdac.c;h=f2f41c8542211143cc56e83328092d1bcb27a2bf;hb=ae42d8d44195a614c78a636683fe65ed31744cbd;hp=28b3c7f7cfe63fba02a91d81be644d96ffcc9f7a;hpb=93776a8ec746cf9d32c36e5a5b23d28d8be28826;p=karo-tx-linux.git 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 = { .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;