Commit a436089b authored by Axel Lin's avatar Axel Lin Committed by Mark Brown

ASoC: Staticize sn95031_dais

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 51e19fb3
...@@ -716,7 +716,7 @@ static struct snd_soc_dai_ops sn95031_vib2_dai_ops = { ...@@ -716,7 +716,7 @@ static struct snd_soc_dai_ops sn95031_vib2_dai_ops = {
.hw_params = sn95031_pcm_hw_params, .hw_params = sn95031_pcm_hw_params,
}; };
struct snd_soc_dai_driver sn95031_dais[] = { static struct snd_soc_dai_driver sn95031_dais[] = {
{ {
.name = "SN95031 Headset", .name = "SN95031 Headset",
.playback = { .playback = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment