mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
Merge remote-tracking branch 'asoc/topic/kirkwood' into asoc-next
This commit is contained in:
commit
6502737276
@ -289,7 +289,7 @@ static snd_pcm_uframes_t kirkwood_dma_pointer(struct snd_pcm_substream
|
||||
return count;
|
||||
}
|
||||
|
||||
struct snd_pcm_ops kirkwood_dma_ops = {
|
||||
static struct snd_pcm_ops kirkwood_dma_ops = {
|
||||
.open = kirkwood_dma_open,
|
||||
.close = kirkwood_dma_close,
|
||||
.ioctl = snd_pcm_lib_ioctl,
|
||||
|
Loading…
Reference in New Issue
Block a user