commit | b0eaa0721df31d4a7c47989a1ac6faedd8495ba1 | [log] [tgz] |
---|---|---|
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | Tue May 15 22:12:57 2018 +0900 |
committer | Takashi Iwai <tiwai@suse.de> | Tue May 15 18:05:27 2018 +0200 |
tree | ff2c0f880e97ee43ac153af337204409a3eab132 | |
parent | 710669455d9e6978336dcbcb220024fb64ec2d38 [diff] |
ALSA: hda/ca0132: constify templates for control element set An array of templates for control element set is passed as an argument for snd_hda_add_new_ctls(). This argument has 'const' qualifier therefore the passed array can have the qualifier. This commit adds this optimization. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>