33d0de4d57
boards: spresense: add audio implementation * boards: arm: cxd56xx: add audio implementation Add the board audio control implemantation Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * boards: arm: cxd56xx: update audio defconfig Small updates to build the platforms specific audio driver Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * boards: arm: cxd56xx: drivers: add audio implementation Add the audio implementation for CXD56XX chip Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * boards: arm: cxd56xx: fix Load switch GPIO During the initial bringup the grong GPIO was set. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Approved-by: Gregory Nutt <gnutt@nuttx.org>
20 lines
608 B
Plaintext
20 lines
608 B
Plaintext
CSRCS += cxd56_audio.c
|
|
CSRCS += cxd56_audio_config.c
|
|
CSRCS += cxd56_audio_analog.c
|
|
CSRCS += cxd56_audio_power.c
|
|
CSRCS += cxd56_audio_filter.c
|
|
CSRCS += cxd56_audio_mic.c
|
|
CSRCS += cxd56_audio_volume.c
|
|
CSRCS += cxd56_audio_digital.c
|
|
CSRCS += cxd56_audio_beep.c
|
|
CSRCS += cxd56_audio_irq.c
|
|
CSRCS += cxd56_audio_dma.c
|
|
CSRCS += cxd56_audio_ac_reg.c
|
|
CSRCS += cxd56_audio_bca_reg.c
|
|
CSRCS += cxd56_audio_aca.c
|
|
CSRCS += cxd56_audio_pin.c
|
|
|
|
DEPPATH += --dep-path platform$(DELIM)audio
|
|
VPATH += :platform$(DELIM)audio
|
|
CFLAGS += $(shell $(INCDIR) $(INCDIROPT) "$(CC)" $(TOPDIR)$(DELIM)drivers$(DELIM)platform$(DELIM)audio)
|