summaryrefslogtreecommitdiffstats
path: root/configs/asound.conf
diff options
context:
space:
mode:
Diffstat (limited to 'configs/asound.conf')
-rw-r--r--configs/asound.conf61
1 files changed, 0 insertions, 61 deletions
diff --git a/configs/asound.conf b/configs/asound.conf
deleted file mode 100644
index 6144596..0000000
--- a/configs/asound.conf
+++ /dev/null
@@ -1,61 +0,0 @@
-#
-# Copyright(c) 2010 Yamaha Corporation
-#
-
-# ----------------------------------------
-# PCM Interface
-#
-
-pcm.hifi {
- type plug
- slave.pcm {
- type hw
- card 0
- device 0
- format S16_LE
- channels 2
- rate 44100
- }
-}
-
-pcm.voice {
- type plug
- slave.pcm {
- type hw
- card 0
- device 1
- format S16_LE
- channels 1
- rate 8000
- }
-}
-
-pcm.bluetooth {
- type plug
- slave.pcm {
- type hw
- card 0
- device 2
- format S16_LE
- channels 1
- rate 8000
- }
-}
-
-# ----------------------------------------
-# Mixer Interface
-#
-
-ctl.mc1n2 {
- type hw
- card 0
-}
-
-# ----------------------------------------
-# Hardware Dependant Interface
-#
-
-hwdep.mc1n2 {
- type hw
- card 0
-}