diff options
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | 2014-10-02 13:29:09 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-10-02 11:50:22 +0100 |
commit | c47a39a6806d756c34eb01b1081866845fb76dc3 (patch) | |
tree | 334f6168b94c24893bb3f83a95bceb9f0d4ee3fe /sound/soc | |
parent | 24221dcc8be736a2b0b83ecaeb60b99bd7e9334c (diff) |
ASoC: Intel: byt-rt5640: Set card as fully routed
Although it's not known does current version of byt-rt5640 cover all
possible variants it is better to set the fully_routed flag on in order to
disable unused codecs pins in known machines and get regression from
machines that use different routing than the default one.
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/intel/byt-rt5640.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/byt-rt5640.c b/sound/soc/intel/byt-rt5640.c index a9619b4201f9..88ad57fc58b2 100644 --- a/sound/soc/intel/byt-rt5640.c +++ b/sound/soc/intel/byt-rt5640.c @@ -209,6 +209,7 @@ static struct snd_soc_card byt_rt5640_card = { .num_dapm_widgets = ARRAY_SIZE(byt_rt5640_widgets), .dapm_routes = byt_rt5640_audio_map, .num_dapm_routes = ARRAY_SIZE(byt_rt5640_audio_map), + .fully_routed = true, }; static int byt_rt5640_probe(struct platform_device *pdev) |