commit | 9a69ae1d46b09bb7fdefb7cf6fc459563123eacc | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Wed Aug 16 05:17:04 2017 -0400 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Sun Aug 20 08:25:27 2017 -0400 |
tree | 00bdcf260b94ff8b097793c38c59423579c5d7cc | |
parent | db4a8505ff86f6ccbe4880969c1d45c2d0ea7987 [diff] |
media: cx88: make snd_kcontrol_new const Make this const as it only passed as the 1st argument to the function snd_ctl_new1, which is of type const. Done using Coccinelle. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>