diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-23 21:33:07 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-23 21:41:03 +0000 |
commit | 39afd66cead742e99c051d6f3b07f89d09eebbbb (patch) | |
tree | aace570f9d13952da3eede96d2dce38d4d2dc3b5 /sound/soc/samsung/speyside_wm8962.c | |
parent | 504855d171f4183ac231a5ecdf0273ac249cda2b (diff) | |
download | lwn-39afd66cead742e99c051d6f3b07f89d09eebbbb.tar.gz lwn-39afd66cead742e99c051d6f3b07f89d09eebbbb.zip |
ASoC: Add fully_routed flag to Speyside machines
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/samsung/speyside_wm8962.c')
-rw-r--r-- | sound/soc/samsung/speyside_wm8962.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/samsung/speyside_wm8962.c b/sound/soc/samsung/speyside_wm8962.c index e3e27166cc50..a681c8d74118 100644 --- a/sound/soc/samsung/speyside_wm8962.c +++ b/sound/soc/samsung/speyside_wm8962.c @@ -208,6 +208,7 @@ static struct snd_soc_card speyside_wm8962 = { .num_dapm_widgets = ARRAY_SIZE(widgets), .dapm_routes = audio_paths, .num_dapm_routes = ARRAY_SIZE(audio_paths), + .fully_routed = true, .late_probe = speyside_wm8962_late_probe, }; |