summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/cx2072x.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-19Merge tag 'sound-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-64/+63
2026-08-07ASoC: codec drivers: sort the reg_defaults tablesMark Brown1-61/+61
2026-08-07ASoC: cx2072x: sort the register default tablePeter Ujfalusi1-61/+61
2026-07-24ASoC: replace linux/gpio.h inclusionsArnd Bergmann1-1/+1
2026-07-14ASoC: codecs: cx2072x: Use guard() for mutex locksbui duc phuc1-3/+2
2026-05-21ASoC: Use named initializers for arrays of i2c_device_dataUwe Kleine-König (The Capable Hub)1-3/+3
2025-11-17ASoC: codecs: cs2072x: convert to snd_soc_dapm_xxx()Kuninori Morimoto1-3/+3
2025-03-17ASoC: cx2072x: Convert to RUNTIME_PM_OPS() & coTakashi Iwai1-7/+5
2024-06-03ASoC: codecs: cx2072x: remove unused struct 'cx2072x_eq_ctrl'Dr. David Alan Gilbert1-5/+0
2024-05-03ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_da...Uwe Kleine-König1-2/+2
2023-08-14ASoC: codecs/cx2072x: merge DAI call back functions into opsKuninori Morimoto1-2/+9
2023-05-08ASoC: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-2/+1
2022-06-06ASoC: cx2072x: Use modern ASoC DAI format terminologyMark Brown1-10/+7
2022-05-09ASoC: cx2072x: Add endianness flag in snd_soc_component_driverCharles Keepax1-0/+1
2022-04-11ASoC: cx2072x: use simple i2c probe functionStephen Kitt1-3/+2
2021-04-08ASoC: cx2072x: constify static struct snd_soc_dai_opsYe Bin1-1/+1
2021-03-18ASoC: cx2070x: remove duplicate else branchPierre-Louis Bossart1-4/+4
2021-03-18ASoC: cx2070x: remove useless assignmentPierre-Louis Bossart1-3/+0
2021-01-21ASoC: cx2072x: sync parameter naming (rate/sample_bits)Kuninori Morimoto1-1/+1
2020-12-08ASoC: cx2072x: Fix doubly definitions of Playback and Capture streamsTakashi Iwai1-2/+2
2019-10-25ASoC: Spelling s/configr/configur/Geert Uytterhoeven1-1/+1
2019-06-17ASoC: cx2072x: mark PM function as __maybe_unusedArnd Bergmann1-1/+1
2019-06-04ASoC: cx2072x: remove set but not used variable 'is_right_j 'YueHaibing1-2/+0
2019-05-28ASoC: cx2072x: fix spelling mistake "configued" -> "configured"Colin Ian King1-1/+1
2019-05-28ASoC: cx2072x: fix integer overflow on unsigned int multiplyColin Ian King1-1/+1
2019-05-28ASoC: cx2072x: remove redundant assignment to pulse_lenColin Ian King1-1/+1
2019-05-22ASoC: Add support for Conexant CX2072X CODECSimon Ho1-0/+1727