summaryrefslogtreecommitdiff
path: root/mmfw-sysconf-sc7730s/etc/asound.conf
diff options
context:
space:
mode:
Diffstat (limited to 'mmfw-sysconf-sc7730s/etc/asound.conf')
-rw-r--r--mmfw-sysconf-sc7730s/etc/asound.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/mmfw-sysconf-sc7730s/etc/asound.conf b/mmfw-sysconf-sc7730s/etc/asound.conf
new file mode 100644
index 0000000..401580e
--- /dev/null
+++ b/mmfw-sysconf-sc7730s/etc/asound.conf
@@ -0,0 +1,24 @@
+# default sound configuration for sprd6820
+
+pcm. !default {
+ type hw
+ card sprdphone
+ device 0
+}
+
+ctl. !default {
+ type hw
+ card sprdphone
+}
+
+ctl. sprdphone {
+ type hw
+ card sprdphone
+}
+
+pcm. AIF2{
+ type hw
+ card 0
+ device 1
+ format S16_LE
+}