summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-04ASoC: SOF: sof-audio: Add a new op in struct sof_ipc_tplg_opsRanjani Sridharan2-0/+23
2026-02-04ASoC: SOF: Intel: reserve link DMA for sdw bpt streamMark Brown4-96/+171
2026-02-03ASoC: SOF: Intel: hda: add SDCA property checkMac Chiang1-0/+6
2026-02-03ASoC: Intel: soc-acpi-intel-ptl-match: drop rt721 related match tablesMac Chiang1-50/+0
2026-02-03ASoC: SOF: Intel: allow module parameter override BT link to 0Bard Liao1-2/+2
2026-02-03ASoC: SOF: Intel: hda-sdw-bpt: support simultaneous audio and BPT streamsBard Liao1-2/+3
2026-02-03ASoC: SOF: Intel: add hda_dma_prepare/cleanup helpersBard Liao3-91/+127
2026-02-03ASoC: SOF: Intel: add hda_dsp_stream_pair_get/put helpersBard Liao2-3/+41
2026-02-03ASoC: es8328: error handling and resume fixesMark Brown1-43/+73
2026-02-03ASoC: amd: acp: Add ACP7.0 match entries for CirrusMark Brown1-36/+292
2026-02-03Anbernic RG-DS AW87391 Speaker AmpsMark Brown199-828/+1554
2026-02-03ASoC: qcom: q6asm: drop DSP responses for closed data streamsCédric Bellegarde1-2/+2
2026-02-03ASoC: wcd-mbhc-v2: remove unnecessary module_init/exit functionsEthan Nelson-Moore1-12/+0
2026-02-02ASoC: amd: acp: Add ACP7.0 match entries for Cirrus Logic partsSimon Trimmer1-0/+256
2026-02-02ASoC: amd: acp: Sort Cirrus Logic match entriesSimon Trimmer1-31/+31
2026-02-02ASoC: amd: acp: Rename Cirrus Logic component match entries to include link a...Simon Trimmer1-17/+17
2026-02-02ASoC: amd: acp: Sort match table into most specific firstSimon Trimmer1-5/+5
2026-02-02ASoC: es8328: Add error unwind in resumeHsieh Hung-En1-2/+8
2026-02-02ASoC: es8328: Use cached regmap on resumeHsieh Hung-En1-6/+3
2026-02-02ASoC: es8328: Check errors in set_dai_fmt()Hsieh Hung-En1-9/+21
2026-02-02ASoC: es8328: Propagate errors in set_bias_level()Hsieh Hung-En1-23/+37
2026-02-02ASoC: es8328: Fix DAC deemphasis control handlingHsieh Hung-En1-3/+4
2026-02-02ASoC: codecs: aw87390: Add Anbernic RG-DS amp driverChris Morgan2-8/+253
2026-02-02ASoC: dt-bindings: aw87390: Add Anbernic RG-DS AmplifierChris Morgan1-5/+29
2026-02-02ASoC: fsl_sai: add IMX_SCMI_MISC_DRV dependencyArnd Bergmann1-1/+5
2026-02-02ASoC: sophgo: fix 64-bit division build failureArnd Bergmann1-5/+2
2026-02-02ASoC: rt5575: fix SPI dependencyArnd Bergmann1-1/+2
2026-02-02Linux 6.19-rc8v6.19-rc8Linus Torvalds1-1/+1
2026-02-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-4/+5
2026-02-01Merge tag 'perf-urgent-2026-02-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-4/+9
2026-02-01Merge tag 'sched-urgent-2026-02-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+12
2026-02-01Merge tag 'objtool-urgent-2026-02-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-20/+29
2026-02-01Merge tag 'irq-urgent-2026-02-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-39/+42
2026-01-31Merge tag 'iommu-fixes-v6.19-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-1/+13
2026-01-31Merge tag 'efi-fixes-for-v6.19-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2026-01-31Merge tag 'sound-6.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds8-8/+34
2026-01-31Merge tag 'kbuild-fixes-6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-36/+34
2026-01-31kbuild: Do not run kernel-doc when building external modulesNathan Chancellor1-0/+2
2026-01-31iommu/tegra241-cmdqv: Reset VCMDQ in tegra241_vcmdq_hw_init_user()Nicolin Chen1-0/+3
2026-01-31Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2026-01-31Merge tag 'firewire-fixes-6.19-rc8' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-9/+10
2026-01-31Merge tag 'riscv-for-linus-6.19-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-23/+5
2026-01-31Merge tag 'rust-fixes-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds16-47/+93
2026-01-31perf: sched: Fix perf crash with new is_user_task() helperSteven Rostedt3-4/+9
2026-01-31sched/deadline: Fix 'stuck' dl_serverPeter Zijlstra1-0/+12
2026-01-31Merge tag 'block-6.19-20260130' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-8/+6
2026-01-31Merge tag 'dma-mapping-6.19-2026-01-30' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-9/+42
2026-01-30Merge tag 'gpio-fixes-for-v6.19-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-34/+52
2026-01-30ASoC: codecs: max98390: Check return value of devm_gpiod_get_optional() in ma...Chen Ni1-0/+3
2026-01-30Merge tag 'drm-fixes-2026-01-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds23-86/+117