kernel-hacking-2024-linux-s.../sound/pci/hda
Takashi Iwai 37e661ee10 ALSA: hda - Add AZX_DCAPS_SNOOP_OFF (and refactor snoop setup)
Add a new driver_caps bit, AZX_DCAPS_SNOOP_OFF, to set the snoop off
as default.  This new bit is used for the checks in
azx_check_snoop_available().  Most of case-switches are replaced with
the new dcaps in each entry.

While working on it, for avoiding to spend more bits, combine three
bits AZX_DCAPS_SNOOP_SCH, AZX_DCAPS_SNOOP_ATI and
AZX_DCAPS_SNOOP_NVIDIA bits into a flat type of two bits.  This
reduces the bits usages, and assign AZX_DCAPS_OFF to this empty bit
now.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
2014-11-28 08:47:28 +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 - More kerneldoc comments 2014-10-29 16:03:58 +01: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 - More kerneldoc comments 2014-10-29 16:03:58 +01:00
hda_beep.h
hda_codec.c ALSA: hda - using uninitialized data 2014-11-27 09:34:41 +01: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 - Correct kerneldoc comments 2014-10-29 15:06:54 +01:00
hda_generic.c ALSA: hda - Add kerneldoc comments to hda_generic.c 2014-10-30 12:04:50 +01: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 - Add AZX_DCAPS_SNOOP_OFF (and refactor snoop setup) 2014-11-28 08:47:28 +01:00
hda_intel_trace.h
hda_jack.c ALSA: hda - More kerneldoc comments 2014-10-29 16:03:58 +01:00
hda_jack.h ALSA: hda - More kerneldoc comments 2014-10-29 16:03:58 +01: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 ALSA: hda - Add AZX_DCAPS_SNOOP_OFF (and refactor snoop setup) 2014-11-28 08:47:28 +01:00
hda_proc.c
hda_sysfs.c ALSA: hda - More kerneldoc comments 2014-10-29 16:03:58 +01:00
hda_tegra.c Merge branch 'for-linus' into for-next 2014-07-15 15:28:43 +02:00
hda_trace.h
Kconfig
Makefile
patch_analog.c
patch_ca0110.c
patch_ca0132.c ALSA: hda - Fix kerneldoc errors in patch_ca0132.c 2014-11-11 09:39:11 +01: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 mute LED control for Lenovo Ideapad Z560 2014-11-13 09:12:03 +01: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 Merge branch 'topic/usb-resume' into for-next 2014-11-27 12:40:51 +01:00
patch_si3054.c
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