summaryrefslogtreecommitdiffstats
path: root/.alsa/x1-internal
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2018-07-01 18:06:24 +0200
committerEduardo Pedroni <e.pedroni91@gmail.com>2018-07-01 18:06:24 +0200
commit6408a81ed705af11aeacf813118cb15e416dfaa0 (patch)
tree67b6c037d67e66bca0dd01118ee25e0f411b5aef /.alsa/x1-internal
parent71ef5dfdec5c83bdc0e50a37801b9ca2c0a1add8 (diff)
Added ALSA files for laptop, including bluetooth support
Diffstat (limited to '.alsa/x1-internal')
-rw-r--r--.alsa/x1-internal14
1 files changed, 14 insertions, 0 deletions
diff --git a/.alsa/x1-internal b/.alsa/x1-internal
new file mode 100644
index 0000000..abc6a85
--- /dev/null
+++ b/.alsa/x1-internal
@@ -0,0 +1,14 @@
+# map default output to hardware card 0, device 0 (analog)
+pcm.!default {
+ type hw
+ card 0
+ device 0
+}
+
+# same for the controls (alsamixer)
+ctl.!default {
+ type hw
+ card 0
+ device 0
+}
+