13 #include <linux/module.h>
25 return client->
prepare(substream);
49 ret = client->
startup(substream);
72 .open = pxa2xx_pcm_open,
73 .close = pxa2xx_pcm_close,
77 .prepare = pxa2xx_pcm_prepare,
83 static u64 pxa2xx_pcm_dmamask = 0xffffffff;
93 ret =
snd_pcm_new(card,
"PXA2xx-PCM", 0, play, capt, &pcm);
100 if (!card->
dev->dma_mask)
101 card->
dev->dma_mask = &pxa2xx_pcm_dmamask;
102 if (!card->
dev->coherent_dma_mask)
103 card->
dev->coherent_dma_mask = 0xffffffff;