All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hdspm.c: make driver name generic to avoid user confusion
@ 2011-06-07  8:48 Jörn Nettingsmeier
  0 siblings, 0 replies; 6+ messages in thread
From: Jörn Nettingsmeier @ 2011-06-07  8:48 UTC (permalink / raw)
  To: alsa-devel, Adrian Knoth

[-- Attachment #1: Type: text/plain, Size: 561 bytes --]

hi adi, *!


here's a trivial patch to change the driver name of hdspm.c to avoid 
irritating users who don't have the MADI version (just happened on the 
LAU list).

iiuc, no external software should make any assumptions about this 
string, so there should be no side effects, but i have been wrong before :)

please review and apply.


best,


jörn






-- 
Jörn Nettingsmeier
Lortzingstr. 11, 45128 Essen, Tel. +49 177 7937487

Meister für Veranstaltungstechnik (Bühne/Studio)
Tonmeister (VDT)

http://stackingdwarves.net

[-- Attachment #2: hdspm-driver-name.diff --]
[-- Type: text/x-patch, Size: 406 bytes --]

--- linux-2.6.39/sound/pci/rme9652/hdspm.c.orig	2011-05-19 06:06:34.000000000 +0200
+++ linux-2.6.39/sound/pci/rme9652/hdspm.c	2011-06-07 10:37:21.894932961 +0200
@@ -6775,7 +6775,7 @@
 }
 
 static struct pci_driver driver = {
-	.name = "RME Hammerfall DSP MADI",
+	.name = "RME Hammerfall HDSPe Series",
 	.id_table = snd_hdspm_ids,
 	.probe = snd_hdspm_probe,
 	.remove = __devexit_p(snd_hdspm_remove),


[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 6+ messages in thread
[parent not found: <4DEDE4E2.4060303@folkwang-hochschule.de>]

end of thread, other threads:[~2011-06-14  7:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-07  8:48 [PATCH] hdspm.c: make driver name generic to avoid user confusion Jörn Nettingsmeier
     [not found] <4DEDE4E2.4060303@folkwang-hochschule.de>
2011-06-07  9:11 ` Adrian Knoth
2011-06-07 10:39   ` Takashi Iwai
2011-06-07 12:13     ` Takashi Iwai
2011-06-14  7:00     ` Takashi Iwai
2011-06-07 10:46   ` Jörn Nettingsmeier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.