amixer
amixer(1): mixer for ALSA soundcard driver - Linux man page
sound cardの設定をする。
amixer -c0 が最初のもので、例えば録音系などは次のカードになるので、amixer -c1 とする
$ amixer -option cmd
simpleな制御と
sset
そうでない制御
set
amixer -c1 contents
で対象操作の一覧がでる
amixer -c1 controls
で対象物の一覧がでる。
numid=, iface=, name= と3つのkey=valueがある行が5つある。
scontrol
Simple mixer CONTROL?
$ amixer scontrols`
Simple mixer control 'PCM', 0
Linux/ALSA/amixer - とある技術の私書目録
PCM (Pulse-code Modulation)
PCM at Raspberry Pi GPIO Pinout
a digitail representation of sampled analog
GPIOでは、BCM18, 19, 20, 21 を使う
Linux の Audio 機能をコマンドラインで設定 - Qiita
ALSA
Advanced Linux Sound Architecture - Wikipedia
full duplex operation
amixer with no arguments will display the current mixer settings
なので、amixer とまずは打つのがよいが、soundcardが複数ある場合は、-c1とか、 -c2とか 
driver