]> Pileus Git - ~andy/linux/blobdiff - include/sound/jack.h
ALSA: hda - Fix mute led GPIO on HP dv-series notebooks
[~andy/linux] / include / sound / jack.h
index 6b013c6f6a049b980c6b6de1f7ac4f094597ef24..f236e426a706e9efa786ed0969959c26d6af3c1a 100644 (file)
@@ -50,6 +50,8 @@ struct snd_jack {
        int type;
        const char *id;
        char name[100];
+       void *private_data;
+       void (*private_free)(struct snd_jack *);
 };
 
 #ifdef CONFIG_SND_JACK