pipewire/spa/include/spa
Guido Günther 2d4af3ced5 spa: Add default: statements
This allows to use the library in projects that use `-Wswitch-default`
without any

 #pragma GCC diagnostic push
 #pragma GCC diagnostic ignored "-Wswitch-default"
 #pragma GCC diagnostic pop

This is useful as as the header is being pulled in via
pipewire/wireplumber headers into projects that might have this warning
enabled and would otherwise fail to build with -Werror.

Signed-off-by: Guido Günther <agx@sigxcpu.org>
2025-05-09 11:58:55 +02:00
..
buffer spa: inline some metadata functions 2024-11-26 12:46:58 +01:00
control ump: fix program change 2.0 to 1.0 conversion 2025-05-09 11:51:20 +02:00
debug spa: debug: pod: print unsigned numbers as unsigned 2025-01-05 21:33:03 +01:00
filter-graph filter-graph: separate data and size for filter graph 2025-01-07 10:38:32 +01:00
graph add per type API defines 2024-11-26 11:58:51 +01:00
interfaces/audio add per type API defines 2024-11-26 11:58:51 +01:00
monitor spa: fix device.profile key 2025-03-06 13:11:38 +01:00
node audioconvert: add delay_frac to spa_io_rate_match 2025-01-19 17:11:13 +02:00
param spa: improve introspection 2025-02-19 18:07:54 +01:00
pod pod: use default value of filter 2025-05-09 11:49:08 +02:00
support loop: add some more docs about loop_control 2025-01-20 11:48:07 +01:00
utils spa: Add default: statements 2025-05-09 11:58:55 +02:00