diff options
Diffstat (limited to 'mmfw-sysconf-hawkp/etc/asound.conf')
-rw-r--r-- | mmfw-sysconf-hawkp/etc/asound.conf | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/mmfw-sysconf-hawkp/etc/asound.conf b/mmfw-sysconf-hawkp/etc/asound.conf new file mode 100644 index 0000000..f717a3e --- /dev/null +++ b/mmfw-sysconf-hawkp/etc/asound.conf @@ -0,0 +1,50 @@ +pcm. !default { + type asym + playback.pcm { + type hw + card 0 + device 0 + } + capture.pcm { + type hw + card 0 + device 0 + } +} + +ctl. !default { + type hw + card 0 +} + +pcm. AIF2{ + type hw + card 0 + device 1 + format S16_LE + channels 2 + rate 8000 +} + +pcm. AIF3{ + type hw + card 0 + device 2 + format S16_LE + channels 2 + rate 8000 +} + +pcm. AIF4{ + type hw + card 0 + device 4 + format S16_LE + channels 2 + rate 44100 +} + +ctl. wm1811 { + type hw + card 0 +} |