]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/sound/control.h
Merge branch 'topic/asoc' into for-linus
[mirror_ubuntu-artful-kernel.git] / include / sound / control.h
index 57815f6a02b95f64dfcf49aa5c68089b768724df..8332e865c7592c6a3eb48406bc319195c3efd193 100644 (file)
@@ -227,6 +227,11 @@ snd_ctl_add_slave_uncached(struct snd_kcontrol *master,
        return _snd_ctl_add_slave(master, slave, SND_CTL_SLAVE_NEED_UPDATE);
 }
 
+int snd_ctl_add_vmaster_hook(struct snd_kcontrol *kctl,
+                            void (*hook)(void *private_data, int),
+                            void *private_data);
+void snd_ctl_sync_vmaster_hook(struct snd_kcontrol *kctl);
+
 /*
  * Helper functions for jack-detection controls
  */