Enviado em 05/01/2023 - 02:28h
Boa galera
# Set the default backend card and device to the onboard Intel HDA codec; see
# /proc/asound/cards for the names of the cards in the system.
defaults.pcm.!card Intel
defaults.ctl.!card Intel
defaults.pcm.!device 0
defaults.ctl.!device 0
# Equalizer definition, uses dmix internally; use amixer in a script to adjust
# the equalizer boost/cut levels, or use the following command to adjust the
# levels interactively.
#
# alsamixer -D equal
#
ctl.equal {
type equal;
}
pcm.equal {
type equal;
slave.pcm "plug:dmix";
}
# The alsaequal plugin is not compatible with 32-bit programs on amd64, so it
# will crash them with the following message:
#
# Failed to load plugin "/usr/lib/ladspa/caps.so": /usr/lib/ladspa/caps.so: wrong ELF class: ELFCLASS64
#
# To get around this, the asymed definition takes two parameters: PLAY and
# CAPT, to direct the slave PCMs. These are controlled either by arguments
# in the slave definition (i.e. slave.pcm "asymed:dmix,dsnoop" ), or by
# environment variables (ALSA_ASYM_PLAY=dmix ALSA_ASYM_CAPT=dsnoop aplay ...)
pcm.asymed {
@args [ PLAY CAPT ]
@args.PLAY {
type string
default {
@func getenv
vars [
ALSA_ASYM_PLAY
]
default "equal"
}
}
@args.CAPT {
type string
default {
@func getenv
vars [
ALSA_ASYM_CAPT
]
default "dsnoop"
}
}
type asym;
playback.pcm $PLAY;
capture.pcm $CAPT;
}
# Set the default playback device to the above asymed soft-device
pcm.!default {
type plug;
slave.pcm asymed;
}
Criar entrada (menuentry) ISO no Grub
Como gerar qualquer emoji ou símbolo unicode a partir do seu teclado
Instalar o VIM 9.1 no Debian 12
Como saber o range de um IP público?
Muitas dificuldades ao instalar distro Linux em Notebook Sony Vaio PCG-6131L (VPCEA24FM)
Slackpkg+ (Slackpkg Plus) está de volta!
Como dividir duas janelas igualmente e lado-a-lado na sua tela
Ocomon 6.0.1 - Problemas ao editar configurações estendidas (7)
instalar o Linux em computadores Acer novos (7)
Será possível instalar Linux Mint LMDE em Sony Vaio? (19)
O livro "Linux - Guia do Administrador do Sistema (Rubem E. Ferre... (1)