* [PATCH] ASoC: Intel: byt-max98090: Set card as fully routed
@ 2014-09-26 8:17 Jarkko Nikula
2014-09-26 8:33 ` Jarkko Nikula
0 siblings, 1 reply; 2+ messages in thread
From: Jarkko Nikula @ 2014-09-26 8:17 UTC (permalink / raw)
To: alsa-devel; +Cc: Mark Brown, Jarkko Nikula, Liam Girdwood
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(+)
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)
--
2.1.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ASoC: Intel: byt-max98090: Set card as fully routed
2014-09-26 8:17 [PATCH] ASoC: Intel: byt-max98090: Set card as fully routed Jarkko Nikula
@ 2014-09-26 8:33 ` Jarkko Nikula
0 siblings, 0 replies; 2+ messages in thread
From: Jarkko Nikula @ 2014-09-26 8:33 UTC (permalink / raw)
To: alsa-devel; +Cc: Mark Brown, Liam Girdwood
On 09/26/2014 11:17 AM, 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.
>
> Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
> ---
> sound/soc/intel/byt-max98090.c | 1 +
> 1 file changed, 1 insertion(+)
>
Grr, please discard this. There is something missing from routing table
since internal mic stopped working after my patch.
--
Jarkko
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-09-26 8:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-26 8:17 [PATCH] ASoC: Intel: byt-max98090: Set card as fully routed Jarkko Nikula
2014-09-26 8:33 ` Jarkko Nikula
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.