m-config-endpoint: refactor and rename to endpoint-creation
Allows implementing device specific endpoint creation logic, which is currently needed for bluetooth endpoints as they need to be created differenly.
Showing
- modules/meson.build 7 additions, 6 deletionsmodules/meson.build
- modules/module-config-endpoint.c 0 additions, 18 deletionsmodules/module-config-endpoint.c
- modules/module-config-endpoint/context.h 0 additions, 24 deletionsmodules/module-config-endpoint/context.h
- modules/module-endpoint-creation.c 186 additions, 0 deletionsmodules/module-endpoint-creation.c
- modules/module-endpoint-creation/generic-creation.c 154 additions, 118 deletionsmodules/module-endpoint-creation/generic-creation.c
- modules/module-endpoint-creation/generic-creation.h 27 additions, 0 deletionsmodules/module-endpoint-creation/generic-creation.h
- modules/module-endpoint-creation/limited-creation.c 245 additions, 0 deletionsmodules/module-endpoint-creation/limited-creation.c
- modules/module-endpoint-creation/limited-creation.h 51 additions, 0 deletionsmodules/module-endpoint-creation/limited-creation.h
- modules/module-endpoint-creation/parser-endpoint.c 0 additions, 0 deletionsmodules/module-endpoint-creation/parser-endpoint.c
- modules/module-endpoint-creation/parser-endpoint.h 0 additions, 0 deletionsmodules/module-endpoint-creation/parser-endpoint.h
- modules/module-endpoint-creation/parser-streams.c 0 additions, 0 deletionsmodules/module-endpoint-creation/parser-streams.c
- modules/module-endpoint-creation/parser-streams.h 0 additions, 0 deletionsmodules/module-endpoint-creation/parser-streams.h
- src/config/wireplumber.conf 2 additions, 2 deletionssrc/config/wireplumber.conf
- tests/modules/endpoint-creation.c 16 additions, 16 deletionstests/modules/endpoint-creation.c
- tests/modules/endpoint-creation/simple/audio-source.endpoint 0 additions, 0 deletionstests/modules/endpoint-creation/simple/audio-source.endpoint
- tests/modules/endpoint-creation/streams/audio-source.endpoint 0 additions, 0 deletions...s/modules/endpoint-creation/streams/audio-source.endpoint
- tests/modules/endpoint-creation/streams/default.streams 0 additions, 0 deletionstests/modules/endpoint-creation/streams/default.streams
- tests/modules/meson.build 2 additions, 2 deletionstests/modules/meson.build
Loading
Please register or sign in to comment