diff options
Diffstat (limited to 'sound/soc/intel/byt-max98090.c')
-rw-r--r-- | sound/soc/intel/byt-max98090.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/byt-max98090.c b/sound/soc/intel/byt-max98090.c index b8b8af571ef1..d52681e7225e 100644 --- a/sound/soc/intel/byt-max98090.c +++ b/sound/soc/intel/byt-max98090.c | |||
@@ -139,6 +139,7 @@ static struct snd_soc_card byt_max98090_card = { | |||
139 | .num_dapm_routes = ARRAY_SIZE(byt_max98090_audio_map), | 139 | .num_dapm_routes = ARRAY_SIZE(byt_max98090_audio_map), |
140 | .controls = byt_max98090_controls, | 140 | .controls = byt_max98090_controls, |
141 | .num_controls = ARRAY_SIZE(byt_max98090_controls), | 141 | .num_controls = ARRAY_SIZE(byt_max98090_controls), |
142 | .fully_routed = true, | ||
142 | }; | 143 | }; |
143 | 144 | ||
144 | static int byt_max98090_probe(struct platform_device *pdev) | 145 | static int byt_max98090_probe(struct platform_device *pdev) |