]> Pileus Git - ~andy/linux/blobdiff - sound/core/init.c
Merge branches 'common/fbdev' and 'common/fbdev-meram' of master.kernel.org:/pub...
[~andy/linux] / sound / core / init.c
index a0080aa45ae968dfbcd9607fa39f7b587acc7c33..30ecad41403c1becb741f7312ca247eb96054b8c 100644 (file)
@@ -514,7 +514,7 @@ static void snd_card_set_id_no_lock(struct snd_card *card, const char *nid)
        id = card->id;
        
        if (*id == '\0')
-               strcpy(id, "default");
+               strcpy(id, "Default");
 
        while (1) {
                if (loops-- == 0) {