From efcf34815fbb53203a001400bfce674be2757bdc Mon Sep 17 00:00:00 2001 From: Boud Roukema Date: Wed, 1 Nov 2023 01:58:49 +0100 Subject: [PATCH] Initialise AIF2 ADC Stereo Capture Route As pointed out in issue #351 [1], the parameter 'AIF2 ADC Stereo Capture Route' was previously uninitialised. I'm not very convinced that this particular value (Mix Mono) is the best combination with the other PinePhone settings, but better that there is at least a value rather than no value, so that people can provide bug reports based on tests that are closer to being reproducible. As described in [1], there is circumstantial evidence favouring this value. This commit does not set a value for HiFi.conf - presumably the value is irrelevant for HiFi, which does not appear to be as buggy as VoiceCall. [1] https://github.com/alsa-project/alsa-ucm-conf/issues/351 Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/365 Signed-off-by: Boud Roukema Signed-off-by: Jaroslav Kysela --- ucm2/Allwinner/A64/PinePhone/VoiceCall.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/ucm2/Allwinner/A64/PinePhone/VoiceCall.conf b/ucm2/Allwinner/A64/PinePhone/VoiceCall.conf index ef3f364..2b6f50d 100644 --- a/ucm2/Allwinner/A64/PinePhone/VoiceCall.conf +++ b/ucm2/Allwinner/A64/PinePhone/VoiceCall.conf @@ -2,6 +2,7 @@ SectionVerb { EnableSequence [ cset "name='AIF2 Digital DAC Playback Switch' on" cset "name='AIF2 ADC Mixer ADC Capture Switch' on" + cset "name='AIF2 ADC Stereo Capture Route' Mix Mono" ] Value { -- 2.47.3