aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs
AgeCommit message (Expand)AuthorFilesLines
2026-04-08ASoC: nau8325: Add software reset during probeNeo Chang1-1/+8
2026-03-26ASoC: adau1372: Fix error handling in adau1372_set_power()Mark Brown1-10/+24
2026-03-26ASoC: adau1372: Fix clock leak on PLL lock failureJihed Chaibi1-3/+14
2026-03-26ASoC: adau1372: Fix unchecked clk_prepare_enable() return valueJihed Chaibi1-7/+10
2026-03-24ASoC: codecs: wcd934x: fix typo in dt parsingSrinivas Kandagatla1-1/+1
2026-03-19ASoC: tas2781: Add null check for calibration dataBaojun Xu1-0/+3
2026-03-16ASoC: sma1307: fix double free of devm_kzalloc() memoryGuangshuo Li1-2/+4
2026-03-10ASoC: codecs: rt1011: Use component to get the dapm context in spk_mode_putPeter Ujfalusi1-1/+1
2026-03-05Merge tag 'asoc-fix-v7.0-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai3-5/+28
2026-03-01ASoC: cs35l56: Suppress pointless warning about number of GPIO pullsRichard Fitzgerald1-2/+2
2026-03-01ASoC: rt1321: fix DMIC ch2/3 mask issueShuming Fan1-2/+3
2026-03-01ASoC: cs35l56: Only patch ASP registers if the DAI is part of a DAIlinkRichard Fitzgerald2-1/+23
2026-02-28ALSA: hda/tas2781: A workaround solution to lower-vol issue among lower calibrated-impedance micro-speaker on TAS2781Shenghao Ding1-0/+94
2026-02-23ASoC: cs42l43: Report insert for exotic peripheralsCharles Keepax1-0/+1
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-7/+6
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds6-22/+11
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds8-17/+17
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook13-53/+54
2026-02-20Merge tag 'sound-fix-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds3-3/+47
2026-02-17Merge tag 'soundwire-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwireLinus Torvalds23-69/+23
2026-02-17ASoC: tas2783A: add explicit port prepare handlingNiranjan H Y1-0/+43
2026-02-12ASoC: codecs: aw88261: Fix erroneous bitmask logic in Awinic initAlexandre Ferrieux1-1/+2
2026-02-10ASoC: Merge up releaseMark Brown2-6/+33
2026-02-10ASoC: rt721-sdca: Fix issue of fail to detect OMTP jack typeJack Yu1-2/+2
2026-02-09Merge tag 'asoc-v6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai57-1358/+5353
2026-02-05ASoC: cs35l56: More support for new Dell laptopsMark Brown7-4/+1280
2026-02-05ASoC: cs35l56: KUnit tests for parsing and using onchip GPIOsRichard Fitzgerald1-0/+273
2026-02-05ASoC: cs35l56-shared: KUnit tests for onchip speaker ID gpiosRichard Fitzgerald4-0/+701
2026-02-05ASoC: cs35l56: Support for reading speaker ID from on-chip GPIOsRichard Fitzgerald3-4/+306
2026-02-05ASoC: cs4271: Fix resource leak in cs4271_soc_resume()Harshit Mogalapalli1-3/+9
2026-02-04ASoC: tas2781: Put three different calibrated data solution into the same data structureShenghao Ding2-36/+113
2026-02-03ASoC: rt1320: fix intermittent no-sound issueShuming Fan1-0/+2
2026-02-02ASoC: es8328: error handling and resume fixesMark Brown1-43/+73
2026-02-02Anbernic RG-DS AW87391 Speaker AmpsMark Brown3-9/+254
2026-02-02ASoC: wcd-mbhc-v2: remove unnecessary module_init/exit functionsEthan Nelson-Moore1-12/+0
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: rt5575: fix SPI dependencyArnd Bergmann1-1/+2
2026-02-02ASoC: cs42l43: Correct handling of 3-pole jack load detectionCharles Keepax1-6/+31
2026-01-30ASoC: codecs: max98390: Check return value of devm_gpiod_get_optional() in max98390_i2c_probe()Chen Ni1-0/+3
2026-01-28ASoC: wm8962: add .set_tdm_slot callback functionShengjiu Wang1-4/+31
2026-01-28ASoC: capsuling struct snd_soc_dapm_contextMark Brown1-2/+2
2026-01-28ASoC: codec: Remove ak4641/pxa2xx-ac97 and convert toMark Brown3-649/+0
2026-01-27ASoC: codec: Remove ak4641Peng Fan3-649/+0
2026-01-26ASoC: codecs: wm8731: Remove unnecessary NULL check before clk_prepare_enable/clk_disable_unprepareChen Ni1-7/+4