ALSA: seq: Clean up device and driver structs
authorTakashi Iwai <tiwai@suse.de>
Thu, 12 Feb 2015 12:40:50 +0000 (13:40 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 12 Feb 2015 13:13:47 +0000 (14:13 +0100)
commitaf03c243a1f014145dae34368fe975b2f08ed964
tree1f414301b2d7ea0a4e074e191c22dc88278cb2ab
parent7c37ae5c625aaa4836466cfaea829a3199dfc571
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>
include/sound/seq_device.h
sound/core/seq/seq_device.c