projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c775ac7
)
[ALSA] Reduce the string length of Terratec Aureon 7.1 Universe
author
Takashi Iwai
<tiwai@suse.de>
Thu, 29 Jun 2006 14:40:21 +0000
(16:40 +0200)
committer
Jaroslav Kysela
<perex@suse.cz>
Wed, 12 Jul 2006 18:07:33 +0000
(20:07 +0200)
Fix the driver string name for Terratec Aureon 7.1 Universe
to fit in 15 letters to avoid the overflow.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
sound/pci/ice1712/aureon.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/ice1712/aureon.c
b/sound/pci/ice1712/aureon.c
index ca74f5b85f42070dd611967e5ae3b01034058a7f..9492f3d2455b4aee6d6d6f8b84c02ec239e95582 100644
(file)
--- a/
sound/pci/ice1712/aureon.c
+++ b/
sound/pci/ice1712/aureon.c
@@
-2131,7
+2131,7
@@
struct snd_ice1712_card_info snd_vt1724_aureon_cards[] __devinitdata = {
.build_controls = aureon_add_controls,
.eeprom_size = sizeof(aureon71_eeprom),
.eeprom_data = aureon71_eeprom,
- .driver = "Aureon71Univ
erse",
+ .driver = "Aureon71Univ
", /* keep in 15 letters */
},
{
.subvendor = VT1724_SUBDEVICE_PRODIGY71,