ALSA-DEFAULT-DEVICE(1)marcp.xyzALSA-DEFAULT-DEVICE(1)

NAME

alsa-default-device - Set the default ALSA card

EXAMPLES

# Find desired device
$ cat /proc/asound/cards
# then create /etc/asound.conf with following:
defaults.pcm.card 1
defaults.ctl.card 1
# Replace "1" with the number of your card.
marcp.xyz2022-03-22ALSA-DEFAULT-DEVICE(1)