Comment # 74 on bug 1201418 from
(In reply to ted chang from comment #72)
> Created attachment 860970 [details]
> alsa info -  no ucm2 profile - kerne 6.0.0-rc1-3.g2fae8fb-default
> 
> lsb_release -a
> LSB Version:	n/a
> Distributor ID:	openSUSE
> Description:	openSUSE Tumbleweed
> Release:	20220820
> Codename:	n/a
> 
> No ucma2 profile.
> 
> 
> Mic is detected but records nothing in audacity.
> 
> Speakers are not detected properly. Head phone jack works but I wonder why
> there is a option to select between headset and headphones. The volume
> buttons works with the headset.
> 
> 
> Linux steamdeck 6.0.0-rc1-3.g2fae8fb-default #1 SMP PREEMPT_DYNAMIC Sun Aug
> 21 11:11:49 UTC 2022 (2fae8fb) x86_64 x86_64 x86_64 GNU/Linux

I guess that the previous controls that had been set up with UCM profile were
still taken over here.  The states are saved in /var/lib/alsa/* and restored at
boot.
So, you'd need to re-initialize the whole controls manually once.

Maybe the easiest way would be to take out the data from the (good working)
alsa-info.sh output "Alsactl output" section, save it a file, and restore it
via alsactl like
  alsactl -f /somewhere/saved-data restore

Then run alsa-info.sh and compare the result.


You are receiving this mail because: