diff options
author | Chris Robinson <[email protected]> | 2011-08-19 04:02:36 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-08-19 04:02:36 -0700 |
commit | 6b8475b4356918242bd6704855adce4b4a1f111d (patch) | |
tree | 60b664dbe474d422510ed8de25523bbefb1b9a8e /alsoftrc.sample | |
parent | e51295c79edffb7dd2bd4fe6211a193c08735b32 (diff) |
Add options to specify alternate ALSA device prefixes
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 9ea4af15..53645f2c 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -177,10 +177,22 @@ # Sets the device name for the default playback device. #device = default +## device-prefix: +# Sets the prefix used by the discovered (non-default) playback devices. This +# will be appended with "CARD=c,DEV=d", where c is the card number and d is +# the device number for the requested device name. +#device-prefix = plughw: + ## capture: # Sets the device name for the default capture device. #capture = default +## capture-prefix: +# Sets the prefix used by the discovered (non-default) capture devices. This +# will be appended with "CARD=c,DEV=d", where c is the card number and d is +# the device number for the requested device name. +#capture-prefix = plughw: + ## mmap: # Sets whether to try using mmap mode (helps reduce latencies and CPU # consumption). If mmap isn't available, it will automatically fall back to |