diff options
-rw-r--r-- | sound/soc/omap/omap-mcbsp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/omap/omap-mcbsp.c b/sound/soc/omap/omap-mcbsp.c index 7f700610b3cb..4314647e735e 100644 --- a/sound/soc/omap/omap-mcbsp.c +++ b/sound/soc/omap/omap-mcbsp.c | |||
@@ -617,8 +617,7 @@ static int mcbsp_dai_probe(struct snd_soc_dai *dai) | |||
617 | return 0; | 617 | return 0; |
618 | } | 618 | } |
619 | 619 | ||
620 | static struct snd_soc_dai_driver omap_mcbsp_dai = | 620 | static struct snd_soc_dai_driver omap_mcbsp_dai = { |
621 | { | ||
622 | .probe = mcbsp_dai_probe, | 621 | .probe = mcbsp_dai_probe, |
623 | .playback = { | 622 | .playback = { |
624 | .channels_min = 1, | 623 | .channels_min = 1, |