Skip to content

Commit b7a8b9e

Browse files
Conmanx360tiwai
authored andcommitted
ALSA: hda/ca0132 - Fix Recon3D Center/LFE output.
Properly set the GPIO pin to un-mute the Center/LFE channel on the Recon3D. Signed-off-by: Connor McAdams <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent def3f0a commit b7a8b9e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sound/pci/hda/patch_ca0132.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7819,6 +7819,12 @@ static void r3d_setup_defaults(struct hda_codec *codec)
78197819
if (ca0132_quirk(spec) == QUIRK_R3DI)
78207820
r3di_gpio_dsp_status_set(codec, R3DI_DSP_DOWNLOADED);
78217821

7822+
/* Disable mute on Center/LFE. */
7823+
if (ca0132_quirk(spec) == QUIRK_R3D) {
7824+
ca0113_mmio_gpio_set(codec, 2, false);
7825+
ca0113_mmio_gpio_set(codec, 4, true);
7826+
}
7827+
78227828
/* Setup effect defaults */
78237829
num_fx = OUT_EFFECTS_COUNT + IN_EFFECTS_COUNT + 1;
78247830
for (idx = 0; idx < num_fx; idx++) {

0 commit comments

Comments
 (0)