ASoC: Staticise CS4270 DAI
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>
This commit is contained in:
parent
4c14d78e8a
commit
5c75848a7c
@ -518,7 +518,7 @@ static struct snd_soc_dai_ops cs4270_dai_ops = {
|
|||||||
.digital_mute = cs4270_dai_mute,
|
.digital_mute = cs4270_dai_mute,
|
||||||
};
|
};
|
||||||
|
|
||||||
struct snd_soc_dai_driver cs4270_dai = {
|
static struct snd_soc_dai_driver cs4270_dai = {
|
||||||
.name = "cs4270-hifi",
|
.name = "cs4270-hifi",
|
||||||
.playback = {
|
.playback = {
|
||||||
.stream_name = "Playback",
|
.stream_name = "Playback",
|
||||||
|
Loading…
Reference in New Issue
Block a user