aboutsummaryrefslogtreecommitdiffstats
path: root/_asoundrc
blob: 39e8ad42d70060b4224bea65396652cded064dfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
}