diff --git a/[refs] b/[refs] index d7584ed697c0..31e522dec4f5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2475b0d407614ea5a41b8325d45c614d94087088 +refs/heads/master: d8e4f9aed82c68b60f81b2e7977c46868d51062f diff --git a/trunk/sound/core/init.c b/trunk/sound/core/init.c index a0080aa45ae9..30ecad41403c 100644 --- a/trunk/sound/core/init.c +++ b/trunk/sound/core/init.c @@ -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) {