Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1734045
| From | Jeffy Chen <jeffy.chen@rock-chips.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RESEND PATCH v2 2/3] ASoC: rockchip: Add dapm route for DMic |
| Date | 2017-09-18 13:20 +0200 |
| Message-ID | <ur2fM-5C2-9@gated-at.bofh.it> (permalink) |
| References | <ur2fM-5C2-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Add dapm route for DMIC codec.
Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
---
Changes in v2: None
sound/soc/rockchip/rk3399_gru_sound.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/rockchip/rk3399_gru_sound.c b/sound/soc/rockchip/rk3399_gru_sound.c
index b050510be65f..ad19e391c4a6 100644
--- a/sound/soc/rockchip/rk3399_gru_sound.c
+++ b/sound/soc/rockchip/rk3399_gru_sound.c
@@ -55,6 +55,7 @@ static const struct snd_soc_dapm_route rockchip_dapm_routes[] = {
{"MIC", NULL, "Headset Mic"},
{"DMIC1L", NULL, "Int Mic"},
{"DMIC1R", NULL, "Int Mic"},
+ {"DMic", NULL, "Int Mic"},
/* Output Lines */
{"Headphones", NULL, "HPL"},
--
2.11.0
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[RESEND PATCH v2 2/3] ASoC: rockchip: Add dapm route for DMic Jeffy Chen <jeffy.chen@rock-chips.com> - 2017-09-18 13:20 +0200
csiph-web