Files
kernel_common_drivers/drivers/host/Makefile
T
bangzheng.liu 03cdeebe7b DSP: SC2 far field voice early suspend with dsp [2/3]
PD#SWPL-139800

Problem:
SC2 far field voice need early suspend and record
with dsp.

Solution:
When DSP waked up by VAD, then:
1. DSP notify to AOCPU (would fail by unknown cmd) and ARM
during early suspend.
2. DSP notify to AOCPU (would fail by unknown cmd) and ARM
(would fail by timeout) and do retry after ARM deep sleep and
before AOCPU STR poweroff.
3. DSP notify to AOCPU after AOCPU STR poweroff.
4. when ffv not supported, dsp do not start vwe.

Verify:
sc2_ah212

Change-Id: I0e610ab7dd76c362c71a9ec98ce589bf7d04beda
Signed-off-by: bangzheng.liu <bangzheng.liu@amlogic.com>
2024-07-11 22:05:15 -07:00

12 lines
383 B
Makefile

# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
# Makefile for amlogic mcu host driver
MODULE_NAME = amlogic-host
obj-$(CONFIG_AMLOGIC_HOST_DRIVER) = $(MODULE_NAME).o
$(MODULE_NAME)-$(CONFIG_AMLOGIC_HOST_DRIVER) += host.o sysfs.o host_poll.o host_report.o
PR_FMT = $(subst amlogic-,,$(MODULE_NAME))
PR_FMT_DEFINE="-Dpr_fmt(fmt)= \"[$(PR_FMT)]: \" fmt"
ccflags-y += $(PR_FMT_DEFINE)