06-26-2021, 10:31 AM
(06-24-2021, 08:30 PM)Tim Curtis Wrote: Software uses MPD's volume algorithm and Hardware uses the device's USB or DAC chip volume controller and it's algorithm. it may use a different curve and may or may not apply dither.
I see this device has 2 ALSA volume controls PCM and PCM 1 with no obvious way to determine which one (or both) are used for volume control.
Whats the output from the command below?
Code:amixer -c2
It has two volumes.
pi@moode:~ $ amixer -c2
Invalid card number.
Usage: amixer <options> [command]
Available options:
-h,--help this help
-c,--card N select the card
-D,--device N select the device, default 'default'
-d,--debug debug mode
-n,--nocheck do not perform range checking
-v,--version print version of this program
-q,--quiet be quiet
-i,--inactive show also inactive controls
-a,--abstract L select abstraction level (none or basic)
-s,--stdin Read and execute commands from stdin sequentially
-R,--raw-volume Use the raw value (default)
-M,--mapped-volume Use the mapped volume
Available commands:
scontrols show all mixer simple controls
scontents show contents of all mixer simple controls (default command)
sset sID P set contents for one mixer simple control
sget sID get contents for one mixer simple control
controls show all controls for given card
contents show contents of all controls for given card
cset cID P set control contents for one control
cget cID get control contents for one control