aboutsummaryrefslogtreecommitdiffstats
path: root/sound/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-12ALSA: i2c: tea6330t: Remove redundant initialization of variable errColin Ian King1-1/+1
2021-06-09ALSA: i2c: Fix assignment in if conditionTakashi Iwai4-18/+36
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches1-2/+2
2020-01-03ALSA: i2c: Constify snd_kcontrol_new itemsTakashi Iwai5-6/+6
2020-01-03ALSA: i2c: Constify snd_device_ops definitionsTakashi Iwai4-4/+4
2019-07-26ALSA: i2c: ak4xxx-adda: Fix a possible null pointer dereference in build_adc_controls()Jia-Ju Bai1-3/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner8-125/+8
2019-02-06ALSA: i2c: Clean up with new procfs helpersTakashi Iwai3-13/+5
2018-10-18ALSA: i2c/cs8427: Fix int to char conversionPhilipp Klocke1-1/+1
2018-08-03ALSA: i2c: Remove empty init and exitTakashi Iwai4-53/+0
2017-11-13Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-26ALSA: Convert timers to use timer_setup()Kees Cook1-4/+4
2017-05-17ALSA: ak411x: Use array instead of offsetof()Takashi Iwai3-36/+33
2016-07-12ALSA: ak4114: remove redundant check on err being < 0Colin Ian King1-1/+1
2016-07-12ALSA: ak4117: remove redundant check on err being < 0Colin Ian King1-1/+1
2015-11-30ALSA: i2c: constify snd_i2c_ops structuresJulia Lawall1-1/+1
2015-05-29ALSA: ak4xxx-adda: Drop unnecessary ifdef CONFIG_PROC_FSTakashi Iwai1-4/+0
2015-03-23ALSA: ak411x: simplify snd_ak4113_create() a bitDan Carpenter1-2/+2
2015-01-28Merge branch 'topic/ak411x-fix' into for-nextTakashi Iwai2-24/+58
2015-01-28ALSA: ak411x: Fix race of reinit() callsTakashi Iwai2-0/+6
2015-01-28ALSA: ak411x: Add PM helper functionsTakashi Iwai2-0/+32
2015-01-28ALSA: ak4114: Move EXPORT_SYMBOL() after each functionTakashi Iwai1-7/+6
2015-01-28ALSA: ak411x: Fix stall in work callbackTakashi Iwai2-19/+16
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai1-1/+1
2015-01-19ALSA: ak4117: Use setup_timer() and mod_timer()Takashi Iwai1-7/+3
2014-10-21ALSA: ak4xxx-adda: Use snd_ctl_enum_info()Takashi Iwai1-21/+5
2014-04-03ALSA: cs8427: separate HW initializationOndrej Zary1-19/+38
2014-02-14ALSA: ak4117: Do not free priv until timer handler hasn't actually stopped using itKirill Tkhai1-1/+1
2014-02-14ALSA: i2c/ak413x: Use SNDRV_DEV_CODEC for ak413x codec objectsTakashi Iwai2-2/+2
2013-10-29ALSA: ak4114: Fix wrong register array sizeTakashi Iwai1-4/+4
2013-10-29ALSA: Use strlcpy() instead of strncpy()Takashi Iwai1-1/+1
2013-08-18[media] tea575x: Move from sound to mediaOndrej Zary2-586/+0
2013-08-18[media] tea575x: Move header from sound to mediaOndrej Zary1-1/+1
2013-07-26[media] tea575x-tuner: move HW init to a separate functionOndrej Zary1-6/+13
2013-06-26ALSA: ak4xx-adda: info leak in ak4xxx_capture_source_info()Dan Carpenter1-1/+1
2013-03-24[media] v4l2: add const to argument of write-only s_tuner ioctlHans Verkuil1-1/+1
2013-03-24[media] v4l2: add const to argument of write-only s_frequency ioctlHans Verkuil1-2/+2
2012-11-04ALSA: Fix typo in drivers soundMasanari Iida3-3/+3
2012-10-07Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-38/+167
2012-09-26[media] radio drivers: in non-blocking mode return EAGAIN in hwseekHans Verkuil1-0/+3
2012-09-26[media] v4l2: make vidioc_s_freq_hw_seek constHans Verkuil1-1/+1
2012-09-13[media] radio-shark: Add support for suspend & resumeHans de Goede1-1/+2
2012-09-13[media] snd_tea575x: Add support for tuning AMHans de Goede1-36/+161
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2-2/+2
2012-07-30[media] snd_tea575x: Add a cannot_mute flagHans de Goede1-16/+19
2012-07-30[media] snd_tea575x: Add write_/read_val operationsHans de Goede1-0/+6
2012-06-27Merge branch 'v4l_for_linus' into staging/for_v3.6Mauro Carvalho Chehab1-7/+14
2012-06-18[media] S_HW_FREQ_SEEK: set capability flags and return ENODATA instead of EAGAINHans Verkuil1-1/+3
2012-06-11[media] snd_tea575x: set_freq: update cached freq to the actual achieved frequencyHans de Goede1-2/+8