alsa junk rm'd
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
# Find and use input "Microphone" for input
|
||||
pcm.usb
|
||||
{
|
||||
type hw
|
||||
card Microphone
|
||||
}
|
||||
pcm.!default
|
||||
{
|
||||
type asym
|
||||
playback.pcm
|
||||
{
|
||||
# Use the dmix plug to allow multiple outputs.
|
||||
type plug
|
||||
slave.pcm "dmix"
|
||||
}
|
||||
capture.pcm
|
||||
{
|
||||
type plug
|
||||
slave.pcm "usb"
|
||||
}
|
||||
}
|
||||
@@ -25,7 +25,6 @@ export LESSHISTFILE="-"
|
||||
export WGETRC="${XDG_CONFIG_HOME:-$HOME/.config}/wget/wgetrc"
|
||||
export INPUTRC="${XDG_CONFIG_HOME:-$HOME/.config}/inputrc"
|
||||
export ZDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}/zsh"
|
||||
export ALSA_CONFIG_PATH="$XDG_CONFIG_HOME/alsa/asoundrc"
|
||||
#export GNUPGHOME="$XDG_DATA_HOME/gnupg"
|
||||
export WINEPREFIX="${XDG_DATA_HOME:-$HOME/.local/share}/wineprefixes/default"
|
||||
export KODI_DATA="${XDG_DATA_HOME:-$HOME/.local/share}/kodi"
|
||||
|
||||
Reference in New Issue
Block a user