summaryrefslogtreecommitdiffstats
path: root/sound/hda
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-242-2/+2
|\
| * driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-272-2/+2
* | ALSA: hda: make kobj_type structure constantThomas Weißschuh2023-02-111-1/+1
* | ALSA: hda: remove redundant variable in snd_hdac_stream_start()Zhang Yiqun2023-02-101-5/+2
|/
* ALSA: hda: Error out if invalid stream is being setupCezary Rojewski2022-12-091-0/+3
* ALSA: hda: Interrupt servicing and BDL setup for compress streamsCezary Rojewski2022-12-052-9/+22
* ALSA: hda: Prepare for compress stream supportCezary Rojewski2022-12-051-16/+16
* ALSA: hda: Allow for compress stream to hdac_ext_stream assignmentCezary Rojewski2022-12-051-0/+41
* ASoC: Merge up fixesMark Brown2022-11-291-0/+5
|\
| * ASoC: hda: intel-dsp-config: add ES83x6 quirk for IceLakePierre-Louis Bossart2022-11-011-0/+5
* | ASoC: adau1372: fixes after debugging custom boardMark Brown2022-11-251-1/+3
|\ \
| * | ALSA: hda: fix potential memleak in 'add_widget_node'Ye Bin2022-11-101-1/+3
| |/
* | ALSA: hda: Introduce snd_hdac_stream_wait_drsm()Cezary Rojewski2022-10-281-0/+22
* | ALSA/ASoC: hda: move SPIB/DRMS functionality from ext layerPierre-Louis Bossart2022-10-202-139/+136
* | ALSA: hda: hdac_ext_controller: remove useless loopPierre-Louis Bossart2022-10-201-4/+2
* | ALSA: hda: ext: reduce ambiguity between 'multi-link' and 'link' DMAPierre-Louis Bossart2022-10-201-6/+6
* | ALSA/ASoC: hda: ext: add 'bus' prefix for multi-link stream settingPierre-Louis Bossart2022-10-202-24/+24
* | ALSA/ASoC: hda: ext: remove 'link' prefix for stream-related operationsPierre-Louis Bossart2022-10-201-14/+14
* | ALSA/ASoC: hda: ext: add 'ext' prefix to snd_hdac_link_free_allPierre-Louis Bossart2022-10-201-3/+3
* | ALSA/ASoC: hda: clarify bus_get_link() and bus_link_get() helpersPierre-Louis Bossart2022-10-201-12/+12
* | ALSA: hda: ext: hda_ext_controller: use hlink variable/parameterPierre-Louis Bossart2022-10-201-24/+24
* | ALSA: hda: ext: hdac_ext_controller: use helpers in loopPierre-Louis Bossart2022-10-201-6/+2
|/
* Merge tag 'asoc-v6.1' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2022-10-032-0/+84
|\
| * ASoC: SOF: Intel: override mclk_id for ES8336 supportMark Brown2022-09-201-0/+79
| |\
| | * ALSA: hda: intel-nhlt: add intel_nhlt_ssp_mclk_mask()Pierre-Louis Bossart2022-09-201-0/+79
| * | ALSA: intel-dspconfig: add ES8336 support for AlderLake-PSMuralidhar Reddy2022-09-191-0/+5
| |/
* | ALSA: hda: Replace runtime->status->state reference to runtime->stateTakashi Iwai2022-09-271-1/+1
* | Merge branch 'for-linus' into for-nextTakashi Iwai2022-09-221-0/+10
|\ \
| * | ALSA: hda: intel-dsp-config: add missing RaptorLake PCI IDsPierre-Louis Bossart2022-09-221-0/+10
| |/
* | ALSA: hda: ext: remove always-true conditions on host and link releasePierre-Louis Bossart2022-09-201-2/+4
* | ALSA: hda: ext: fix locking in stream_releasePierre-Louis Bossart2022-09-202-4/+17
* | ALSA: hda: ext: simplify logic for stream assignmentPierre-Louis Bossart2022-09-201-9/+4
* | ALSA: hda: add snd_hdac_stop_streams() helperPierre-Louis Bossart2022-09-201-3/+14
* | ALSA: hda: Use hdac_ext prefix in snd_hdac_stream_free_all() for clarityPierre-Louis Bossart2022-09-201-3/+3
* | ALSA: hda: ext: make snd_hdac_ext_stream_init() staticPierre-Louis Bossart2022-09-201-4/+3
* | ALSA: hda: document state machine for hdac_streamsPierre-Louis Bossart2022-09-201-0/+33
* | ALSA: hda: make snd_hdac_stream_clear() staticPierre-Louis Bossart2022-09-201-3/+2
* | Merge branch 'topic/memalloc-cleanup' into for-nextTakashi Iwai2022-08-241-1/+7
|\|
| * ALSA: hda: intel-nhlt: Correct the handling of fmt_config flexible arrayPeter Ujfalusi2022-08-241-1/+7
* | ALSA: hda: cleanup definitions for multi-link registersPierre-Louis Bossart2022-08-231-8/+8
* | ALSA: hda: Rework snd_hdac_stream_reset() to use macrosAmadeusz Sławiński2022-08-191-20/+6
* | ALSA: hda: Remove codec init and exit routinesCezary Rojewski2022-08-181-53/+0
|/
* ALSA: hda: Replace sprintf() with sysfs_emit()Takashi Iwai2022-08-021-21/+21
* Merge tag 'asoc-v5.20-2' of https://git.kernel.org/pub/scm/linux/kernel/git/b...Takashi Iwai2022-08-011-0/+5
|\
| * ASoC: Intel: soc-acpi: Add entry for sof_es8336 in ADL match tableMuralidhar Reddy2022-07-251-0/+5
* | ALSA: hda: Skip event processing for unregistered codecsCezary Rojewski2022-07-151-1/+1
* | ALSA: hda: Remove unused macro definitionAmadeusz Sławiński2022-07-091-7/+0
* | ALSA: hda: Reset all SIE bits in INTCTLAmadeusz Sławiński2022-07-091-5/+2
* | tracing: ALSA: hda: Remove string manipulation out of the fast pathSteven Rostedt (Google)2022-07-041-15/+26
* | ALSA: hda: Fix discovery of i915 graphics PCI deviceTakashi Iwai2022-06-211-9/+6