lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 18 Sep 2017 09:44:40 +0800 From: Jeffy Chen <jeffy.chen@...k-chips.com> To: linux-kernel@...r.kernel.org Cc: briannorris@...omium.org, mka@...omium.org, dianders@...omium.org, Jeffy Chen <jeffy.chen@...k-chips.com>, Jaroslav Kysela <perex@...ex.cz>, alsa-devel@...a-project.org, Heiko Stuebner <heiko@...ech.de>, linux-rockchip@...ts.infradead.org, Mark Brown <broonie@...nel.org>, Takashi Iwai <tiwai@...e.com>, Liam Girdwood <lgirdwood@...il.com>, linux-arm-kernel@...ts.infradead.org Subject: [PATCH v2 2/3] Asoc: rockchip: Add dapm route for DMic Add dapm route for DMIC codec. Signed-off-by: Jeffy Chen <jeffy.chen@...k-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
Powered by blists - more mailing lists