ASoC: lm49453: Staticise non-exported symbol lm45453_dai
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
dc2af52c0d
commit
d1280fd8f5
1 changed files with 1 additions and 1 deletions
|
@ -1358,7 +1358,7 @@ static struct snd_soc_dai_ops lm49453_lineout_dai_ops = {
|
|||
};
|
||||
|
||||
/* LM49453 dai structure. */
|
||||
struct snd_soc_dai_driver lm49453_dai[] = {
|
||||
static const struct snd_soc_dai_driver lm49453_dai[] = {
|
||||
{
|
||||
.name = "LM49453 Headset",
|
||||
.playback = {
|
||||
|
|
Loading…
Reference in a new issue