Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff655010 authored by Mark Brown's avatar Mark Brown
Browse files

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

parents de7ba057 417a1178
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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,
};