Re: Fwd: [PATCH] ALSA: hda/generic: Add mic autoswitch support for dyn_adc_switch mode
From: Zhang Heng
Date: Thu May 07 2026 - 22:50:56 EST
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"?