Merge remote-tracking branch 'asoc/topic/kirkwood' into asoc-next
This commit is contained in:
commit
6502737276
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ static snd_pcm_uframes_t kirkwood_dma_pointer(struct snd_pcm_substream
|
||||||
return count;
|
return count;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct snd_pcm_ops kirkwood_dma_ops = {
|
static struct snd_pcm_ops kirkwood_dma_ops = {
|
||||||
.open = kirkwood_dma_open,
|
.open = kirkwood_dma_open,
|
||||||
.close = kirkwood_dma_close,
|
.close = kirkwood_dma_close,
|
||||||
.ioctl = snd_pcm_lib_ioctl,
|
.ioctl = snd_pcm_lib_ioctl,
|
||||||
|
|
Loading…
Add table
Reference in a new issue