some launcher script tweaks
[android_pandora.git] / asound.conf
1 # Android ALSA configuration file for TI OMAP3430 reference platform using the TWL4030 ASoC audio.
2
3 ##
4 ## Mixer Devices
5 ##
6
7 ctl.AndroidOut {
8         type hw
9 }
10
11 ctl.AndroidIn {
12         type hw
13 }
14
15
16 ##
17 ## Playback Devices
18 ##
19
20 pcm.AndroidOut_Speaker {
21         type hw
22 }
23
24 pcm.AndroidOut_Speaker_normal {
25         type hw
26 }
27
28 pcm.AndroidOut_Headset {
29         type hw
30 }
31
32 pcm.AndroidOut_Earpiece {
33         type hw
34 }
35
36 # No bluetooth available.  Send output to the bit bucket.
37 pcm.AndroidOut_Bluetooth {
38         type null
39 }
40
41 pcm.AndroidOut_Bluetooth-A2DP {
42         type null
43 }
44
45
46 ##
47 ## Recording device
48 ##
49
50 pcm.AndroidIn {
51         type hw
52 }
53
54