ASoC: Intel: byt-rt5640: Set card as fully routed
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Thu, 2 Oct 2014 10:29:09 +0000 (13:29 +0300)
committerMark Brown <broonie@kernel.org>
Thu, 2 Oct 2014 10:50:22 +0000 (11:50 +0100)
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>
sound/soc/intel/byt-rt5640.c

index a9619b4201f95a31bdca7f5fd479fd1bc7ad5913..88ad57fc58b23a9d38d74764da8ed9d475cc819b 100644 (file)
@@ -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)