diff options
Diffstat (limited to '_asoundrc')
-rw-r--r-- | _asoundrc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/_asoundrc b/_asoundrc new file mode 100644 index 0000000..39e8ad4 --- /dev/null +++ b/_asoundrc @@ -0,0 +1,20 @@ +# +# ~/.asoundrc +# Gentoo Linux @ ThinkPad T450s +# +# Aaron LI +# 2016-06-13 +# + +# http://www.alsa-project.org/main/index.php/Asoundrc +# see also '/proc/asound/cards' + +pcm.!default { + type hw + card PCH +} + +ctl.!default { + type hw + card PCH +} |