commit | 011ae2bf06690c9fd6209537b4775855122f5c86 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Sun May 27 15:07:01 2018 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Mon May 28 14:57:30 2018 +0200 |
tree | 0ccebb6ca81505397ae2bde75aa31280509420b9 | |
parent | f25ecf8f987d51be388e53de7b9e0e5815acc10b [diff] |
ALSA: usb-audio: Avoid lowlevel device object Simplify the device management by replacing the lowlevel device object allocation with the card->private_data. Nowadays there is almost no advantage by the lowlevel device, and with card->private_data, the code becomes cleaner. Signed-off-by: Takashi Iwai <tiwai@suse.de>