summaryrefslogtreecommitdiff
path: root/sound/hda
AgeCommit message (Expand)AuthorFilesLines
2024-10-03ALSA: hda: Add missing parameter description for snd_hdac_stream_timecounter_...Takashi Iwai1-0/+1
2024-10-02ALSA: hda: fix trigger_tstamp_latchedJaroslav Kysela1-1/+5
2024-09-14Merge tag 'asoc-v6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2-37/+25
2024-09-07ALSA: hda: Allow the default preallocation for x86 againTakashi Iwai1-2/+3
2024-08-19ALSA/ASoC/SoundWire: Intel: update maximum numberMark Brown1-3/+2
2024-08-19ALSA: hda: Move SST device entries to AVSCezary Rojewski1-34/+23
2024-08-19ALSA/ASoC/SoundWire: Intel: use single definition for SDW_INTEL_MAX_LINKSPierre-Louis Bossart1-3/+2
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-07-15Merge tag 'asoc-v6.11' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai1-3/+3
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-1/+1
2024-06-18ALSA: hda: Add input value sanity checks to HDMI channel map controlsTakashi Iwai1-0/+18
2024-06-18ALSA: hda/senarytech: add senarytech codec supportbo liu1-0/+1
2024-06-18Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+1
2024-06-13ALSA: hda: intel-dsp-config: Add PTL supportPierre-Louis Bossart1-0/+9
2024-06-13ALSA/hda: intel-dsp-config: Document AVS as dsp_driver optionPeter Ujfalusi1-1/+1
2024-06-10ALSA: hda: intel-sdw-acpi: use acpi_get_local_u64_address()Pierre-Louis Bossart1-3/+3
2024-05-28ALSA/hda: intel-dsp-config: reduce log verbosityPierre-Louis Bossart1-4/+4
2024-05-23tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-3/+3
2024-05-09Merge branch 'topic/hda-nhlt' into for-nextTakashi Iwai2-7/+10
2024-05-09ALSA: hda: intel-dsp-config: Switch to ACPI NHLTAmadeusz Sławiński2-7/+10
2024-05-08ALSA: hda: Use *-y instead of *-objs in MakefileTakashi Iwai2-5/+5
2024-05-08Merge branch 'topic/hda-config-pm-cleanup' into for-nextTakashi Iwai2-2/+27
2024-04-29ALSA: hda: intel-sdw-acpi: fix usage of device_get_named_child_node()Pierre-Louis Bossart1-0/+2
2024-04-29ALSA: hda: intel-dsp-config: harden I2C/I2S codec detectionPierre-Louis Bossart1-2/+25
2024-04-18ALSA: hda: hdac_controller: Implement support for use_pio_for_commands modePeter Ujfalusi1-7/+120
2024-04-05Merge tag 'asoc-fix-v6.9-rc2' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai1-1/+1
2024-03-26Merge branch 'topic/sound-devel-6.10' into for-nextTakashi Iwai1-1/+1
2024-03-22ALSA: hda: intel-nhlt: add intel_nhlt_ssp_device_type() functionBrent Lu1-0/+26
2024-03-14Merge tag 'sound-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds3-4/+37
2024-03-04ALSA: hda: Skip i915 initialization on CNL/LKF-based platformsCezary Rojewski1-3/+29
2024-02-21ALSA: hda: Downgrade BDL table overflow messageTakashi Iwai1-1/+1
2024-02-12PM: runtime: Simplify pm_runtime_get_if_active() usageSakari Ailus1-1/+1
2024-02-09ALSA: HDA: intel-sdw-acpi: add kernel parameter to select alternate controllerPierre-Louis Bossart1-0/+7
2023-12-30ALSA: mark all struct bus_type as constGreg Kroah-Hartman1-1/+1
2023-12-29Merge branch 'topic/cs35l41' into for-nextTakashi Iwai1-4/+29
2023-12-07ALSA: hda: intel-dspcfg: add filters for ARL-S and ARLPierre-Louis Bossart1-0/+10
2023-11-27ALSA: hda: Drop snd_hdac_calc_stream_format()Cezary Rojewski1-61/+0
2023-11-27ALSA: hda: Upgrade stream-format infrastructureCezary Rojewski1-0/+124
2023-11-27ALSA: hda: Honor subformat when querying PCMsCezary Rojewski1-20/+25
2023-11-27ALSA: hda: intel-nhlt: Ignore vbps when looking for DMIC 32 bps formatPeter Ujfalusi1-4/+29
2023-11-21ALSA: hda: Refer to correct stream index at loopsTakashi Iwai1-6/+3
2023-10-31Merge branch 'for-next' into for-linusTakashi Iwai3-16/+74
2023-10-20ALSA: hda: intel-dsp-config: Fix JSL Chromebook quirk detectionMark Hasemeyer1-0/+6
2023-10-19ALSA: hda: i915: Remove extra argument from snd_hdac_i915_initMaarten Lankhorst1-11/+3
2023-10-19ALSA: hda: i915: Allow xe as match for i915_component_master_matchMaarten Lankhorst1-1/+2
2023-10-19ALSA: hda: i915: Add an allow_modprobe argument to snd_hdac_i915_initMaarten Lankhorst1-4/+4
2023-10-19ALSA: hda: i915: Allow override of gpu binding.Maarten Lankhorst1-0/+9
2023-10-06ALSA: hda: Add code_loading parameter to stream setupCezary Rojewski2-14/+19
2023-10-06ALSA: hda: Fix stream fifo_size initializationCezary Rojewski1-1/+1
2023-10-06ALSA: hda: Fix possible null-ptr-deref when assigning a streamCezary Rojewski1-2/+4