Skip to content

Commit

Permalink
bigger weight for alsa and pulse
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Jun 2, 2023
1 parent 02071c1 commit e11622d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/alsa/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
find_package(ALSA)

if (ALSA_FOUND)
ss4s_add_module(alsa FOR_AUDIO DISPLAY_NAME ALSA SOURCES alsa.c)
ss4s_add_module(alsa FOR_AUDIO DISPLAY_NAME ALSA WEIGHT 10 SOURCES alsa.c)
if (NOT SS4S_MODULE_TARGET)
return()
endif ()
Expand Down
2 changes: 1 addition & 1 deletion modules/pulse/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ find_package(PkgConfig REQUIRED)
pkg_check_modules(PULSE libpulse-simple)

if (PULSE_FOUND)
ss4s_add_module(pulse FOR_AUDIO DISPLAY_NAME PulseAudio SOURCES pulse.c)
ss4s_add_module(pulse FOR_AUDIO DISPLAY_NAME PulseAudio WEIGHT 10 SOURCES pulse.c)
if (NOT SS4S_MODULE_TARGET)
return()
endif ()
Expand Down

0 comments on commit e11622d

Please sign in to comment.