Skip to content

Commit aee48a9

Browse files
jwrdegoedebroonie
authored andcommitted
ASoC: Intel: bytcr_rt5651: Revert "Fix DMIC map headsetmic mapping"
Commit 37c7401 ("ASoC: Intel: bytcr_rt5651: Fix DMIC map headsetmic mapping"), changed the headsetmic mapping from IN3P to IN2P, this was based on the observation that all bytcr_rt5651 devices I have access to (7 devices) where all using IN3P for the headsetmic. This was an attempt to unifify / simplify the mapping, but it was wrong. None of those devices was actually using a digital internal mic. Now I've access to a Point of View TAB-P1006W-232 (v1.0) tabler, which does use a DMIC and it does have its headsetmic connected to IN2P, showing that the original mapping was correct, so this commit reverts the change changing the mapping back to IN2P. Fixes: 37c7401 ("ASoC: Intel: bytcr_rt5651: Fix DMIC map ... mapping") Acked-by: Pierre-Louis Bossart <[email protected]> Signed-off-by: Hans de Goede <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent c2ec9d9 commit aee48a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/intel/boards/bytcr_rt5651.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ static const struct snd_soc_dapm_route byt_rt5651_audio_map[] = {
266266
static const struct snd_soc_dapm_route byt_rt5651_intmic_dmic_map[] = {
267267
{"DMIC L1", NULL, "Internal Mic"},
268268
{"DMIC R1", NULL, "Internal Mic"},
269-
{"IN3P", NULL, "Headset Mic"},
269+
{"IN2P", NULL, "Headset Mic"},
270270
};
271271

272272
static const struct snd_soc_dapm_route byt_rt5651_intmic_in1_map[] = {

0 commit comments

Comments
 (0)