Skip to content

Commit bb701ae

Browse files
popcornmixpelwell
authored andcommitted
vc4: Set driver_name for card
Allows use of the same alsa conf file for hdmi1 Signed-off-by: Dom Cobley <[email protected]>
1 parent 3d1e520 commit bb701ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/vc4/vc4_hdmi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,6 +1216,7 @@ static int vc4_hdmi_audio_init(struct vc4_hdmi *vc4_hdmi)
12161216
card->dai_link = dai_link;
12171217
card->num_links = 1;
12181218
card->name = vc4_hdmi->variant->id ? "vc4-hdmi1" : "vc4-hdmi";
1219+
card->driver_name = "vc4-hdmi";
12191220
card->dev = dev;
12201221

12211222
/*

0 commit comments

Comments
 (0)