commit | af03c243a1f014145dae34368fe975b2f08ed964 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Feb 12 13:40:50 2015 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Feb 12 14:13:47 2015 +0100 |
tree | 1f414301b2d7ea0a4e074e191c22dc88278cb2ab | |
parent | 7c37ae5c625aaa4836466cfaea829a3199dfc571 [diff] |
ALSA: seq: Clean up device and driver structs Use const string pointer instead of copying the id string to each object. Also drop the status and list fields of snd_seq_device struct that are no longer used. Signed-off-by: Takashi Iwai <tiwai@suse.de>