diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-10-07 11:38:09 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-10-10 13:41:53 +0200 |
commit | ff33f2303b0ea8e5ac15af91de8d8538a5d58db1 (patch) | |
tree | 4160cbce65339c8baabca0aefbf5ba79de99188c /include/sound/core.h | |
parent | 8ae23ec3ab305b58140462234bddf2257af57bae (diff) | |
download | linux-3.10-ff33f2303b0ea8e5ac15af91de8d8538a5d58db1.tar.gz linux-3.10-ff33f2303b0ea8e5ac15af91de8d8538a5d58db1.tar.bz2 linux-3.10-ff33f2303b0ea8e5ac15af91de8d8538a5d58db1.zip |
ALSA: Increase components array size
Increase the card components[] (and thus snd_card_info.components[],
too) array size from 80 to 128 chars so that more strings can be
stored. The 80 chars aren't enough for more than 2 HD-audio codecs,
and this hits an ugly snd_BUG() as reported by Wu Fegguang for HP
2230s.
The control protocol number is increased to 2.0.6 as well, in case
it matters.
Reported-by: Wu Fengguang <wfg@linux.intel.com>
Acked-by: Jaroslav Kysela <perex@perex.cz>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'include/sound/core.h')
-rw-r--r-- | include/sound/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/core.h b/include/sound/core.h index f52ab6f3ca6..e5eec5f7350 100644 --- a/include/sound/core.h +++ b/include/sound/core.h @@ -116,7 +116,7 @@ struct snd_card { char shortname[32]; /* short name of this soundcard */ char longname[80]; /* name of this soundcard */ char mixername[80]; /* mixer name */ - char components[80]; /* card components delimited with + char components[128]; /* card components delimited with space */ struct module *module; /* top-level module */ |