diff options
Diffstat (limited to 'sound/pci/ice1712/wm8776.c')
-rw-r--r-- | sound/pci/ice1712/wm8776.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/ice1712/wm8776.c b/sound/pci/ice1712/wm8776.c index dc333cefbc75..a3c05fe5daf9 100644 --- a/sound/pci/ice1712/wm8776.c +++ b/sound/pci/ice1712/wm8776.c @@ -41,7 +41,8 @@ static void snd_wm8776_write(struct snd_wm8776 *wm, u16 addr, u16 data) /* register-level functions */ -static void snd_wm8776_activate_ctl(struct snd_wm8776 *wm, char *ctl_name, +static void snd_wm8776_activate_ctl(struct snd_wm8776 *wm, + const char *ctl_name, bool active) { struct snd_card *card = wm->card; |