Jaroslav Kysela

Results 369 comments of Jaroslav Kysela

Attach `alsaucm -c hw:sofhdadsp dump text` and `alsa-info.sh --no-upload` output.

Make this argument optional, like: ``` diff --git a/ucm2/common/ctl/led.conf b/ucm2/common/ctl/led.conf index f10ad87..9bb7dc5 100644 --- a/ucm2/common/ctl/led.conf +++ b/ucm2/common/ctl/led.conf @@ -46,6 +46,13 @@ DefineMacro.SetLED { } } If.1 { + Condition {...

.. also I wonder why this inverted behaviour is required. Usually, it's a sign of a bad Switch implementation in the driver.

> @perexg Thank you for the suggestion! It's cleaner now when it's optional. > > Unfortunately the switches have inverted behaviour because the SDCA driver must comply with MIPI SDCA...

Please, correct the device names. https://github.com/alsa-project/alsa-lib/blob/master/include/use-case.h#L132

Follow work like f10c04e8da06415c239fd62b9a41a89931994063 .

Could you also show output from `alsaucm -c hw:2 dump text` ? Thanks.

There is no simple answer. The audio buffer size has some limits usually and you should do non-blocking writes, if you want responsivity. The assumptions in this example are really...

This problem should be reported for pipewire plugin code. The trigger timestamps MUST be updated ALWAYS (they do not depend on the setup for timestamps for the hw_ptr updates -...

Thank you for this example code, but the abstraction should be added to tinycompress library like we do for standard playback/capture modes.