Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1734045 > unrolled thread

[RESEND PATCH v2 2/3] ASoC: rockchip: Add dapm route for DMic

Started byJeffy Chen <jeffy.chen@rock-chips.com>
First post2017-09-18 13:20 +0200
Last post2017-09-18 13:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [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

#1734045 — [RESEND PATCH v2 2/3] ASoC: rockchip: Add dapm route for DMic

FromJeffy Chen <jeffy.chen@rock-chips.com>
Date2017-09-18 13:20 +0200
Subject[RESEND PATCH v2 2/3] ASoC: rockchip: Add dapm route for DMic
Message-ID<ur2fM-5C2-9@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web