mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
vc4: Set driver_name for card
Allows use of the same alsa conf file for hdmi1 Signed-off-by: Dom Cobley <popcornmix@gmail.com>
This commit is contained in:
@@ -1225,6 +1225,7 @@ static int vc4_hdmi_audio_init(struct vc4_hdmi *vc4_hdmi)
|
||||
card->dai_link = dai_link;
|
||||
card->num_links = 1;
|
||||
card->name = vc4_hdmi->variant->card_name;
|
||||
card->driver_name = "vc4-hdmi";
|
||||
card->dev = dev;
|
||||
card->owner = THIS_MODULE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user