]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/sound/soc.h
ASoC: add data field into snd_soc_jack_gpio
[mirror_ubuntu-artful-kernel.git] / include / sound / soc.h
index 9a001472b96a4bf8a11c8c129543060fdb75c869..266c188cc36f42f0fc944ecd1d3bb9d904390acb 100644 (file)
@@ -600,7 +600,8 @@ struct snd_soc_jack_gpio {
        struct snd_soc_jack *jack;
        struct delayed_work work;
 
-       int (*jack_status_check)(void);
+       void *data;
+       int (*jack_status_check)(void *data);
 };
 
 struct snd_soc_jack {