diff options
author | Bhumika Goyal <bhumirks@gmail.com> | 2017-08-16 16:54:00 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-08-20 14:26:16 +0200 |
commit | b295eef951adc5f19e06ed9b92fb1cd2e775e584 (patch) | |
tree | 9b8bc39d46aec383bd7b3d691c16765c6c695537 /drivers/media/pci/ivtv | |
parent | media: solo6x10: make snd_kcontrol_new const (diff) | |
download | linux-b295eef951adc5f19e06ed9b92fb1cd2e775e584.tar.xz linux-b295eef951adc5f19e06ed9b92fb1cd2e775e584.zip |
media: cx18: Fix incompatible type for argument error
The first argument of function snd_ctl_new1 is of type const struct
snd_kcontrol_new * but in this file the variable is passed by value to
this function.
This generated ""incompatible type for argument" error. So, pass the
variable by reference.
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>
Diffstat (limited to 'drivers/media/pci/ivtv')
0 files changed, 0 insertions, 0 deletions