Commit e4e6c584 authored by Stefan Binding's avatar Stefan Binding Committed by Takashi Iwai

ALSA: hda/cs8409: Enable Full Scale Volume for Line Out Codec on Dolphin

Headphones codec will keep reduced maximum volume.
Line Out codec will have increased maximum volume.
Signed-off-by: default avatarStefan Binding <sbinding@opensource.cirrus.com>
Signed-off-by: default avatarVitaly Rodionov <vitalyr@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20210811185654.6837-23-vitalyr@opensource.cirrus.comSigned-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 20e50772
...@@ -300,10 +300,10 @@ static const struct cs8409_i2c_param dolphin_c0_init_reg_seq[] = { ...@@ -300,10 +300,10 @@ static const struct cs8409_i2c_param dolphin_c0_init_reg_seq[] = {
{ 0x2901, 0x01 }, { 0x2901, 0x01 },
{ 0x1101, 0x0A }, { 0x1101, 0x0A },
{ 0x1102, 0x84 }, { 0x1102, 0x84 },
{ 0x2001, 0x03 },
{ 0x2301, 0x00 }, { 0x2301, 0x00 },
{ 0x2303, 0x00 }, { 0x2303, 0x00 },
{ 0x2302, 0x3f }, { 0x2302, 0x3f },
{ 0x2001, 0x03 },
{ 0x1B75, 0xB6 }, { 0x1B75, 0xB6 },
{ 0x1B73, 0xC2 }, { 0x1B73, 0xC2 },
{ 0x1129, 0x01 }, { 0x1129, 0x01 },
...@@ -356,10 +356,10 @@ static const struct cs8409_i2c_param dolphin_c1_init_reg_seq[] = { ...@@ -356,10 +356,10 @@ static const struct cs8409_i2c_param dolphin_c1_init_reg_seq[] = {
{ 0x2901, 0x00 }, { 0x2901, 0x00 },
{ 0x1101, 0x0E }, { 0x1101, 0x0E },
{ 0x1102, 0x84 }, { 0x1102, 0x84 },
{ 0x2001, 0x01 },
{ 0x2301, 0x00 }, { 0x2301, 0x00 },
{ 0x2303, 0x00 }, { 0x2303, 0x00 },
{ 0x2302, 0x3f }, { 0x2302, 0x3f },
{ 0x2001, 0x03 },
{ 0x1B75, 0xB6 }, { 0x1B75, 0xB6 },
{ 0x1B73, 0xC2 }, { 0x1B73, 0xC2 },
{ 0x1129, 0x01 }, { 0x1129, 0x01 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment