ALSA: add private_data to struct snd_jack
authorTakashi Iwai <tiwai@suse.de>
Tue, 14 Apr 2009 14:13:58 +0000 (16:13 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 14 Apr 2009 14:15:09 +0000 (16:15 +0200)
Added private_data and private_free fields to struct snd_jack so that
the caller can assign the data.  It'll be helpful for avoiding the
double-free of the jack instance.

Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found