summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-27/+12
2025-01-28ALSA: hda: Fix headset detection failure due to unstable sortKuan-Wei Chiu2-1/+8
2025-01-28ALSA: pcm: use new array-copying-wrapperChenyuan Yang1-1/+1
2025-01-27ASoC: codec: es8316: "DAC Soft Ramp Rate" is just a 2 bit controlOndrej Jirman1-1/+1
2025-01-27ASoC: amd: acp: Fix possible deadlockDaniel Baluta1-0/+1
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2025-01-26ASoC: hdmi-codec: allow to refine formats actually supportedOlivier Moysan1-0/+4
2025-01-26ALSA: usb-audio: Add delay quirk for iBasso DC07 ProLianqin Hu1-0/+2
2025-01-25ALSA: hda/realtek: Fix quirk matching for Legion Pro 7Takashi Iwai1-1/+1
2025-01-24Merge tag 'sound-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds172-1414/+9197
2025-01-24ASoC: renesas: SND_SIU_MIGOR should depend on DMADEVICESGeert Uytterhoeven1-1/+1
2025-01-23Add SOF support for new board revisionsMark Brown2-0/+26
2025-01-23ASoC: Intel: bytcr_rt5640: Add DMI quirk for Vexia Edu Atla 10 tablet 5VHans de Goede1-1/+16
2025-01-23ASoC: da7213: Initialize the mutexClaudiu Beznea1-0/+2
2025-01-23ASoC: use to_platform_device() instead of container_of()Luoxi Li8-16/+10
2025-01-23ASoC: acp: Support microphone from Lenovo Go SMario Limonciello1-0/+28
2025-01-22Merge tag 'i2c-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+1
2025-01-22ASoC: SOF: imx8m: Add entry for new 8M Plus revisionIuliana Prodan1-0/+5
2025-01-22ASoC: SOF: imx8: Add entries for new 8QM and 8QXP revisionsIuliana Prodan1-0/+10
2025-01-22ASoC: SOF: imx: Add mach entry to select cs42888 topologyDaniel Baluta1-0/+11
2025-01-22ASoC: fsl_asrc_m2m: select CONFIG_DMA_SHARED_BUFFERArnd Bergmann1-0/+1
2025-01-22ASoC: audio-graph-card2: use correct endpoint when getting link parametersIvaylo Dimitrov1-33/+29
2025-01-22ASoC: SOF: imx8m: add SAI2,5,6,7Alexander Boehm1-0/+44
2025-01-22ALSA: hda: tas2781-spi: Fix bogus error handling in tas2781_hda_spi_probe()Takashi Iwai1-14/+12
2025-01-22ALSA: hda: tas2781-spi: Fix error code in tas2781_read_acpi()Dan Carpenter1-0/+1
2025-01-22ALSA: hda: tas2781-spi: Delete some dead codeDan Carpenter1-5/+1
2025-01-21Merge tag 'drm-next-2025-01-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-2/+2
2025-01-21ALSA: usb: fcp: Fix return code from poll opsTakashi Iwai1-5/+5
2025-01-21ALSA: usb: fcp: Fix incorrect resp->opcode retrievalTakashi Iwai1-1/+1
2025-01-21ALSA: usb: fcp: Fix meter_levels type to __le32Takashi Iwai1-4/+4
2025-01-21ASoC: rockchip: i2s_tdm: Re-add the set_sysclk callbackDetlev Casanova1-2/+29
2025-01-20ALSA: hda/realtek: Enable Mute LED on HP Laptop 14s-fq1xxxSebastian Wiese-Wagner1-0/+1
2025-01-20ASoC: fsl: two fixes for asrc memory to memoryMark Brown1-7/+9
2025-01-20Merge tag 'asoc-v6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai120-1125/+4057
2025-01-20ASoC: codecs: ES8326: Improved PSRRZhang Yi1-2/+2
2025-01-20ASoC: fsl_asrc_m2m: return error value in asrc_m2m_device_run()Shengjiu Wang1-6/+8
2025-01-20ASoC: fsl_asrc_m2m: only handle pairs for m2m in the suspendShengjiu Wang1-1/+1
2025-01-20ALSA: hda: tas2781-spi: Fix -Wsometimes-uninitialized in tasdevice_spi_switch...Nathan Chancellor1-4/+3
2025-01-20ALSA: ctxfi: Simplify dao_clear_{left,right}_input() functionsEthan Carter Edwards1-35/+13
2025-01-20Merge branch 'for-linus' into for-nextTakashi Iwai15-36/+107
2025-01-20ALSA: hda: tas2781-spi: select CRC32 instead of CRC32_SARWATETakashi Iwai1-1/+1
2025-01-20ALSA: usb: fcp: Fix hwdep read ops typesStephen Rothwell1-3/+3
2025-01-18ALSA: scarlett2: Add device_setup option to use FCP driverGeoffrey D. Bennett1-0/+8
2025-01-18ALSA: FCP: Add Focusrite Control Protocol driverGeoffrey D. Bennett4-0/+1149
2025-01-18Merge tag 'asoc-fix-v6.13-rc7' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai3-13/+28
2025-01-17ALSA: hda/tas2781: Add tas2781 hda SPI driverBaojun Xu6-0/+3465
2025-01-17ALSA: hda/realtek - Fixed headphone distorted sound on Acer Aspire A115-31 la...Kailang Yang1-0/+1
2025-01-16ASoC: xilinx: xlnx_spdif: Simpify using devm_clk_get_enabled()Michal Simek1-27/+11
2025-01-15ASoC: Intel: sof_sdw: Fix DMI match entries for aMark Brown1-4/+19
2025-01-15ALSA: hda: Support for Ideapad hotkey mute LEDsJackie Dong3-2/+66