Merge remote-tracking branch 'asoc/fix/sh' into asoc-next

This commit is contained in:
Mark Brown
2013-03-26 14:08:04 +00:00

View File

@@ -342,8 +342,8 @@ static int camelot_pcm_new(struct snd_soc_pcm_runtime *rtd)
return 0; return 0;
} }
static struct snd_soc_platform sh7760_soc_platform = { static struct snd_soc_platform_driver sh7760_soc_platform = {
.pcm_ops = &camelot_pcm_ops, .ops = &camelot_pcm_ops,
.pcm_new = camelot_pcm_new, .pcm_new = camelot_pcm_new,
.pcm_free = camelot_pcm_free, .pcm_free = camelot_pcm_free,
}; };