当我使用shell脚本更改alsa时,如何告诉我使用hw:1,0而不是hw:0,0?
例如:
amixer sset Capture 10%+ unmute
$ amixer -D AK5370 sset Capture 10%+ unmute
ALSA lib control.c:882:(snd_ctl_open_noupdate) Invalid CTL AK5370
amixer: Mixer attach AK5370 error: No such file or directory
$ amixer -D 1 sset Capture 10%+ unmute
ALSA lib control.c:882:(snd_ctl_open_noupdate) Invalid CTL 1
amixer: Mixer attach 1 error: No such file or directory发布于 2011-12-04 23:45:53
不,真的,为什么你得到了一个特定的命令,知道了alsa设备命名,却无法输入man amixer,却发现-D会这样做?
https://stackoverflow.com/questions/8376159
复制相似问题