Skip to content

Commit b28f941

Browse files
marcanjannau
authored andcommitted
macaudio: Change device ID form Jxxx to AppleJxxx
Signed-off-by: Hector Martin <marcan@marcan.st>
1 parent 7b558de commit b28f941

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/apple/macaudio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@ static int macaudio_fixup_controls(struct snd_soc_card *card)
12361236
p = strrchr(card->name, ' ');
12371237
if (p) {
12381238
snprintf(card->snd_card->id, sizeof(card->snd_card->id),
1239-
"%s", p + 1);
1239+
"Apple%s", p + 1);
12401240
}
12411241

12421242
if (!ma->has_speakers)

0 commit comments

Comments
 (0)