Re: Fwd: [PATCH] ALSA: hda/generic: Add mic autoswitch support for dyn_adc_switch mode
From: Takashi Iwai
Date: Fri May 15 2026 - 05:44:28 EST
On Fri, 08 May 2026 04:50:22 +0200,
Zhang Heng wrote:
>
> I tested this change:
>
> In create_capture_mixers in generic.c:
>
> - name = nums > 1 ? "Input Source" : "Capture Source";
> + name = "Input Source";
>
> And it also works normally. It seems that user-space does not handle
> "Capture Source" very well. So should we just remove "Capture Source"?
If this really works, it is rather a question to user-space behavior,
specifically alsa-lib's interpretation.
Takashi