commit | fdbf0488040622b225e8019d96693236dceaf832 | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Wed Aug 16 14:14:11 2017 +0530 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Aug 16 14:29:08 2017 +0200 |
tree | 7676e2682ad00034ad42faa570a47d5ddf45ac4d | |
parent | 7df3859bf71b9c36683846fa07d68ed89f769d72 [diff] |
ALSA: hda: make snd_kcontrol_new const Make these const as they are only passed as the 3rd argument to the function snd_hda_gen_add_kctl, which is of type const. Done using Coccinelle. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>