mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
ASoC: Staticize rt5631_dai
Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
f34c660662
commit
51e19fb385
1 changed files with 1 additions and 1 deletions
|
@ -1687,7 +1687,7 @@ struct snd_soc_dai_ops rt5631_ops = {
|
|||
.set_pll = rt5631_codec_set_dai_pll,
|
||||
};
|
||||
|
||||
struct snd_soc_dai_driver rt5631_dai[] = {
|
||||
static struct snd_soc_dai_driver rt5631_dai[] = {
|
||||
{
|
||||
.name = "rt5631-hifi",
|
||||
.id = 1,
|
||||
|
|
Loading…
Reference in a new issue