summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-10ASoC: rt1320-sdw: Add an approach to get new hardware advance gainJack Yu2-2/+36
2026-04-10ASoC: SDCA: Update text of FIXMECharles Keepax1-1/+11
2026-04-10ASoC: amd: yc: Add MSI Vector A16 HX A8WHG to quirk tableIhor Uzlov1-0/+7
2026-04-10ASoC: uda1380: Modernize the driverLinus Walleij3-52/+38
2026-04-09ASoC: rt1320-sdw: kcontrol for brown-out feature updateJack Yu2-0/+43
2026-04-09ASoC: tegra: Fix spelling error 'recieved' -> 'received'Qinghua Zhao1-1/+1
2026-04-09ASoC: Yet another round of SDCA fixesMark Brown11-46/+184
2026-04-09ASoC: SDCA: Tidy up irq_enable_flags()/sdca_irq_disable()Charles Keepax1-6/+4
2026-04-09ASoC: SDCA: Fix cleanup inversion in class driverRichard Fitzgerald1-13/+21
2026-04-09ASoC: SDCA: Correct kernel doc for sdca_irq_cleanup()Charles Keepax1-1/+1
2026-04-08ASoC: dt-bindings: hisilicon: Convert hi6210 I2S to dt-schemaChaitanya Sabnis2-42/+80
2026-04-08ASoC: tas2781: Explicit association of Device, Device Name, and Device IDShenghao Ding1-53/+51
2026-04-08ASoC: amd: acp: update DMI quirk and add ACP DMIC for Lenovo platformsSyed Saba Kareem1-4/+4
2026-04-08ASoC: SDCA: Unregister IRQ handlers on module removeRichard Fitzgerald3-7/+14
2026-04-08ASoC: SDCA: mask Function_Status valueMaciej Strozek1-1/+1
2026-04-08ASoC: SDCA: Fix overwritten var within for loopMaciej Strozek1-3/+1
2026-04-08ASoC: amd: acp-da7219-max98357a: tidyup acp_soc_is_rltk_max()Kuninori Morimoto1-3/+1
2026-04-08ASoC: stm32_sai: fix incorrect BCLK polarity for DSP_A/B, LEFT_JTomasz Merta1-0/+3
2026-04-08ASoC: SOF: Intel: hda: modify period size constraints for ACE4Kai Vehmanen1-2/+12
2026-04-08ASoC: nau8325: Add software reset during probeNeo Chang1-1/+8
2026-04-07ASoC: amd: ps: fix the pcm device numbering for acp pdm dmicSyed Saba Kareem1-0/+1
2026-04-07ASoC: Merge up v7.0-rc7Mark Brown361-1816/+5442
2026-04-07ASoC: Intel: avs: Fix memory leak in avs_register_i2s_test_boards()Cezary Rojewski1-3/+6
2026-04-07ASoC: intel: avs: Fix type mismatch in variable assignmentsongxiebing1-1/+1
2026-04-06ASoC: soc.h: remove unused card->pmdown_timeKuninori Morimoto1-2/+0
2026-04-06ASoC: SOF: Intel: Fixes for find_acpi_adr_device() when some endpoints are mi...Mark Brown1-6/+4
2026-04-06ASoC: SOF: Intel: fix iteration in is_endpoint_present()Maciej Strozek1-5/+3
2026-04-06ASoC: SOF: Intel: Fix endpoint index if endpoints are missingMaciej Strozek1-1/+1
2026-04-06ASoC: SDCA: Fix errors in IRQ cleanupCharles Keepax3-4/+87
2026-04-06ASoC: SOF: compress: return the configured codec from get_paramsCássio Gabriel2-3/+7
2026-04-06ASoC: amd: acp: add Lenovo P16s G5 AMD quirk for legacy SDW machineMark Pearson1-0/+16
2026-04-06ASoC: dt-bindings: ti,tas2552: Add sound-dai-cellsMarek Vasut1-3/+10
2026-04-06ASoC: qcom: audioreach: explicitly enable speaker protection modulesRavi Hothi1-0/+5
2026-04-06ASoC: rt5640: Handle 0Hz sysclk during stream shutdownSheetal1-0/+5
2026-04-06Linux 7.0-rc7v7.0-rc7Linus Torvalds1-1/+1
2026-04-06Merge tag 'riscv-for-linus-7.0-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-28/+47
2026-04-05Merge tag 'x86-urgent-2026-04-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-6/+34
2026-04-05Merge tag 'sched-urgent-2026-04-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-8/+6
2026-04-05Merge tag 'perf-urgent-2026-04-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+4
2026-04-05Merge tag 'irq-urgent-2026-04-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2026-04-05i915: don't use a vma that didn't match the context VMLinus Torvalds1-0/+2
2026-04-05Merge tag 'mips-fixes_7.0_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-72/+268
2026-04-05Merge tag 'char-misc-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds49-260/+545
2026-04-05Merge tag 'tty-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+18
2026-04-05Merge tag 'usb-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds43-279/+509
2026-04-05ACPI: RIMT: Add dependency between iommu and devicesSunil V L1-0/+7
2026-04-05selftests: riscv: Add braces around EXPECT_EQ()Charlie Jenkins1-6/+9
2026-04-05riscv: use _BITUL macro rather than BIT() in ptrace uapi and kselftestsPaul Walmsley2-8/+9
2026-04-05riscv: Reset pmm when PR_TAGGED_ADDR_ENABLE is not setZishun Yi1-1/+3
2026-04-05riscv: make runtime const not usable by modulesJisheng Zhang1-0/+4