commit | b45a7c565473d29bd7e02ac8ca86232a24ca247f | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Jan 19 14:41:57 2015 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Jan 20 08:14:55 2015 +0100 |
tree | 91debcffbe4be26cd475406cb5496d546fc3af7f | |
parent | 075587b723ec5d90d1788b9cdba3034f524a64c9 [diff] |
ALSA: line6: Drop superfluous snd_device for PCM Instead of handling the card-specific resource in snd_device, attach it into pcm->private_data and release it directly in private_free. This simplifies the code and structure. Tested-by: Chris Rorvick <chris@rorvick.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>