]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Completed parametric configuration and begun to use it
authorAbramo Bagnara <abramo@alsa-project.org>
Tue, 22 May 2001 09:19:44 +0000 (09:19 +0000)
committerAbramo Bagnara <abramo@alsa-project.org>
Tue, 22 May 2001 09:19:44 +0000 (09:19 +0000)
alsamixer/alsamixer.c
amixer/amixer.c
aplay/aplay.c

index b4769ec06ee801281102d81726bcef5f6bb0910a..018e2fdb3525ae82421f6c4ffeb850f4df9002c9 100644 (file)
@@ -182,7 +182,7 @@ static int   mixer_ofs_x = 0;
 static float    mixer_extra_space = 0;
 static int      mixer_cbar_height = 0;
 
-static char     card_id[64] = "hw:0";
+static char     card_id[64] = "default";
 static snd_mixer_t *mixer_handle;
 static char     mixer_card_name[128];
 static char     mixer_device_name[128];
index c2f3ba147ef8041e667121e23481492c170194f5..d05b369d22f1126055a046be4dbbb3f171d5aeb6 100644 (file)
@@ -39,7 +39,7 @@
 
 int quiet = 0;
 int debugflag = 0;
-char *card = "hw:0";
+char *card = "default";
 
 static void error(const char *fmt,...)
 {
index e0cf98dff2b60011765658497e892baf79280e65..73110431980c277e5a94f693436d2f159b19e3cf 100644 (file)
@@ -295,7 +295,7 @@ int main(int argc, char *argv[])
                {"separate-channels", 0, 0, 'I'},
                {0, 0, 0, 0}
        };
-       char *pcm_name = "plug:0,0";
+       char *pcm_name = "default";
        int tmp, err, c;
        snd_pcm_info_t *info;