From: Greg Kroah-Hartman Date: Mon, 13 Jun 2022 06:55:58 +0000 (+0200) Subject: 4.9-stable patches X-Git-Tag: v4.9.318~67 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68b3e8cfdfc1143248e54e96a5c3bccca3ff7317;p=thirdparty%2Fkernel%2Fstable-queue.git 4.9-stable patches added patches: alsa-hda-conexant-fix-loopback-issue-with-cx20632.patch --- diff --git a/queue-4.9/alsa-hda-conexant-fix-loopback-issue-with-cx20632.patch b/queue-4.9/alsa-hda-conexant-fix-loopback-issue-with-cx20632.patch new file mode 100644 index 00000000000..f16e7569739 --- /dev/null +++ b/queue-4.9/alsa-hda-conexant-fix-loopback-issue-with-cx20632.patch @@ -0,0 +1,37 @@ +From d5ea7544c32ba27c2c5826248e4ff58bd50a2518 Mon Sep 17 00:00:00 2001 +From: huangwenhui +Date: Tue, 7 Jun 2022 14:56:31 +0800 +Subject: ALSA: hda/conexant - Fix loopback issue with CX20632 + +From: huangwenhui + +commit d5ea7544c32ba27c2c5826248e4ff58bd50a2518 upstream. + +On a machine with CX20632, Alsamixer doesn't have 'Loopback +Mixing' and 'Line'. + +Signed-off-by: huangwenhui +Cc: +Link: https://lore.kernel.org/r/20220607065631.10708-1-huangwenhuia@uniontech.com +Signed-off-by: Takashi Iwai +Signed-off-by: Greg Kroah-Hartman +--- + sound/pci/hda/patch_conexant.c | 7 +++++++ + 1 file changed, 7 insertions(+) + +--- a/sound/pci/hda/patch_conexant.c ++++ b/sound/pci/hda/patch_conexant.c +@@ -942,6 +942,13 @@ static int patch_conexant_auto(struct hd + snd_hda_pick_fixup(codec, cxt5051_fixup_models, + cxt5051_fixups, cxt_fixups); + break; ++ case 0x14f15098: ++ codec->pin_amp_workaround = 1; ++ spec->gen.mixer_nid = 0x22; ++ spec->gen.add_stereo_mix_input = HDA_HINT_STEREO_MIX_AUTO; ++ snd_hda_pick_fixup(codec, cxt5066_fixup_models, ++ cxt5066_fixups, cxt_fixups); ++ break; + case 0x14f150f2: + codec->power_save_node = 1; + /* Fall through */ diff --git a/queue-4.9/series b/queue-4.9/series index c8559e98c57..a259f434091 100644 --- a/queue-4.9/series +++ b/queue-4.9/series @@ -156,3 +156,4 @@ drm-radeon-fix-a-possible-null-pointer-dereference.patch modpost-fix-undefined-behavior-of-is_arm_mapping_sym.patch nodemask-fix-return-values-to-be-unsigned.patch vringh-fix-loop-descriptors-check-in-the-indirect-ca.patch +alsa-hda-conexant-fix-loopback-issue-with-cx20632.patch