From 1773be507795fb2cbe7d3ac0138dff7d63821d08 Mon Sep 17 00:00:00 2001 From: Lecopzer Chen Date: Wed, 2 Jun 2021 18:14:03 +0800 Subject: [PATCH] ANDROID: Add SND_VERBOSE_PROCFS for alsa framework In-kernel alsa framework provides infomation by procfs for top layer APPs and application can `cat /proc/...` to know the status. And APPs will utilize these info to adjust their functionanilty Bug: 189899353 Signed-off-by: Lecopzer Chen Change-Id: I89ea96073906725ae6d0308ea5d3d349ab2f1116 --- arch/arm64/configs/gki_defconfig | 1 - arch/x86/configs/gki_defconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig index 24c39081707c..bebfbf7a3140 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -437,7 +437,6 @@ CONFIG_SND=y CONFIG_SND_HRTIMER=y CONFIG_SND_DYNAMIC_MINORS=y # CONFIG_SND_SUPPORT_OLD_API is not set -# CONFIG_SND_VERBOSE_PROCFS is not set # CONFIG_SND_DRIVERS is not set CONFIG_SND_USB_AUDIO=y CONFIG_SND_SOC=y diff --git a/arch/x86/configs/gki_defconfig b/arch/x86/configs/gki_defconfig index a892ad0d2269..66d90c85ec3e 100644 --- a/arch/x86/configs/gki_defconfig +++ b/arch/x86/configs/gki_defconfig @@ -393,7 +393,6 @@ CONFIG_SND=y CONFIG_SND_HRTIMER=y CONFIG_SND_DYNAMIC_MINORS=y # CONFIG_SND_SUPPORT_OLD_API is not set -# CONFIG_SND_VERBOSE_PROCFS is not set # CONFIG_SND_DRIVERS is not set CONFIG_SND_USB_AUDIO=y CONFIG_SND_SOC=y