mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 18:50:53 +07:00
8832c5a74b
This commit renames 'firewire-speakers' to 'oxfw' to enhance support for devices which based on OXFW970/971. A line for MODULE_ALIAS is added. Additionally, to help for works in followed paches, some members in private structure are renamed. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
14 lines
447 B
Makefile
14 lines
447 B
Makefile
snd-firewire-lib-objs := lib.o iso-resources.o packets-buffer.o \
|
|
fcp.o cmp.o amdtp.o
|
|
snd-oxfw-objs := oxfw.o
|
|
snd-isight-objs := isight.o
|
|
snd-scs1x-objs := scs1x.o
|
|
|
|
obj-$(CONFIG_SND_FIREWIRE_LIB) += snd-firewire-lib.o
|
|
obj-$(CONFIG_SND_DICE) += dice/
|
|
obj-$(CONFIG_SND_OXFW) += snd-oxfw.o
|
|
obj-$(CONFIG_SND_ISIGHT) += snd-isight.o
|
|
obj-$(CONFIG_SND_SCS1X) += snd-scs1x.o
|
|
obj-$(CONFIG_SND_FIREWORKS) += fireworks/
|
|
obj-$(CONFIG_SND_BEBOB) += bebob/
|