[media] media, sound: tea575x: constify snd_tea575x_ops structures
The snd_tea575x_ops structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Reviewed-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Tento commit je obsažen v:

odevzdal
Mauro Carvalho Chehab

rodič
85f9e06c59
revize
22dbec265c
@@ -3808,7 +3808,7 @@ static void bttv_tea575x_set_direction(struct snd_tea575x *tea, bool output)
|
||||
gpio_inout(mask, (1 << gpio.clk) | (1 << gpio.wren));
|
||||
}
|
||||
|
||||
static struct snd_tea575x_ops bttv_tea_ops = {
|
||||
static const struct snd_tea575x_ops bttv_tea_ops = {
|
||||
.set_pins = bttv_tea575x_set_pins,
|
||||
.get_pins = bttv_tea575x_get_pins,
|
||||
.set_direction = bttv_tea575x_set_direction,
|
||||
|
Odkázat v novém úkolu
Zablokovat Uživatele