Skip to content

Commit

Permalink
ASoC: Staticise CS4270 DAI
Browse files Browse the repository at this point in the history
It's not needed with multi-component.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Acked-by: Timur Tabi <timur@freescale.com>
  • Loading branch information
Mark Brown committed Oct 7, 2010
1 parent 4c14d78 commit 5c75848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/cs4270.c
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ static struct snd_soc_dai_ops cs4270_dai_ops = {
.digital_mute = cs4270_dai_mute,
};

struct snd_soc_dai_driver cs4270_dai = {
static struct snd_soc_dai_driver cs4270_dai = {
.name = "cs4270-hifi",
.playback = {
.stream_name = "Playback",
Expand Down

0 comments on commit 5c75848

Please sign in to comment.