From 138a8ba4e27e45c430298931baecc6edfa9ecf65 Mon Sep 17 00:00:00 2001 From: Artur Wilczak Date: Thu, 30 Oct 2025 15:43:59 +0100 Subject: [PATCH] test: ptl-hda-aioc: Adjustment alsa states Add three controls to PTLH-HDA-AIOC state: - Pre Mixer Analog Playback Volume - Post Mixer Analog Playback Volume - Pre Mixer Deepbuffer HDA Analog Volume Fix value for two controls: - Capture Volume - Master Playback Volume Tested on a real hw. Signed-off-by: Artur Wilczak --- alsa_settings/PTLH_HDA_AIOC.state | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/alsa_settings/PTLH_HDA_AIOC.state b/alsa_settings/PTLH_HDA_AIOC.state index c3775026..162d390b 100644 --- a/alsa_settings/PTLH_HDA_AIOC.state +++ b/alsa_settings/PTLH_HDA_AIOC.state @@ -14,8 +14,8 @@ state.sofhdadsp { control.6 { iface MIXER name 'Capture Volume' - value.0 30 - value.1 30 + value.0 50 + value.1 50 } control.7 { iface MIXER @@ -26,11 +26,26 @@ state.sofhdadsp { control.9 { iface MIXER name 'Master Playback Volume' - value 87 + value 78 } control.10 { iface MIXER name 'Master Playback Switch' value true } + control.40 { + iface MIXER + name 'Pre Mixer Analog Playback Volume' + value 42 + } + control.41 { + iface MIXER + name 'Post Mixer Analog Playback Volume' + value 42 + } + control.55 { + iface MIXER + name 'Pre Mixer Deepbuffer HDA Analog Volume' + value 42 + } }