Barnabás Pőcze
8256a2d5a6
spa: remove unnecessary indirection for some spa_log_topics
...
This results in shorter machine code since it removes one
pointer load and a NULL check.
2023-10-06 13:08:24 +00:00
Barnabás Pőcze
934ab3036e
treewide: use SPDX tags to specify copyright information
...
SPDX tags make the licensing information easy to understand and clear,
and they are machine parseable.
See https://spdx.dev for more information.
2023-02-16 10:54:48 +00:00
Wim Taymans
cfb226b0fb
v4l2: improve debug
...
Add device path to debug lines.
2022-11-14 11:22:53 +01:00
Wim Taymans
865635ef10
v4l2: use log topic
2021-10-03 12:12:09 +02:00
Wim Taymans
c44d655516
v4l2: use 32 buffers max
...
We don't yet probe the number of available buffers and so we might claim
to support 64 buffers but then fail to allocate that many buffers in
_use_buffers().
2019-05-27 15:35:20 +02:00
Wim Taymans
e1bd12e599
device: add device object
...
Make a device object, let the v4l2 monitor create device objects
The device object is responsible for dynamically creating nodes.
2018-11-23 12:43:47 +01:00