mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 01:34:14 +08:00
ASoC: pcm1681: Staticise DAI driver
It is not exported so doesn't need to be in the global namespace and sparse warns on this. Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
parent
95169d080f
commit
16695971be
@ -225,7 +225,7 @@ static const struct snd_kcontrol_new pcm1681_controls[] = {
|
||||
pcm1681_get_deemph, pcm1681_put_deemph),
|
||||
};
|
||||
|
||||
struct snd_soc_dai_driver pcm1681_dai = {
|
||||
static struct snd_soc_dai_driver pcm1681_dai = {
|
||||
.name = "pcm1681-hifi",
|
||||
.playback = {
|
||||
.stream_name = "Playback",
|
||||
|
Loading…
Reference in New Issue
Block a user