
This change adds below support for BT advance audio * Add support for codec type mixer control * Update slim driver to read master id, channel number. * Update slim driver to support HW EP. * Add support for transport switch based on the request CRs-Fixed: 3298745 Change-Id: Ica349cb6f3615f4dc51bbc3070c90d43eeba1cdd
5 lines
227 B
Makefile
5 lines
227 B
Makefile
ccflags-y += -I$(BT_ROOT)/include
|
|
ccflags-y += -I$(BT_ROOT)/btfmcodec/include
|
|
btfmcodec-objs := btfm_codec.o btfm_codec_hw_interface.o btfm_codec_interface.o btfm_codec_btadv_interface.o
|
|
obj-$(CONFIG_BTFM_CODEC) += btfmcodec.o
|