diff options
Diffstat (limited to 'sound/core/jack.c')
| -rw-r--r-- | sound/core/jack.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/core/jack.c b/sound/core/jack.c index c8254c667c6..d54d1a05fe6 100644 --- a/sound/core/jack.c +++ b/sound/core/jack.c @@ -35,6 +35,9 @@ static int snd_jack_dev_free(struct snd_device *device)  {  	struct snd_jack *jack = device->device_data; +	if (jack->private_free) +		jack->private_free(jack); +  	/* If the input device is registered with the input subsystem  	 * then we need to use a different deallocator. */  	if (jack->registered)  |