summaryrefslogtreecommitdiffstats
path: root/.alsa
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2018-10-29 21:04:10 +0100
committerEduardo Pedroni <e.pedroni91@gmail.com>2018-10-29 21:04:10 +0100
commit61d88c1a07dacf55f6656ce41feaf9b0200778b3 (patch)
treed910628a2736c852d1ba81e98330581fa09ba02d /.alsa
parent38b1ca6ded632268f72cf24bdb400022bfb4e62f (diff)
Removed ALSA, moving on to pulseaudio
Diffstat (limited to '.alsa')
-rw-r--r--.alsa/desktop-pch12
-rw-r--r--.alsa/desktop-usb12
-rw-r--r--.alsa/x1-bluetooth21
-rw-r--r--.alsa/x1-hdmi7
-rw-r--r--.alsa/x1-internal14
5 files changed, 0 insertions, 66 deletions
diff --git a/.alsa/desktop-pch b/.alsa/desktop-pch
deleted file mode 100644
index 0704680..0000000
--- a/.alsa/desktop-pch
+++ /dev/null
@@ -1,12 +0,0 @@
-# map default to dmixer virtual thingie (device?)
-pcm.!default plug:dmixer
-
-# do software mixing and output to slave hardware device (motherboard)
-pcm.dmixer {
- type dmix
- ipc_key 1025
- slave {
- pcm "hw:0,0"
- }
-}
-
diff --git a/.alsa/desktop-usb b/.alsa/desktop-usb
deleted file mode 100644
index 06788c6..0000000
--- a/.alsa/desktop-usb
+++ /dev/null
@@ -1,12 +0,0 @@
-# map default to dmixer virtual thingie (device?)
-pcm.!default plug:dmixer
-
-# do software mixing and output to slave hardware device (USB)
-pcm.dmixer {
- type dmix
- ipc_key 1024
- slave {
- pcm "hw:2,0"
- }
-}
-
diff --git a/.alsa/x1-bluetooth b/.alsa/x1-bluetooth
deleted file mode 100644
index 51fb3f4..0000000
--- a/.alsa/x1-bluetooth
+++ /dev/null
@@ -1,21 +0,0 @@
-pcm.btspeaker {
- type plug
- slave {
- pcm {
- type bluealsa
- interface hci0
- device 00:11:67:01:1C:9B
- profile "a2dp"
- }
- }
- hint {
- show on
- description "BT Headset"
- }
-}
-
-pcm.!default {
- type plug
- slave.pcm "btspeaker"
-}
-
diff --git a/.alsa/x1-hdmi b/.alsa/x1-hdmi
deleted file mode 100644
index 822f344..0000000
--- a/.alsa/x1-hdmi
+++ /dev/null
@@ -1,7 +0,0 @@
-# map default output to hardware card 0, device 7 (analog)
-pcm.!default {
- type hw
- card 0
- device 7
-}
-
diff --git a/.alsa/x1-internal b/.alsa/x1-internal
deleted file mode 100644
index abc6a85..0000000
--- a/.alsa/x1-internal
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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
-}
-