mirror of https://gitlab.com/dabruh/dotfiles.git
9 lines
420 B
Plaintext
9 lines
420 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
pactl set-card-profile alsa_card.usb-Focusrite_Scarlett_2i2_USB_Y8EZ0N3940A777-00 input:analog-stereo
|
||
|
pactl set-card-profile alsa_card.usb-Focusrite_Scarlett_2i2_USB_Y8EZ0N3940A777-00 output:analog-stereo+input:analog-stereo
|
||
|
|
||
|
pactl set-card-profile alsa_card.usb-MACROSILICON_USB3._0_capture-02 off
|
||
|
pactl set-card-profile alsa_card.pci-0000_09_00.1 off
|
||
|
pactl set-card-profile alsa_card.pci-0000_0b_00.4 off
|