kernel-hacking-2024-linux-s.../sound/pci/hda
Kailang Yang 394c97f824 ALSA: hda/realtek - Change EAPD to verb control
This will fix no sound in Linux system after reboot from windows.

Change log:
- alc662_fill_coef() is replaced with alc_fill_eapd_coef_idx()
  and move into alc_auto_init_amp().
- For ALC262, ALC267, ALC268, ALC269, ALC233, ALC255, ALC280, ALC282,
  ALC283, ALC284, ALC285, ALC286, ALC288, ALC290, ALC292, ALC293, ALC294,
  ALC668, ALC888VC, ALC888VD, ALC891, ALC892, ALC898 and ALC1150, add update
  COEF control for EAPD setting.
- Remove alc269_fill_coef() for update EAPD control line.

ADDITIONAL NOTE:
Many Realtek cdoecs have a COEF bit to switch the master amp control
between COEF and EAPD.  Windows drivers seem using COEF while we use
EAPD, which is more standard.  As a result, some system suffer from
the silent output when booting after Windows.  This patch sets the
COEF bits on the relevant codecs properly to switch to EAPD control.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=87771
Signed-off-by: Kailang Yang <kailang@realtek.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2014-11-12 11:34:13 +01:00
..
ca0132_regs.h ALSA: hda: ca0132_regs.h: Fix typo in include guard 2014-08-22 11:24:11 +02:00
dell_wmi_helper.c ALSA: hda - add mic mute led hook for dell machines 2014-07-31 09:21:42 +02:00
hda_auto_parser.c ALSA: hda - Sort input pins depending on amp caps 2014-09-23 15:57:32 +02:00
hda_auto_parser.h ALSA: hda - Sort input pins depending on amp caps 2014-09-23 15:57:32 +02:00
hda_beep.c ALSA: hda - Fix registration of beep input device 2014-02-28 14:02:21 +01:00
hda_beep.h ALSA: hda - Fix registration of beep input device 2014-02-28 14:02:21 +01:00
hda_codec.c ALSA: hda - Move the function "check_amp_caps" to hda_codec.c 2014-09-23 15:57:28 +02:00
hda_codec.h ALSA: hda - Remove obsoleted EXPORT_SYMBOL_HDA() macro 2014-08-19 08:04:29 +02:00
hda_controller.c Merge branch 'for-linus' into for-next 2014-07-15 15:28:43 +02:00
hda_controller.h ALSA: hda - Use common reboot notifier 2014-06-26 18:00:01 +02:00
hda_eld.c ALSA: hda - Kill snd_printd*() in HDMI debug / info prints 2014-06-25 14:51:23 +02:00
hda_generic.c ALSA: hda - Move the function "check_amp_caps" to hda_codec.c 2014-09-23 15:57:28 +02:00
hda_generic.h ALSA: hda - Allow multiple callbacks for jack 2014-09-16 17:23:44 +02:00
hda_hwdep.c
hda_i915.c Merge branch 'for-linus' into for-next 2014-07-04 07:48:57 +02:00
hda_i915.h ALSA: hda - restore BCLK M/N value as per CDCLK for HSW/BDW display HDA controller 2014-07-04 07:47:22 +02:00
hda_intel.c ALSA: hda_intel: Add DeviceIDs for Sunrise Point-LP 2014-11-08 20:58:30 +01:00
hda_intel_trace.h
hda_jack.c ALSA: hda - Allow multiple callbacks for jack 2014-09-16 17:23:44 +02:00
hda_jack.h ALSA: hda - add explicit include of err.h 2014-09-23 09:42:17 +02:00
hda_local.h ALSA: hda - Add missing terminating entry to SND_HDA_PIN_QUIRK macro 2014-10-24 10:04:29 +02:00
hda_priv.h Merge branch 'for-linus' into for-next 2014-07-15 15:28:43 +02:00
hda_proc.c
hda_sysfs.c ALSA: hda - Replace strnicmp with strncasecmp 2014-09-17 07:53:30 +02:00
hda_tegra.c Merge branch 'for-linus' into for-next 2014-07-15 15:28:43 +02:00
hda_trace.h
Kconfig ALSA: hda - Add driver for Tegra SoC HDA 2014-05-20 09:38:38 +02:00
Makefile ALSA: hda - Add driver for Tegra SoC HDA 2014-05-20 09:38:38 +02:00
patch_analog.c ALSA: hda/analog - Fix silent output on ASUS A8JN 2014-05-30 12:07:12 +02:00
patch_ca0110.c
patch_ca0132.c ALSA: hda - Use standard hda_jack infrastructure for CA0132 driver 2014-09-16 17:25:02 +02:00
patch_cirrus.c ALSA: hda - Allow multiple callbacks for jack 2014-09-16 17:23:44 +02:00
patch_cmedia.c ALSA: hda - Fix parsing of CMI8888 codec 2014-08-07 10:11:29 +02:00
patch_conexant.c ALSA: hda - Add inverted internal mic for Asus Aspire 4830T 2014-10-07 12:01:16 +02:00
patch_hdmi.c ALSA: hda - hdmi: Fix missing ELD change event on plug/unplug 2014-10-20 07:58:34 +02:00
patch_realtek.c ALSA: hda/realtek - Change EAPD to verb control 2014-11-12 11:34:13 +01:00
patch_si3054.c ALSA: hda - Replace with standard printk 2014-02-25 12:27:32 +01:00
patch_sigmatel.c ALSA: hda - Remove superfluous callbacks from STAC/IDT codecs 2014-09-16 17:25:01 +02:00
patch_via.c ALSA: hda - Remove superfluous hooks from VIA driver 2014-09-16 17:25:01 +02:00
thinkpad_helper.c ALSA: hda - Replace with standard printk 2014-02-25 12:27:32 +01:00