Files
kernel_common_drivers/sound/Kconfig
T
wanwei.jiang daefdc103d audio: porting audio driver [1/1]
PD#SWPL-72014

Problem:
porting audio driver from kernel5.10

Solution:
porting audio driver from kernel5.10

Verify:
s4d and C2 AF400

Signed-off-by: wanwei.jiang <wanwei.jiang@amlogic.com>
Change-Id: Ie69c274441619925df30ec20f85ae2b36e74bc6e
2022-03-04 11:13:37 +08:00

10 lines
158 B
Plaintext

# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
if SOUND
if !UML
if SND
source "$(COMMON_DRIVERS_DIR)/sound/soc/Kconfig"
endif # SND
endif # !UML
endif # SOUND