From 837846ad4da8d476bca8e682297e209e94702fed Mon Sep 17 00:00:00 2001 From: Jaechul Lee Date: Thu, 16 May 2019 14:34:31 +0900 Subject: [PATCH] ucm: Adds capture controls for ALSA device Capture control is necessary even though capture device doesn't exist. Change-Id: I6fa5641c1c9c77f1204787fe1de4c5f128578441 Signed-off-by: Jaechul Lee --- bcm2835/bcm2835.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/bcm2835/bcm2835.conf b/bcm2835/bcm2835.conf index 4d6b2f9..f853a04 100644 --- a/bcm2835/bcm2835.conf +++ b/bcm2835/bcm2835.conf @@ -10,6 +10,7 @@ SectionUseCase."HiFi" { ValueDefaults { PlaybackCTL "hw:ALSA" + CaptureCTL "hw:ALSA" } SectionDefaults { -- 2.7.4