public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] ALSA: hda/realtek: Add quirks for Asus ROG Ally handheld using CS35L41
@ 2023-06-21  0:24 Matthew Anderson
  2023-06-21  5:21 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew Anderson @ 2023-06-21  0:24 UTC (permalink / raw)
  To: tiwai; +Cc: perex, luke, sbinding, linux-kernel, Matthew Anderson

V1 > V2 Fix indentation

Signed-off-by: Matthew Anderson <ruinairas1992@gmail.com>
---
 sound/pci/hda/patch_realtek.c | 42 +++++++++++++++++------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index b918b0046144..a413bdee7f63 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -8445,33 +8445,33 @@ static const struct hda_fixup alc269_fixups[] = {
 	[ALC294_FIXUP_ASUS_ALLY_PINS] = {
 		.type = HDA_FIXUP_PINS,
 		.v.pins = (const struct hda_pintbl[]) {
-						{ 0x19, 0x03a11050 },
-						{ 0x1a, 0x03a11C30 },
-						{ 0x21, 0x03211420 },
-						{ }
-				},
+			{ 0x19, 0x03a11050 },
+			{ 0x1a, 0x03a11C30 },
+			{ 0x21, 0x03211420 },
+			{ }
+		},
 		.chained = true,
 		.chain_id = ALC294_FIXUP_ASUS_ALLY_VERBS
 	},
 	[ALC294_FIXUP_ASUS_ALLY_VERBS] = {
 		.type = HDA_FIXUP_VERBS,
 		.v.verbs = (const struct hda_verb[]) {
-						{ 0x20, AC_VERB_SET_COEF_INDEX, 0x45 },
-						{ 0x20, AC_VERB_SET_PROC_COEF, 0x5089 },
-						{ 0x20, AC_VERB_SET_COEF_INDEX, 0x46 },
-						{ 0x20, AC_VERB_SET_PROC_COEF, 0x0004 },
-						{ 0x20, AC_VERB_SET_COEF_INDEX, 0x47 },
-						{ 0x20, AC_VERB_SET_PROC_COEF, 0xA47A },
-						{ 0x20, AC_VERB_SET_COEF_INDEX, 0x49 },
-						{ 0x20, AC_VERB_SET_PROC_COEF, 0x0049},
-						{ 0x20, AC_VERB_SET_COEF_INDEX, 0x4A },
-						{ 0x20, AC_VERB_SET_PROC_COEF, 0x201B },
-						{ 0x20, AC_VERB_SET_COEF_INDEX, 0x6B },
-						{ 0x20, AC_VERB_SET_PROC_COEF, 0x4278},
-						{ }
-				},
-				.chained = true,
-				.chain_id = ALC294_FIXUP_ASUS_ALLY_SPEAKER
+			{ 0x20, AC_VERB_SET_COEF_INDEX, 0x45 },
+			{ 0x20, AC_VERB_SET_PROC_COEF, 0x5089 },
+			{ 0x20, AC_VERB_SET_COEF_INDEX, 0x46 },
+			{ 0x20, AC_VERB_SET_PROC_COEF, 0x0004 },
+			{ 0x20, AC_VERB_SET_COEF_INDEX, 0x47 },
+			{ 0x20, AC_VERB_SET_PROC_COEF, 0xA47A },
+			{ 0x20, AC_VERB_SET_COEF_INDEX, 0x49 },
+			{ 0x20, AC_VERB_SET_PROC_COEF, 0x0049},
+			{ 0x20, AC_VERB_SET_COEF_INDEX, 0x4A },
+			{ 0x20, AC_VERB_SET_PROC_COEF, 0x201B },
+			{ 0x20, AC_VERB_SET_COEF_INDEX, 0x6B },
+			{ 0x20, AC_VERB_SET_PROC_COEF, 0x4278},
+			{ }
+		},
+		.chained = true,
+		.chain_id = ALC294_FIXUP_ASUS_ALLY_SPEAKER
 		},
 	[ALC294_FIXUP_ASUS_ALLY_SPEAKER] = {
 		.type = HDA_FIXUP_FUNC,
-- 
2.41.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-21  5:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-21  0:24 [PATCH 2/2] ALSA: hda/realtek: Add quirks for Asus ROG Ally handheld using CS35L41 Matthew Anderson
2023-06-21  5:21 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox