Skip to content

Commit

Permalink
Merge remote-tracking branch 'asoc/topic/kirkwood' into asoc-next
Browse files Browse the repository at this point in the history
  • Loading branch information
broonie committed Jun 17, 2013
2 parents 46dd30a + 5d0c8a5 commit 6502737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/kirkwood/kirkwood-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6502737

Please sign in to comment.