summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/aw88261.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-10ASoC: aw88261: Use auto-cleanup for firmware loadingTakashi Iwai1-5/+3
2026-07-14ASoC: codecs: Use guard() for mutex & spin lock - part 1Mark Brown1-12/+9
2026-07-14ASoC: codecs: aw88261: Use guard() for mutex locksbui duc phuc1-12/+9
2026-07-14ASoC: codecs: aw88261: only check PLL and clock state at power-upJorijn van der Graaf1-3/+3
2026-06-10ASoC: codecs: aw88261: fixes and cleanupMark Brown1-264/+323
2026-06-10ASoC: codecs: aw88261: make volume control usableVal Packett1-21/+21
2026-06-10ASoC: codecs: aw88261: fix incorrect masks for boost regsVal Packett1-6/+6
2026-06-10ASoC: codecs: aw88261: remove async startVal Packett1-29/+4
2026-06-10ASoC: codecs: aw88261: remove fade in/out on start/stopVal Packett1-156/+2
2026-06-10ASoC: codecs: aw88261: reduce log spamVal Packett1-10/+14
2026-06-10ASoC: codecs: aw88261: add TDM supportVal Packett1-1/+114
2026-06-10ASoC: codecs: aw88261: support changing sample rate and bit widthVal Packett1-55/+176
2026-06-01ASoC: aw88395: use struct_size() and __counted_by() for aw_containerRosen Penev1-4/+7
2026-05-21ASoC: Use named initializers for arrays of i2c_device_dataUwe Kleine-König (The Capable Hub)1-1/+1
2026-03-30ASoC: codecs: inline i2c_check_functionality checksThorsten Blum1-2/+1
2026-02-22ASoC: codecs: aw88261: Add firmware-name supportLuca Weiss1-4/+9
2026-02-12ASoC: codecs: aw88261: Fix erroneous bitmask logic in Awinic initAlexandre Ferrieux1-1/+2
2026-01-14ASoC: codecs: aw88261: use dvdd-supply regulatorBharadwaj Raju1-0/+5
2026-01-09ASoC: codecs: aw88261: Add devicetree supportLuca Weiss1-0/+7
2026-01-09ASoC: codecs: aw88261: Remove AW88261_I2C_NAME macroLuca Weiss1-2/+2
2025-11-17ASoC: codecs: aw88261: convert to snd_soc_dapm_xxx()Kuninori Morimoto1-1/+1
2025-11-03ASoC: codecs: aw88261: pass pointer directly instead of passing the addressDan Carpenter1-4/+4
2025-10-21ASoC: use snd_kcontrol_chip() instead ofMark Brown1-11/+11
2025-10-20ASoC: codecs: aw88261: use snd_kcontrol_chip() instead of snd_soc_kcontrol_co...Kuninori Morimoto1-11/+11
2025-10-15ASoC: replace use of system_wq with system_dfl_wqMarco Crivellari1-1/+1
2025-08-12ASoC: codecs: Call strscpy() with correct size argumentThorsten Blum1-5/+3
2024-06-25ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_da...Uwe Kleine-König1-1/+1
2023-10-23ASoC: codecs: Modify max_register usage errorWeidong Wang1-1/+1
2023-10-02ASoC: codecs: aw88261: Remove non-existing reset gpioLuca Weiss1-15/+0
2023-09-28ASoC: codecs: Modify the transmission mode of function parametersWeidong Wang1-10/+11
2023-09-28ASoC: codecs: Rename "sync-flag" to "awinic,sync-flag"Weidong Wang1-3/+1
2023-09-28ASoC: codecs: Rename "sound-channel" to "awinic,audio-channel"Weidong Wang1-1/+1
2023-08-24ASoC: codecs: Fix error code in aw88261_i2c_probe()Harshit Mogalapalli1-1/+1
2023-08-08ASoC: codecs: aw88261: avoid uninitialized variable warningArnd Bergmann1-0/+2
2023-08-07ASoC: codecs: Add aw88261 amplifier driverWeidong Wang1-0/+1298