Skip to content
Snippets Groups Projects
Commit be910dd5 authored by Matthew Fredrickson's avatar Matthew Fredrickson
Browse files

Change chan_alsa to default open the first sound card device

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8346 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent bab4d7a6
No related branches found
No related tags found
No related merge requests found
......@@ -68,8 +68,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#define DEBUG 0
/* Which device to use */
#define ALSA_INDEV "default"
#define ALSA_OUTDEV "default"
#define ALSA_INDEV "hw:0,0"
#define ALSA_OUTDEV "hw:0,0"
#define DESIRED_RATE 8000
/* Lets use 160 sample frames, just like GSM. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment