commit | 9d59065cd6fae841ca56c281189d5b8d0817d35f | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Apr 14 16:13:58 2009 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Apr 14 16:15:09 2009 +0200 |
tree | ab9ab1d52db96d7ba7a5235ea0073a34b722a1e0 | |
parent | 577c9c456f0e1371cbade38eaf91ae8e8a308555 [diff] |
ALSA: add private_data to struct snd_jack 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>