aboutsummaryrefslogtreecommitdiff
path: root/sound/soc
AgeCommit message (Expand)AuthorFilesLines
2025-11-28ASoC: fsl_micfil: Set channel range controlChancel Liu1-22/+103
2025-11-28ASoC: fsl_micfil: Add default quality for different platformsChancel Liu1-1/+6
2025-11-27ASoC: Intel: catpt: Round of fixes and PM changesMark Brown4-25/+37
2025-11-27Add support for cs42l45 into the Intel machine driverMark Brown8-77/+258
2025-11-27ASoC: intel: sof_sdw: Add codec_info for cs42l45Charles Keepax1-0/+36
2025-11-27ASoC: sdw_utils: Add cs42l45 support functionsCharles Keepax2-0/+81
2025-11-27ASoC: intel: sof_sdw: Add ability to have auxiliary devicesCharles Keepax4-9/+52
2025-11-27ASoC: sdw_utils: Move codec_name to dai infoCharles Keepax1-9/+10
2025-11-27ASoC: sdw_utils: Add codec_conf for every DAICharles Keepax3-15/+22
2025-11-27ASoC: SDCA: Add terminal type into input/output widget nameCharles Keepax2-47/+57
2025-11-27ASoC: SDCA: Align mute controls to ALSA expectationsCharles Keepax1-0/+3
2025-11-27ASoC: codecs: wcd939x: fix regmap leak on probe failureJohan Hovold1-1/+7
2025-11-27ASoC: cs-amp-lib: Use __free(kfree) instead of manual freeingRichard Fitzgerald1-17/+12
2025-11-27ASoC: Intel: catpt: Do not block the system from suspendingCezary Rojewski1-2/+9
2025-11-27ASoC: Intel: catpt: Do not ignore errors on runtime resumeCezary Rojewski2-7/+7
2025-11-27ASoC: Intel: catpt: Fix probing order of driver componentsCezary Rojewski1-6/+9
2025-11-27ASoC: Intel: catpt: Fix error path in hw_params()Cezary Rojewski1-1/+3
2025-11-27ASoC: Intel: catpt: Switch to resource_xxx() APICezary Rojewski1-9/+9
2025-11-27ASoC: Intel: catpt: Fix offset checksCezary Rojewski1-4/+4
2025-11-26ASoC: stm32: sai: fix device and OF node leaks onMark Brown2-27/+44
2025-11-26nau8325 build fixesMark Brown3-2/+8
2025-11-26ASoC: mediatek: mt8189: remove unnecessary NULL checkDan Carpenter1-6/+4
2025-11-26ASoC: fsl_xcvr: clear the channel status control memoryShengjiu Wang1-1/+1
2025-11-26ASoC: tegra: remove Kconfig dependency on TEGRA20_APB_DMAFrancesco Lavra1-1/+1
2025-11-26ASoC: nau8325: add missing build configJaroslav Kysela2-0/+7
2025-11-26ASoC: nau8325: use simple i2c probe functionJaroslav Kysela1-2/+1
2025-11-25ASoC: fsl_xcvr: use dev_err_probe() replacing dev_err() + returnAlexander Stein1-52/+34
2025-11-25ASoC: stm32: sai: clean up probe error pathJohan Hovold1-4/+4
2025-11-25ASoC: stm32: sai: fix OF node leak on probeJohan Hovold2-16/+19
2025-11-25ASoC: stm32: sai: fix clk prepare imbalance on probe failureJohan Hovold1-7/+21
2025-11-25ASoC: stm32: sai: fix device leak on probeJohan Hovold1-1/+1
2025-11-25ASoC: SDCA: Fix NULL vs IS_ERR() bug in sdca_dev_register_functions()Dan Carpenter1-2/+2
2025-11-24ASoC: cs-amp-lib: Remove redundant calls to kunit_deactivate_static_stub()Richard Fitzgerald1-31/+0
2025-11-24firmware: cs_dsp: Store control length as 32-bitRichard Fitzgerald1-1/+1
2025-11-24ASoC: tas2781: correct the wrong periodShenghao Ding1-1/+1
2025-11-24ASoC: tas2781: Correct the wrong chip ID for reset variable checkBaojun Xu1-1/+1
2025-11-21ASoC: cs35l56: Set access permissions on volatileMark Brown1-6/+9
2025-11-21Add SDCA class driverMark Brown12-123/+1114
2025-11-21ASoC: Intel: avs: Replace snprintf() with scnprintf()HariKrishna Sagala1-6/+3
2025-11-21ASoC: codecs: wcd934x: add explicit soundwire depenencySrinivas Kandagatla1-0/+1
2025-11-20ASoC: SDCA: Add basic SDCA function driverCharles Keepax3-0/+469
2025-11-20ASoC: SDCA: Add basic SDCA class driverCharles Keepax4-0/+355
2025-11-20ASoC: SDCA: add function devicesPierre-Louis Bossart4-2/+135
2025-11-20ASoC: SDCA: Add helper to write initialization writesCharles Keepax1-0/+16
2025-11-20ASoC: SDCA: Populate regmap cache for readable ControlsCharles Keepax1-10/+22
2025-11-20ASoC: SDCA: Factor out helper to process Control defaultsCharles Keepax1-22/+39
2025-11-20ASoC: SDCA: Use helper macros for control identificationCharles Keepax1-22/+14
2025-11-20ASoC: SDCA: Move most of the messages from info to debugCharles Keepax1-26/+24
2025-11-20ASoC: SDCA: Add comment for function reset pollingCharles Keepax1-0/+4
2025-11-20ASoC: SDCA: Correct FDL locking in sdca_fdl_process()Charles Keepax1-44/+45