Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b73c1c12 authored by Clemens Ladisch's avatar Clemens Ladisch Committed by Jaroslav Kysela
Browse files

[ALSA] hdsp: always initialize card name



RME HDSP driver
When using the kernel firmware loader, initialize the card shortname
before registering the card with ALSA to prevent it from using a
default card ID.

Signed-off-by: default avatarClemens Ladisch <clemens@ladisch.de>
parent 84010e6f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4899,6 +4899,7 @@ static int snd_hdsp_create_alsa_devices(snd_card_t *card, hdsp_t *hdsp)
	}
	
	if (!(hdsp->state & HDSP_InitializationComplete)) {
		strcpy(card->shortname, "Hammerfall DSP");
		sprintf(card->longname, "%s at 0x%lx, irq %d", hdsp->card_name, 
			hdsp->port, hdsp->irq);