maestro3.conf
来自「alsa-driver-1.0.14编译声卡所需要的库」· CONF 代码 · 共 39 行
CONF
39 行
# configuration for ESS Maestro3<confdir:pcm/front.conf>Maestro3.pcm.front.0 { @args [ CARD ] @args.CARD { type string } type hw card $CARD} # default with dmix/dsnoopMaestro3.pcm.default { @args [ CARD ] @args.CARD { type string } type asym playback.pcm { type plug slave.pcm { # we need to specify device and subdevice numbers # for a device with multiple substreams @func concat strings [ "dmix:" $CARD ",0,0" ] } } capture.pcm { type plug slave.pcm { @func concat strings [ "dsnoop:" $CARD ] } }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?