diff mbox

[2/2] ASoC: Intel: byt-max98090: Set card as fully routed

Message ID 1411737938-29903-2-git-send-email-jarkko.nikula@linux.intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Jarkko Nikula Sept. 26, 2014, 1:25 p.m. UTC
All byt-max98090 audio connections are known and described in DAPM routing
table. Set the fully_routed flag in order to disable unused codec pins.

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
---
 sound/soc/intel/byt-max98090.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Mark Brown Sept. 28, 2014, 1:11 p.m. UTC | #1
On Fri, Sep 26, 2014 at 04:25:38PM +0300, Jarkko Nikula wrote:
> All byt-max98090 audio connections are known and described in DAPM routing
> table. Set the fully_routed flag in order to disable unused codec pins.

Applied, thanks.
diff mbox

Patch

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 = {
 	.num_dapm_routes = ARRAY_SIZE(byt_max98090_audio_map),
 	.controls = byt_max98090_controls,
 	.num_controls = ARRAY_SIZE(byt_max98090_controls),
+	.fully_routed = true,
 };
 
 static int byt_max98090_probe(struct platform_device *pdev)