commit | aee5012fbb77dad6179c44d83d531ad62dd8098a | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Jan 29 17:55:52 2015 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Feb 02 14:42:43 2015 +0100 |
tree | 82c169a7d567a52f0f48a5bcdeb027574bebfc6f | |
parent | ef46c7af93f98d07cd0ed891f93a26d135785526 [diff] |
ALSA: rawmidi: Embed struct device Like previous patches, this changes the device management for rawmidi, embedding the struct device into struct snd_rawmidi. The required change is more or less same as hwdep device. The currently unused dev field is reused as the new embedded struct field now. Reviewed-by: Jaroslav Kysela <perex@perex.cz> Signed-off-by: Takashi Iwai <tiwai@suse.de>