mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-17 06:17:35 +00:00
ASoC: ab8500: Staticise non-exported ab85000_codec_dai
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
77b67063bb
commit
c3f6817126
@ -2356,7 +2356,7 @@ static int ab8500_codec_set_dai_tdm_slot(struct snd_soc_dai *dai,
|
||||
return 0;
|
||||
}
|
||||
|
||||
struct snd_soc_dai_driver ab8500_codec_dai[] = {
|
||||
static struct snd_soc_dai_driver ab8500_codec_dai[] = {
|
||||
{
|
||||
.name = "ab8500-codec-dai.0",
|
||||
.id = 0,
|
||||
|
Loading…
Reference in New Issue
Block a user