You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
We have enabled ACP-DMIC endpoint support using SOF stack, and created mixer controls for capture switch and volume.
Trying to link Mic mute button with amixer controls in the UCM config file, but unable to invoke the enable/disable sequence when we press mic mute button.
Please find the below ucm configuration, amixer controls and pactl list. pactl_list.txt
I'm sorry but you're mixing PCM device initialization with mixer control. The Switch/Volume control should be in Value section - CaptureMixerElem. See other configurations for an example. For your case, the configuration would be:
Value {
CaptureMixerElem "PGA4.0 4 Master Capture"
}
Hi,
We have enabled ACP-DMIC endpoint support using SOF stack, and created mixer controls for capture switch and volume.
Trying to link Mic mute button with amixer controls in the UCM config file, but unable to invoke the enable/disable sequence when we press mic mute button.
Please find the below ucm configuration, amixer controls and pactl list.
pactl_list.txt
Could anyone help on this.
AMIXER CONTROLS:-
root@systemc-Mayan-RMB:/usr/share/alsa/ucm2# arecord -l
**** List of CAPTURE Hardware Devices ****
card 1: sofrmbdsp [sof-rmb-dsp], device 6: DMIC (*) []
Subdevices: 0/1
Subdevice #0: subdevice #0
root@systemc-Mayan-RMB:/usr/share/alsa/ucm2# amixer -c 1 contents
numid=2,iface=MIXER,name='PGA4.0 4 Master Capture Switch'
; type=BOOLEAN,access=rw------,values=2
: values=on,on
numid=1,iface=MIXER,name='PGA4.0 4 Master Capture Volume'
; type=INTEGER,access=rw---R--,values=2,min=0,max=80,step=0
: values=44,44
| dBscale-min=-50.00dB,step=1.00dB,mute=1
root@systemc-Mayan-RMB:/usr/share/alsa/ucm2#
UCM Configuration:-
The text was updated successfully, but these errors were encountered: