Initial commit

This commit is contained in:
domenico
2025-06-24 16:03:39 +02:00
commit f3256cdaf2
6949 changed files with 1441681 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
From b8f1afeaa6a2a72985aa9de3642bd754fdf82dba Mon Sep 17 00:00:00 2001
From: Jaikumar <jaikumar@cem-solutions.com>
Date: Tue, 26 Jun 2018 19:21:00 +0530
Subject: [PATCH 319/454] Allo Katana DAC: Updated default values
Signed-off-by: Jaikumar <jaikumar@cem-solutions.com>
---
sound/soc/bcm/allo-katana-codec.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--- a/sound/soc/bcm/allo-katana-codec.c
+++ b/sound/soc/bcm/allo-katana-codec.c
@@ -78,7 +78,7 @@ static const struct reg_default katana_c
{ KATANA_CODEC_MUTE, 0x00 },
{ KATANA_CODEC_DSP_PROGRAM, 0x04 },
{ KATANA_CODEC_DEEMPHASIS, 0x00 },
- { KATANA_CODEC_DOP, 0x01 },
+ { KATANA_CODEC_DOP, 0x00 },
{ KATANA_CODEC_FORMAT, 0xb4 },
};
@@ -388,4 +388,3 @@ module_i2c_driver(allo_katana_codec_driv
MODULE_DESCRIPTION("ASoC Allo Katana Codec Driver");
MODULE_AUTHOR("Jaikumar <jaikumar@cem-solutions.net>");
MODULE_LICENSE("GPL v2");
-