commit | 862154bbd7d7f9c70eabd0e72b00a39673df71e5 | [log] [tgz] |
---|---|---|
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | Tue May 15 22:13:00 2018 +0900 |
committer | Takashi Iwai <tiwai@suse.de> | Tue May 15 18:05:30 2018 +0200 |
tree | e2bd26e09a7e1e392dd3485a021aa0b493f9e710 | |
parent | 0cc1aa716226abf9c52e920fc04999fcafa17c67 [diff] |
ALSA: hda/ca0132: constify parameter table for effects This module has a table for parameters of each effects. This table is read-only and can have 'const' qualifier. This commit adds this optimization. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>