From 82787709bd0c943e5d0d2b4fce7e8464a0de0edb Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 15 Oct 2020 10:34:30 -0400 Subject: update the hibi patcher script to handle initial m3k stuff Change-Id: I63ed8443952888da3dafb23ff6e7daf9c7aca574 --- firmware/drivers/audio/fiiolinux_codec.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'firmware/drivers/audio') diff --git a/firmware/drivers/audio/fiiolinux_codec.c b/firmware/drivers/audio/fiiolinux_codec.c index 894d16dae1..44ebdd092c 100644 --- a/firmware/drivers/audio/fiiolinux_codec.c +++ b/firmware/drivers/audio/fiiolinux_codec.c @@ -69,10 +69,11 @@ void audiohw_preinit(void) { alsa_controls_init(); hw_open(); - // set 19/'ADC Mux' 0 - // set 4/'Digital Capture Volume' 0 - // set 6/'Mic Volume' 0 - // set 11/'DACR Playback Volume' 0 (wtf?? vortex used 1, of used 0) + // NOTE: + // Of the exported controls, only these do anything: + // 10 DACL Playback Volume + // 11 DACR Playback Volume + // 12 Low Mode Switch (see table 25 in datasheet, not simple..) } void audiohw_postinit(void) -- cgit v1.2.3