summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/intel/hda.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'soundwire-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-191-0/+2
|\
| * soundwire: intel: start using hw_opsPierre-Louis Bossart2022-11-231-0/+2
* | ASoC: SOF: Intel: hda: read multi-link capabilities earlierPierre-Louis Bossart2022-11-231-2/+2
* | ASoC: SOF: Intel: hda: add callback to check SoundWire lcount informationPierre-Louis Bossart2022-11-231-0/+39
* | ASoC: SOF: Intel: hda: add per-chip enable_sdw_irq() callbackPierre-Louis Bossart2022-11-231-1/+19
* | ASoC: SOF: fix compilation issue with readb/writeb helpersPierre-Louis Bossart2022-10-311-1/+1
* | ASoC: SOF: Intel: hda: clarify Kconfig dependenciesPierre-Louis Bossart2022-10-281-2/+2
* | ASoC: SOF: Intel: add hda_bus_ml_free helperPierre-Louis Bossart2022-10-281-3/+2
* | ASoC: SOF: Intel: clarify bus_init and bus_exit sequencesPierre-Louis Bossart2022-10-281-4/+3
* | ASoC: SOF: Intel: hda-codec: add hda_codec_device_remove() helperPierre-Louis Bossart2022-10-281-4/+1
* | ASoC: SOF: Intel: start moving multi-link handling in dedicated filePierre-Louis Bossart2022-10-281-12/+3
* | ASoC: SOF: Intel: move codec state change to hda-codec.cPierre-Louis Bossart2022-10-281-15/+1
* | ASoC: SOF: Intel: remove option to disable the common_hdmi handlingPierre-Louis Bossart2022-10-281-8/+2
* | ASoC: SOF: Intel: hda: use SOF helper for consistencyPierre-Louis Bossart2022-10-261-2/+1
* | ASoC: SOF: Intel: hda: always do a full resetPierre-Louis Bossart2022-10-261-1/+1
* | ASoC: Merge HDA/ext cleanupMark Brown2022-10-211-1/+1
|\ \
| * | ALSA/ASoC: hda: ext: add 'ext' prefix to snd_hdac_link_free_allPierre-Louis Bossart2022-10-201-1/+1
| |/
* / ASoC: SOF: Intel: ipc4: Wait for channel to be free before sending a messagePeter Ujfalusi2022-10-181-0/+11
|/
* ASoC: SOF: ipc4/Intel: Improve and enable IPC error dumpMark Brown2022-09-231-1/+20
|\
| * ASoC: SOF: Intel: hda: Only dump firmware registers for IPC3Peter Ujfalusi2022-09-231-1/+2
| * ASoC: SOF: Intel: hda: Add separate ops for ipc_dump for IPC4Peter Ujfalusi2022-09-231-0/+18
* | ASoC: SOF: Intel: use power_down_dsp op in hda_dsp_removeFred Oh2022-09-231-3/+3
* | ASoC: SOF: Intel: define and set power_down_dsp op for HDA platformsFred Oh2022-09-231-0/+8
|/
* ASoC: SOF: Intel: add initial SKL/KBL hardware supportPierre-Louis Bossart2022-09-201-0/+2
* ASoC: SOF: Intel: override mclk_id for ES8336 supportMark Brown2022-09-201-0/+39
|\
| * ASoC: SOF: Intel: hda: override mclk_id after parsing NHLT SSP blobPierre-Louis Bossart2022-09-201-0/+28
| * ASoC: SOF: add quirk to override topology mclk_idPierre-Louis Bossart2022-09-191-0/+11
* | ASoC: SOF: Intel: add HDA interrupt source tracingNoah Klayman2022-09-191-4/+15
|/
* ASoC: SOF: Intel: hda: Fix potential buffer overflow by snprintf()Takashi Iwai2022-08-051-1/+1
* ASoC: SOF: Intel: hda: add sanity check on SSP index reported by NHLTPierre-Louis Bossart2022-07-251-0/+7
* ASoC: SOF: Intel: hda: only fixup topology name if not set alreadyPierre-Louis Bossart2022-07-151-22/+48
* ASoC: SOF: Intel: hda: don't set fw_filenamePierre-Louis Bossart2022-07-151-1/+0
* ASoC: SOF: Intel: enable dmic handling with 2 or fewer SoundWire linksPierre-Louis Bossart2022-07-151-4/+4
* ASoC: SOF: Intel: add trigger callback into sdw_callbackBard Liao2022-07-131-1/+1
* ASoC: SOF: Intel: hda: Correct the ROM/FW state reporting codePeter Ujfalusi2022-07-121-20/+127
* ASoC: SOF: Intel: hda: simplify NHLT handlingPierre-Louis Bossart2022-04-231-6/+11
* ASoC: SOF: Intel: hda: Define rom_status_reg in sof_intel_dsp_descRanjani Sridharan2022-04-191-2/+6
* ASoC: SOF: Intel: hda: define check_ipc_irq opRanjani Sridharan2022-04-191-1/+12
* ASoC: SOF: add IPC-dependent file namesPierre-Louis Bossart2022-04-191-1/+1
* Merge tag 'asoc-v5.18' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2022-03-211-141/+166
|\
| * ASoC: SOF: Make sof_widget_setup/free IPC agnosticRanjani Sridharan2022-03-181-125/+44
| * Clean ups and preparation for IPC abstraction in the SOF driverMark Brown2022-03-101-9/+30
| |\
| | * ASoC: SOF: make struct snd_sof_dai IPC agnosticRanjani Sridharan2022-03-091-9/+30
| * | ASoC: Intel: soc-acpi: quirk topology filename dynamicallyPierre-Louis Bossart2022-03-091-0/+52
| * | ASoC: SOF: Intel: hda: report SSP link mask to machine driverPierre-Louis Bossart2022-03-091-0/+22
| * | ASoC: SOF: Intel: hda: retrieve DMIC number for I2S boardsPierre-Louis Bossart2022-03-091-21/+25
| |/
| * ASoC: SOF: Intel: hda: clarify operator precedencePierre-Louis Bossart2022-03-071-1/+1
| * ASoC: soc-acpi: remove sof_fw_filenamePierre-Louis Bossart2022-03-021-4/+1
| * ASoC: SOF: Convert the generic probe support to SOF clientPeter Ujfalusi2022-02-101-0/+10
| * ASoC: SOF: Intel: Compare sdw adr directlyBard Liao2022-01-241-10/+5