summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigs/modules.conf.sample7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/modules.conf.sample b/configs/modules.conf.sample
index 1c63303b7..8dcee358c 100755
--- a/configs/modules.conf.sample
+++ b/configs/modules.conf.sample
@@ -25,6 +25,13 @@ noload => app_intercom.so
;
load => chan_modem.so
load => res_musiconhold.so
+;
+; Load either OSS or ALSA, not both
+; By default, load OSS only (automatically) and do not load ALSA
+;
+noload => chan_alsa.so
+;noload => chan_oss.so
+;
; Module names listed in "global" section will have symbols globally
; exported to modules loaded after them.
;