diff options
Diffstat (limited to 'include/sound/control.h')
-rw-r--r-- | include/sound/control.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/control.h b/include/sound/control.h index 95aad6d3fd1a..21d047f229a1 100644 --- a/include/sound/control.h +++ b/include/sound/control.h | |||
@@ -252,7 +252,7 @@ void snd_ctl_sync_vmaster(struct snd_kcontrol *kctl, bool hook_only); | |||
252 | * Helper functions for jack-detection controls | 252 | * Helper functions for jack-detection controls |
253 | */ | 253 | */ |
254 | struct snd_kcontrol * | 254 | struct snd_kcontrol * |
255 | snd_kctl_jack_new(const char *name, int idx, void *private_data); | 255 | snd_kctl_jack_new(const char *name, struct snd_card *card); |
256 | void snd_kctl_jack_report(struct snd_card *card, | 256 | void snd_kctl_jack_report(struct snd_card *card, |
257 | struct snd_kcontrol *kctl, bool status); | 257 | struct snd_kcontrol *kctl, bool status); |
258 | 258 | ||