ALSA: firewire: use KBUILD_MODNAME for struct driver.name instead of string
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Fri, 6 Mar 2020 13:52:29 +0000 (22:52 +0900)
committerTakashi Iwai <tiwai@suse.de>
Fri, 6 Mar 2020 14:54:03 +0000 (15:54 +0100)
commit9c0d16ac059148fc7647f5f9e90df6f34d3439f0
treee1a2abacfac1946cec98c02634c52a54214da3eb
parentd0ee674bb5d3787ca0122c5ae8e52680de0e7c52
ALSA: firewire: use KBUILD_MODNAME for struct driver.name instead of string

KBUILD_MODNAME is available to name kernel modules according to its object
name. This commit uses the macro instead of string for name field of
struct driver since drivers in ALSA firewire stack have the same name of
each object name.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Link: https://lore.kernel.org/r/20200306135229.11659-1-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/bebob/bebob.c
sound/firewire/digi00x/digi00x.c
sound/firewire/fireface/ff.c
sound/firewire/fireworks/fireworks.c
sound/firewire/tascam/tascam.c