diff options
author | Chris Robinson <[email protected]> | 2011-08-19 20:47:08 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-08-19 20:47:08 -0700 |
commit | 00718ca03fcd0225a2679839b9abd5d643f8b67a (patch) | |
tree | b7e9a5cd5f240daaaa75c6135cee0e6f09c97e04 /alsoftrc.sample | |
parent | 6b8475b4356918242bd6704855adce4b4a1f111d (diff) |
Use the string ID instead of numeral index to reference the ALSA card
The index has a habit of changing, where the ID should be more consistent.
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 53645f2c..1f749f69 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -179,8 +179,8 @@ ## 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. +# will be appended with "CARD=c,DEV=d", where c is the card id and d is the +# device index for the requested device name. #device-prefix = plughw: ## capture: |