projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9eaa44
)
ASoC: qi_lb60: Set fully_routed flag
author
Lars-Peter Clausen
<lars@metafoo.de>
Tue, 22 Apr 2014 20:46:32 +0000
(22:46 +0200)
committer
Mark Brown
<broonie@linaro.org>
Tue, 22 Apr 2014 20:53:21 +0000
(21:53 +0100)
The routes for this sound card are fully specified, so set the fully_routed
flag. This allows us to remove the manual snd_soc_dapm_nc_pin() calls.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/jz4740/qi_lb60.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/jz4740/qi_lb60.c
b/sound/soc/jz4740/qi_lb60.c
index 82b5f37cd2c78ab16be9eda44b751201d8b9f09d..8dd356892f0eb5f070b8e6d7d6d216351d1343be 100644
(file)
--- a/
sound/soc/jz4740/qi_lb60.c
+++ b/
sound/soc/jz4740/qi_lb60.c
@@
-57,9
+57,6
@@
static int qi_lb60_codec_init(struct snd_soc_pcm_runtime *rtd)
struct snd_soc_dapm_context *dapm = &codec->dapm;
int ret;
- snd_soc_dapm_nc_pin(dapm, "LIN");
- snd_soc_dapm_nc_pin(dapm, "RIN");
-
ret = snd_soc_dai_set_fmt(cpu_dai, QI_LB60_DAIFMT);
if (ret < 0) {
dev_err(codec->dev, "Failed to set cpu dai format: %d\n", ret);
@@
-89,6
+86,7
@@
static struct snd_soc_card qi_lb60 = {
.num_dapm_widgets = ARRAY_SIZE(qi_lb60_widgets),
.dapm_routes = qi_lb60_routes,
.num_dapm_routes = ARRAY_SIZE(qi_lb60_routes),
+ .fully_routed = true,
};
static const struct gpio qi_lb60_gpios[] = {