Jaroslav Kysela
Jaroslav Kysela
Not working: ``` !!CTL-LED: /sys/class/sound/ctl-led/mic/card1 List: 7 ``` Working: ``` !!CTL-LED: /sys/class/sound/ctl-led/mic/card1 List: 16 7 ``` Mixer elements: ``` control.7 { iface MIXER name 'Capture Switch' value.0 false value.1 false...
Yep, it controls the audio buffering parameters. The duration for one loop is hardcoded to 3 seconds for the "all channels" test or 5 seconds for the single channel test...
https://github.com/perexg/satip-axe/issues/121
Use `make V=1` to see the real libtool commands. It seems that you have something misconfigured - check the libtool script, if the `LTCC` variable is changed according your instructions.
I see missing lines like: ``` libtool: link: gcc -shared -fPIC -DPIC .libs/ctl_oss.o -lasound -g -O2 -g -Wl,-z -Wl,defs -Wl,-soname -Wl,libasound_module_ctl_oss.so -o .libs/libasound_module_ctl_oss.so ``` Manually invoked libtool on x86_64 (no...
This issue is probably for alsa-plugins. The pulseaudio libraries are not found. Perhaps, you forgot to re-run configure.
It's an error from the `sendmsg` syscall. See https://github.com/alsa-project/alsa-plugins/blob/master/aaf/pcm_aaf.c#L668 .
> Another issue with a52/pipewire which also applies to PulseAudio, is the a52 plugin doesn't support config functions for the slavepcm which makes it impossible to have automatically generated profiles...
> When I try pipewire using mmap I get the below messages in the log, no audio: > > `spa.alsa: alsa-pcm a52hdmi: mmap_commit wrote 512 instead of 1024` This should...
Your config is using extra rate plugin. The default config is not using any rate conversion. Could you test with the command line ALSA tools like `speaker-test` or `aplay` with...