Igor V. Kovalenko

Results 10 comments of Igor V. Kovalenko

Hi @Vudentz for pulseaudio timing would matter since it will only wait for 3 seconds for all transports to connect. I see AVDTP: Open was at `49.658104` but could you...

Another pulseaudio issue with seemingly same outcome https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/1414 With my C-Media Unitek Y-247A I do not see this issue, all supported rates are detected by pulseaudio. Guess this still could...

> Yes, snd_pcm_hw_free() call after snd_pcm_hw_params(). The PCM stream should be put back to the "open" state. > > I don't follow the "set params" -> "query params" operation in...

Hi @jpalus could you please test pulseaudio with this change https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/782 ? I moved rate detection code to be just after `snd_pcm_open()` which seems to fix the issue with UAC2...

> Can you explain a little how you would use this and how it differs from find-references? What do you mean by the "caller" of a struct member? Here is...

I'd guess this could be kernel or alsa-lib issue so please re-test. The error reported looks almost like if kernel alsa layer created `/dev/snd/` entry (which is getting picked by...

Hi @baybal could you please check if you have CONFIG_INPUT_UINPUT=m in kernel?

Hi @HighCommander4 could you please put some starting points / guidance here so anyone interested to implement this would have something to start with!

> Please provide the standard combo: minimal example that reproduces the problem (if possible) + observed result + expected result. Without that, it's near impossible to understand what is the...

Relevant `clangd` request https://github.com/clangd/clangd/issues/1308 is implemented now!