You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
917 B
26 lines
917 B
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");
|
|
-
|
|
|