Skip to content

Commit c545edf

Browse files
committed
fixup! ASoC: apple: Add macaudio machine driver
1 parent 4a77992 commit c545edf

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
@@ -1099,7 +1099,7 @@ static int macaudio_add_pin_routes(struct snd_soc_card *card, struct snd_soc_com
10991099
if (component->name_prefix) {
11001100
snprintf(buf, sizeof(buf) - 1, "%s OUT", component->name_prefix);
11011101
r->source = buf;
1102-
}
1102+
}
11031103
r->sink = "Speaker";
11041104
} else {
11051105
r = &routes[nroutes++];

0 commit comments

Comments
 (0)