mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-08 13:30:08 -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
|
|
@ -84,6 +84,7 @@ session.modules = {
|
|||
#default-profile # restore default profiles
|
||||
#default-routes # restore default route
|
||||
#streams-follow-default # move streams when default changes
|
||||
#alsa-no-dsp # do not configure audio nodes in DSP mode
|
||||
#alsa-seq # alsa seq midi support
|
||||
#alsa-monitor # alsa udev detection
|
||||
#bluez5 # bluetooth support
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue