From c6d4885aeb6f3287b6df9d8c798b34fa02aeb242 Mon Sep 17 00:00:00 2001 From: Baozhu Zuo Date: Thu, 14 Sep 2017 08:45:38 +0000 Subject: [PATCH] merage ac108_asound.conf and wm8960_asound.conf together --- ac108_asound.conf | 12 ------------ wm8960_asound.conf => asound.conf | 5 +++++ 2 files changed, 5 insertions(+), 12 deletions(-) delete mode 100644 ac108_asound.conf rename wm8960_asound.conf => asound.conf (86%) diff --git a/ac108_asound.conf b/ac108_asound.conf deleted file mode 100644 index e5fd849..0000000 --- a/ac108_asound.conf +++ /dev/null @@ -1,12 +0,0 @@ -pcm.!default { - type ac108 - slavepcm "hw:1,0" - channels 4 -} - - -pcm.ac108 { - type ac108 - slavepcm "hw:1,0" - channels 4 -} diff --git a/wm8960_asound.conf b/asound.conf similarity index 86% rename from wm8960_asound.conf rename to asound.conf index 4b13cb1..3b91ae5 100644 --- a/wm8960_asound.conf +++ b/asound.conf @@ -32,3 +32,8 @@ pcm.array { ipc_key 666666 } +pcm.ac108 { + type ac108 + slavepcm "hw:1,0" + channels 4 +}