X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fsound%2Fvx_core.h;h=4830651cc4cffd5dfafc1c29c5d5fd00c905ecac;hb=26145f7e7ebc8a5f1b29425d6da62e872031be4a;hp=dbca14170615bb93731a0b99d8c45c08f83211cc;hpb=1186ed8c7dc9c0185e783beddf241509cc224f1a;p=firefly-linux-kernel-4.4.55.git diff --git a/include/sound/vx_core.h b/include/sound/vx_core.h index dbca14170615..4830651cc4cf 100644 --- a/include/sound/vx_core.h +++ b/include/sound/vx_core.h @@ -128,7 +128,7 @@ struct snd_vx_hardware { unsigned int num_ins; unsigned int num_outs; unsigned int output_level_max; - unsigned int *output_level_db_scale; + const unsigned int *output_level_db_scale; }; /* hwdep id string */ @@ -228,7 +228,7 @@ void snd_vx_free_firmware(struct vx_core *chip); /* * interrupt handler; exported for pcmcia */ -irqreturn_t snd_vx_irq_handler(int irq, void *dev, struct pt_regs *regs); +irqreturn_t snd_vx_irq_handler(int irq, void *dev); /* * lowlevel functions