pipewire/spa/plugins/alsa
Peter Hutterer 65f5f2a6f8 alsa/v4l2: convdert udev's VID/PID from hex to decimal
udev's ID_MODEL_ID and ID_VENDOR_ID are inconsistent: always 4-digit hex but
sound devices are prefixed with 0x, v4l devices are not. Depending on the
actual ID, the value will look like decimal (1234) or hex (a234).

pw-dump will then print those as either decimal integers (i.e. 0x1234 becomes
decimal 1234) or double (i.e. a234 becomes 41524.00).

Make this consistent by converting the string from hex do decimal where we
get it.
2021-05-18 07:35:00 +00:00
..
acp acp: reset soft_volume 2021-05-10 10:50:42 +02:00
mixer acp: sync with pulseaudio 2021-05-17 17:26:25 +02:00
90-pipewire-alsa.rules
acp-tool.c
alsa-acp-device.c acp: emit softMute values, not monitorMute 2021-04-29 17:18:25 +02:00
alsa-pcm-device.c pipewire-pulse: set correct errno values 2021-03-19 12:46:05 +01:00
alsa-pcm-sink.c alsa: pause/resume when entering/exiting freewheel 2021-05-07 11:51:22 +02:00
alsa-pcm-source.c alsa: pause/resume when entering/exiting freewheel 2021-05-07 11:51:22 +02:00
alsa-pcm.c alsa: pause/resume when entering/exiting freewheel 2021-05-07 11:51:22 +02:00
alsa-pcm.h alsa: pause/resume when entering/exiting freewheel 2021-05-07 11:51:22 +02:00
alsa-seq-bridge.c alsa-seq: tweak port names some more 2021-04-01 19:43:28 +02:00
alsa-seq.c alsa: initialize reserve array 2021-03-30 09:40:10 +02:00
alsa-seq.h
alsa-udev.c alsa/v4l2: convdert udev's VID/PID from hex to decimal 2021-05-18 07:35:00 +00:00
alsa.c
dll.h
meson.build alsa: depend on epoll-shim and libinotify on FreeBSD 2021-04-23 20:52:24 +03:00
test-timer.c