summaryrefslogtreecommitdiffstats
path: root/sound/i2c
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-7/+7
2025-09-01ALSA: i2c: Use guard() for spin locksTakashi Iwai-63/+58
2025-09-01ALSA: i2c: Use guard() for mutex locksTakashi Iwai-6/+6
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-05-08ALSA: i2c: use snd_kcontrol_chip()Kuninori Morimoto-4/+4
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-08-08ALSA: i2c: Drop commented old debug printsTakashi Iwai-32/+0
2024-08-08ALSA: i2c: pt2258: Use standard print APITakashi Iwai-3/+3
2024-08-08ALSA: i2c: cs8427: Use standard print APITakashi Iwai-17/+20
2024-05-08ALSA: misc: Use *-y instead of *-objs in MakefileTakashi Iwai-8/+8
2023-04-06ALSA: i2c/cs8427: fix iec958 mixer control deactivationOswald Buddenhagen-2/+5
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)-1/+1
2021-06-12ALSA: i2c: tea6330t: Remove redundant initialization of variable errColin Ian King-1/+1
2021-06-09ALSA: i2c: Fix assignment in if conditionTakashi Iwai-18/+36
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches-2/+2
2020-01-03ALSA: i2c: Constify snd_kcontrol_new itemsTakashi Iwai-6/+6
2020-01-03ALSA: i2c: Constify snd_device_ops definitionsTakashi Iwai-4/+4
2019-07-26ALSA: i2c: ak4xxx-adda: Fix a possible null pointer dereference in build_adc_...Jia-Ju Bai-3/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-125/+8
2019-02-06ALSA: i2c: Clean up with new procfs helpersTakashi Iwai-13/+5
2018-10-18ALSA: i2c/cs8427: Fix int to char conversionPhilipp Klocke-1/+1
2018-08-03ALSA: i2c: Remove empty init and exitTakashi Iwai-53/+0
2017-11-13Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+2
2017-10-26ALSA: Convert timers to use timer_setup()Kees Cook-4/+4
2017-05-17ALSA: ak411x: Use array instead of offsetof()Takashi Iwai-36/+33
2016-07-12ALSA: ak4114: remove redundant check on err being < 0Colin Ian King-1/+1
2016-07-12ALSA: ak4117: remove redundant check on err being < 0Colin Ian King-1/+1
2015-11-30ALSA: i2c: constify snd_i2c_ops structuresJulia Lawall-1/+1
2015-05-29ALSA: ak4xxx-adda: Drop unnecessary ifdef CONFIG_PROC_FSTakashi Iwai-4/+0
2015-03-23ALSA: ak411x: simplify snd_ak4113_create() a bitDan Carpenter-2/+2
2015-01-28Merge branch 'topic/ak411x-fix' into for-nextTakashi Iwai-24/+58
2015-01-28ALSA: ak411x: Fix race of reinit() callsTakashi Iwai-0/+6
2015-01-28ALSA: ak411x: Add PM helper functionsTakashi Iwai-0/+32
2015-01-28ALSA: ak4114: Move EXPORT_SYMBOL() after each functionTakashi Iwai-7/+6
2015-01-28ALSA: ak411x: Fix stall in work callbackTakashi Iwai-19/+16
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai-1/+1
2015-01-19ALSA: ak4117: Use setup_timer() and mod_timer()Takashi Iwai-7/+3
2014-10-21ALSA: ak4xxx-adda: Use snd_ctl_enum_info()Takashi Iwai-21/+5
2014-04-03ALSA: cs8427: separate HW initializationOndrej Zary-19/+38
2014-02-14ALSA: ak4117: Do not free priv until timer handler hasn't actually stopped us...Kirill Tkhai-1/+1
2014-02-14ALSA: i2c/ak413x: Use SNDRV_DEV_CODEC for ak413x codec objectsTakashi Iwai-2/+2
2013-10-29ALSA: ak4114: Fix wrong register array sizeTakashi Iwai-4/+4
2013-10-29ALSA: Use strlcpy() instead of strncpy()Takashi Iwai-1/+1
2013-08-18[media] tea575x: Move from sound to mediaOndrej Zary-586/+0
2013-08-18[media] tea575x: Move header from sound to mediaOndrej Zary-1/+1
2013-07-26[media] tea575x-tuner: move HW init to a separate functionOndrej Zary-6/+13
2013-06-26ALSA: ak4xx-adda: info leak in ak4xxx_capture_source_info()Dan Carpenter-1/+1