Skip to content

Commit

Permalink
Merge remote-tracking branch 'asoc/fix/sh' into asoc-next
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed Mar 26, 2013
2 parents de7ba05 + 417a117 commit ff65501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/soc/sh/dma-sh7760.c
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,8 @@ static int camelot_pcm_new(struct snd_soc_pcm_runtime *rtd)
return 0;
}

static struct snd_soc_platform sh7760_soc_platform = {
.pcm_ops = &camelot_pcm_ops,
static struct snd_soc_platform_driver sh7760_soc_platform = {
.ops = &camelot_pcm_ops,
.pcm_new = camelot_pcm_new,
.pcm_free = camelot_pcm_free,
};
Expand Down

0 comments on commit ff65501

Please sign in to comment.