|
@@ -854,7 +854,7 @@ static int add_control_with_pfx(struct hda_gen_spec *spec, int type,
|
|
|
const char *pfx, const char *dir,
|
|
|
const char *sfx, int cidx, unsigned long val)
|
|
|
{
|
|
|
- char name[32];
|
|
|
+ char name[44];
|
|
|
snprintf(name, sizeof(name), "%s %s %s", pfx, dir, sfx);
|
|
|
if (!add_control(spec, type, name, cidx, val))
|
|
|
return -ENOMEM;
|