PULSEAUDIO: adapt to new version of KIRKSTONE

Signed-off-by: Christophe Priouzeau <christophe.priouzeau@foss.st.com>
This commit is contained in:
Christophe Priouzeau 2022-05-02 11:57:52 +02:00
parent 53c63ca90e
commit ebda72c49e
2 changed files with 9 additions and 8 deletions

View File

@ -100,10 +100,6 @@ load-module module-gconf
### that look up the default sink/source get the right value ### that look up the default sink/source get the right value
load-module module-default-device-restore load-module module-default-device-restore
### Automatically move streams to the default sink if the sink they are
### connected to dies, similar for sources
load-module module-rescue-streams
### Make sure we always have a sink around, even if it is a null sink. ### Make sure we always have a sink around, even if it is a null sink.
load-module module-always-sink load-module module-always-sink
@ -135,3 +131,12 @@ load-module module-role-cork
load-module module-filter-heuristics load-module module-filter-heuristics
load-module module-filter-apply load-module module-filter-apply
load-module module-alsa-source device=record_codec source_name=analog_input
load-module module-alsa-source device=record_spdif source_name=iec958_input
load-module module-alsa-source device=record_dfsdm0 source_name=dmic1_input
load-module module-alsa-source device=record_dfsdm1 source_name=dmic2_input
load-module module-alsa-source device=record_dfsdm2 source_name=dmic3_input
load-module module-alsa-source device=record_dfsdm3 source_name=dmic4_input
set-default-source analog_input

View File

@ -45,10 +45,6 @@ load-module module-device-restore
### that look up the default sink/source get the right value ### that look up the default sink/source get the right value
load-module module-default-device-restore load-module module-default-device-restore
### Automatically move streams to the default sink if the sink they are
### connected to dies, similar for sources
load-module module-rescue-streams
### Make sure we always have a sink around, even if it is a null sink. ### Make sure we always have a sink around, even if it is a null sink.
load-module module-always-sink load-module module-always-sink