<div dir="ltr">On my `kblda7219max` Chromebook (baseboard: NAMI), internal audio works properly when the following conditions are met:<br>* Kernel 5.10.70 (ChromeOS fork) is used (the latest ChromeOS kernel has some kind of topology-related kernel bug)<br>* FW is copied from the ChromeOS rootfs to Linux<br>* UCM is converted to UCM2<br>* Only ALSA is used<br><br>However, whenever I start PulseAudio (`pulseaudio -vvvv`), audio is disabled, going to a dummy output.<br><br>PulseAudio passes through probing for the UCM files but errors out in this particular spot:<br>```<br>I: [pulseaudio] (alsa-lib)pcm_hw.c: SNDRV_PCM_IOCTL_PREPARE failed (-22)<br>I: [pulseaudio] alsa-util.c: snd_pcm_hw_params failed: Invalid argument<br>D: [pulseaudio] alsa-util.c: Trying hw:kblda7219max,0 without SND_PCM_NO_AUTO_FORMAT ...<br>D: [pulseaudio] alsa-util.c: Managed to open hw:kblda7219max,0<br>D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 21845 ms<br>I: [pulseaudio] (alsa-lib)pcm_hw.c: SNDRV_PCM_IOCTL_PREPARE failed (-22)<br>I: [pulseaudio] (alsa-lib)pcm_hw.c: SNDRV_PCM_IOCTL_PREPARE failed (-22)<br>I: [pulseaudio] (alsa-lib)pcm_hw.c: SNDRV_PCM_IOCTL_PREPARE failed (-22)<br>I: [pulseaudio] (alsa-lib)pcm_hw.c: SNDRV_PCM_IOCTL_PREPARE failed (-22)<br>```<br>which causes it to say:<br>```<br>E: [pulseaudio] module-alsa-card.c: Failed to find a working profile.<br>E: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="0" name="platform-kbl_da7219_mx98357a" card_name="alsa_card.platform-kbl_da7219_mx98357a" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1""): initialization failed.<br>```<br><br>My `dmesg` gets filled with:<br>```<br>Kbl Audio Port: ASoC: no backend DAIs enabled for Kbl Audio Port<br>Kbl Audio Port: ASoC: dpcm_fe_dai_prepare() failed (-22)<br>```<br><br>However, once I kill PulseAudio and run `alsaucm -c kblda7219max set _verb HiFi set _enadev Speaker`, audio begins working again (but this is in pure ALSA and PA apps are not compatible) and the `no backend DAIs enabled for Kbl Audio Port` is no longer logged to `dmesg`.<br><br>I think this is a UCM issue because the audio is working fine kernel-level and with ALSA, but PulseAudio seems to mess something up with the UCM and the UCM needs to be set again.<br><div><br></div><div>I ended up removing the Front Mic, Rear Mic, and Mic, all of which were connected to PCM3. PulseAudio worked, but I ended up frying (you could smell something burning) my speaker, even at minimum volume :). I've seen others document this. ALSA exhibits no such behavior (it worked with apulse for months), but PulseAudio is able to burn your speaker. It surprises me because PA operates only in the userspace.<br></div><div><br></div><div>This whole setup is reproducible with my project, Breath, located <a href="https://github.com/cb-linux/breath">here</a>.</div></div>