projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20e5077
)
ALSA: hda/cs8409: Enable Full Scale Volume for Line Out Codec on Dolphin
author
Stefan Binding
<sbinding@opensource.cirrus.com>
Wed, 11 Aug 2021 18:56:49 +0000
(19:56 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 12 Aug 2021 11:41:57 +0000
(13:41 +0200)
Headphones codec will keep reduced maximum volume.
Line Out codec will have increased maximum volume.
Signed-off-by: Stefan Binding <sbinding@opensource.cirrus.com>
Signed-off-by: Vitaly Rodionov <vitalyr@opensource.cirrus.com>
Link:
https://lore.kernel.org/r/20210811185654.6837-23-vitalyr@opensource.cirrus.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_cs8409-tables.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_cs8409-tables.c
b/sound/pci/hda/patch_cs8409-tables.c
index 6453a7ec38563ade9e2719e687136082b8ec5ddf..a39b2c20f61c60a6a9b3df0d4bad7737263bfd02 100644
(file)
--- a/
sound/pci/hda/patch_cs8409-tables.c
+++ b/
sound/pci/hda/patch_cs8409-tables.c
@@
-300,10
+300,10
@@
static const struct cs8409_i2c_param dolphin_c0_init_reg_seq[] = {
{ 0x2901, 0x01 },
{ 0x1101, 0x0A },
{ 0x1102, 0x84 },
+ { 0x2001, 0x03 },
{ 0x2301, 0x00 },
{ 0x2303, 0x00 },
{ 0x2302, 0x3f },
- { 0x2001, 0x03 },
{ 0x1B75, 0xB6 },
{ 0x1B73, 0xC2 },
{ 0x1129, 0x01 },
@@
-356,10
+356,10
@@
static const struct cs8409_i2c_param dolphin_c1_init_reg_seq[] = {
{ 0x2901, 0x00 },
{ 0x1101, 0x0E },
{ 0x1102, 0x84 },
+ { 0x2001, 0x01 },
{ 0x2301, 0x00 },
{ 0x2303, 0x00 },
{ 0x2302, 0x3f },
- { 0x2001, 0x03 },
{ 0x1B75, 0xB6 },
{ 0x1B73, 0xC2 },
{ 0x1129, 0x01 },