summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
...
* ASoC: qcom: sc8280xp: Add support for QCM6490 and QCS6490Mohammad Rafi Shaik2024-04-081-0/+2
* ASoC: SOF: Intel: improve and extend HDaudio-basedMark Brown2024-04-053-4/+38
|\
| * ASoC: SOF: Intel: hda-ctrl: only clear WAKESTS for HDaudio codecsPierre-Louis Bossart2024-04-041-1/+1
| * ASoC: SOF: Intel: hda-codec: preserve WAKEEN valuesPierre-Louis Bossart2024-04-041-3/+12
| * ASoC: SOF: Intel: lnl: add helper to detect SoundWire wakesPierre-Louis Bossart2024-04-041-0/+18
| * ASoC: SOF: Intel: hda-ctrl: add missing WAKE_STS clearPierre-Louis Bossart2024-04-041-0/+7
* | ASoC: Intel: avs: Fixes and cleanups for 6.10Mark Brown2024-04-0515-76/+247
|\ \
| * | ASoC: Intel: avs: Rule invalid buffer and period sizes outCezary Rojewski2024-04-051-0/+28
| * | ASoC: Intel: avs: Add assert_static to guarantee ABI sizesAmadeusz Sławiński2024-04-054-0/+49
| * | ASoC: Intel: avs: Init debugfs before booting firmwareCezary Rojewski2024-04-051-2/+2
| * | ASoC: Intel: avs: Wake from D0ix when starting streamingCezary Rojewski2024-04-051-0/+4
| * | ASoC: Intel: avs: Remove dead codeCezary Rojewski2024-04-051-2/+0
| * | ASoC: Intel: avs: Test result of avs_get_module_entry()Cezary Rojewski2024-04-051-5/+9
| * | ASoC: Intel: avs: Fix potential integer overflowCezary Rojewski2024-04-051-1/+1
| * | ASoC: Intel: avs: Replace risky functions with safer variantsCezary Rojewski2024-04-052-3/+3
| * | ASoC: Intel: avs: Fix ASRC module initializationCezary Rojewski2024-04-051-0/+1
| * | ASoC: Intel: avs: Fix config_length for config-less copiersCezary Rojewski2024-04-051-5/+3
| * | ASoC: Intel: avs: Silence false-positive memcpy() warningsCezary Rojewski2024-04-052-3/+3
| * | ASoC: Intel: avs: Fix debug-slot offset calculationCezary Rojewski2024-04-051-3/+2
| * | ASoC: Intel: avs: Restore stream decoupling on prepareAmadeusz Sławiński2024-04-051-0/+4
| * | Merge tag 'sound-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2024-03-286-52/+138
| |\ \
| | * | ALSA: hda/tas2781: remove useless dev_dbg from playback_hookGergo Koteles2024-03-271-2/+0
| | * | ALSA: hda/tas2781: add debug statements to kcontrolsGergo Koteles2024-03-271-4/+31
| | * | ALSA: hda/tas2781: add locks to kcontrolsGergo Koteles2024-03-271-2/+48
| | * | ALSA: hda/tas2781: remove digital gain kcontrolGergo Koteles2024-03-271-36/+1
| | * | ALSA: aoa: avoid false-positive format truncation warningArnd Bergmann2024-03-271-1/+1
| | * | ALSA: sh: aica: reorder cleanup operations to avoid UAF bugsDuoming Zhou2024-03-261-3/+14
| | * | ALSA: hda: cs35l56: Set the init_done flag before component_add()Simon Trimmer2024-03-251-2/+2
| | * | ALSA: hda: cs35l56: Raise device name message log levelSimon Trimmer2024-03-251-2/+2
| | * | ASoC: SOF: ipc4-topology: support NHLT device typeBrent Lu2024-03-221-3/+16
| | * | ALSA: hda: intel-nhlt: add intel_nhlt_ssp_device_type() functionBrent Lu2024-03-221-0/+26
* | | | ASoC: SOF: Intel: hda-stream: clarify commentPierre-Louis Bossart2024-04-041-1/+1
* | | | ASoC: SOF: Intel: don't ignore IOC interrupts for non-audio transfersPierre-Louis Bossart2024-04-043-3/+49
* | | | ASoC: SOF: Intel: hda-loader: change signature of code loader helpersPierre-Louis Bossart2024-04-042-27/+34
* | | | ASoC: SOF: Intel: hda-loader: add flag to tag ICCMAX streamPierre-Louis Bossart2024-04-042-6/+6
| |_|/ |/| |
* | | ASoC: Drop soc-topology ABI v4 supportMark Brown2024-04-042-392/+18
|\ \ \
| * | | ASoC: topology: Cleanup after ABI v4 support removalCezary Rojewski2024-04-041-37/+10
| * | | ASoC: topology: Remove ABI v4 supportCezary Rojewski2024-04-041-194/+16
| * | | ASoC: Intel: Skylake: Remove soc-topology ABI v4 supportCezary Rojewski2024-04-041-169/+0
| |/ /
* | | ASoC: SOF: Clean up sof_ipc_flood_dfs_write()Dan Carpenter2024-04-041-6/+11
* | | ASoC: SOF: Disable pointless writes to debugfs fileDan Carpenter2024-04-041-19/+0
* | | ASoC: SOF: imx: stop using the imx8_*_clocks APIMark Brown2024-04-045-103/+53
|\ \ \
| * | | ASoC: SOF: imx: remove imx8_*_clocks APILaurentiu Mihalcea2024-04-032-33/+0
| * | | ASoC: SOF: imx: drop usage of the imx8_*_clocks APILaurentiu Mihalcea2024-04-033-70/+53
* | | | ASoC: nau8822: Remove unused member from structFrancesco Dolcini2024-04-041-1/+0
* | | | ASoC: codecs: rk3308: fix building without CONFIG_OFArnd Bergmann2024-04-041-1/+1
* | | | ALSA: cirrus: Tidy up of firmware control read/writeMark Brown2024-04-032-45/+9
|\ \ \ \
| * | | | ALSA: hda: hda_cs_dsp_ctl: Remove notification of driver writeSimon Trimmer2024-04-031-8/+0
| * | | | ASoC: wm_adsp: Remove notification of driver writeSimon Trimmer2024-04-031-7/+1
| * | | | ALSA: hda: hda_cs_dsp_ctl: Use cs_dsp_coeff_lock_and_[read|write]_ctrl()Simon Trimmer2024-04-031-12/+2