diff options
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 6ee67058..51603f9f 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -210,6 +210,13 @@ # device index for the requested device name. #device-prefix = plughw: +## device-prefix-*: +# Card- and device-specific prefixes may be used to override the device-prefix +# option. The option may specify the card id (eg, device-prefix-NVidia), or +# the card id and device index (eg, device-prefix-NVidia-0). The card id is +# case-sensitive. +#defice-prefix- = + ## capture: # Sets the device name for the default capture device. #capture = default @@ -220,6 +227,13 @@ # device number for the requested device name. #capture-prefix = plughw: +## capture-prefix-*: +# Card- and device-specific prefixes may be used to override the +# capture-prefix option. The option may specify the card id (eg, +# capture-prefix-NVidia), or the card id and device index (eg, +# capture-prefix-NVidia-0). The card id is case-sensitive. +#capture-prefix- = + ## 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 |