projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e172b9e
)
ASoC: Intel: byt-max98090: Set card as fully routed
author
Jarkko Nikula
<jarkko.nikula@linux.intel.com>
Fri, 26 Sep 2014 13:25:38 +0000
(16:25 +0300)
committer
Mark Brown
<broonie@kernel.org>
Sun, 28 Sep 2014 11:22:37 +0000
(12:22 +0100)
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>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/byt-max98090.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/intel/byt-max98090.c
b/sound/soc/intel/byt-max98090.c
index b8b8af571ef169307e8b0e1efb68b5435c97df66..d52681e7225e72737145463f5db7664f6c6037af 100644
(file)
--- 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)