]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - sound/core/init.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
[karo-tx-linux.git] / 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) {