mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 11:32:04 +00:00
df203a4e46
Now we have the bus and controller code added to find and initialize the extended capabilities. Now we need to use them in stream code to decouple stream, manage links etc So this patch adds the stream handling code for extended capabilities introduced in preceding patches Signed-off-by: Jeeja KP <jeeja.kp@intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
4 lines
134 B
Makefile
4 lines
134 B
Makefile
snd-hda-ext-core-objs := hdac_ext_bus.o hdac_ext_controller.o hdac_ext_stream.o
|
|
|
|
obj-$(CONFIG_SND_HDA_EXT_CORE) += snd-hda-ext-core.o
|