mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
media-session: add alsa-no-dsp module
Instruct the policy to not configure audio adapter nodes in DSP mode. Instead, Device nodes will always be configured in passthrough mode, and client nodes will be configured in convert or passthrough mode depending on whether the client format matches the device format or not.
This commit is contained in:
parent
699bfbc095
commit
90371440b0
5 changed files with 72 additions and 2 deletions
|
|
@ -66,6 +66,7 @@ if get_option('session-managers').contains('media-session') and alsa_dep.found()
|
|||
media_session_sources = [
|
||||
'media-session/access-flatpak.c',
|
||||
'media-session/access-portal.c',
|
||||
'media-session/alsa-no-dsp.c',
|
||||
'media-session/alsa-midi.c',
|
||||
'media-session/alsa-monitor.c',
|
||||
'media-session/alsa-endpoint.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue