summaryrefslogtreecommitdiffstats
path: root/sound/isa
AgeCommit message (Expand)AuthorLines
2020-08-06Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-27/+26
2020-08-06ALSA: isa: delete repeated words in commentsRandy Dunlap-2/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-1/+1
2020-07-09ALSA: Replace with fallthrough pseudo keyword in the remaining placesTakashi Iwai-1/+1
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva-21/+21
2020-07-07ALSA: isa/gus: remove 'set but not used' warningPierre-Louis Bossart-1/+2
2020-07-07ALSA: isa/gus: remove -Wmissing-prototypes warningsPierre-Louis Bossart-2/+0
2020-06-03ALSA: es1688: Add the missed snd_card_free()Chuhong Yuan-1/+3
2020-05-28Merge branch 'for-linus' into for-nextTakashi Iwai-6/+12
2020-05-01ALSA: isa/wavefront: prevent out of bounds write in ioctlDan Carpenter-1/+7
2020-04-30ALSA: opti9xx: shut up gcc-10 range warningArnd Bergmann-6/+12
2020-04-17ALSA: Fix misspellings of "Analog Devices"Geert Uytterhoeven-1/+1
2020-02-10ALSA: emu8000: Fix the cast to __user pointerTakashi Iwai-2/+2
2020-01-28Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-328/+208
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-1/+1
2020-01-05ALSA: sc6000: More constificationTakashi Iwai-2/+2
2020-01-05ALSA: wss: More constificationsTakashi Iwai-3/+3
2020-01-05ALSA: opti9xx: More constificationsTakashi Iwai-18/+18
2020-01-05ALSA: gus: More constificationsTakashi Iwai-23/+24
2020-01-05ALSA: es18xx: More constificationsTakashi Iwai-5/+5
2020-01-05ALSA: es1688: More constificationsTakashi Iwai-5/+5
2020-01-05ALSA: cmi8330: More constificationsTakashi Iwai-4/+4
2020-01-05ALSA: sb: More constificationsTakashi Iwai-37/+37
2020-01-05ALSA: cs423x: More constificationTakashi Iwai-1/+1
2020-01-05ALSA: cmi8328: More constificationsTakashi Iwai-12/+12
2020-01-03ALSA: isa: Constify snd_kcontrol_new itemsTakashi Iwai-45/+45
2020-01-03ALSA: info: Make snd_info_entry_ops as constTakashi Iwai-1/+1
2020-01-03ALSA: Constify snd_timer_hardware definitionsTakashi Iwai-3/+3
2020-01-03ALSA: isa: Constify snd_device_ops definitionsTakashi Iwai-8/+8
2020-01-01ALSA: ad1816a: constify copied structureJulia Lawall-1/+1
2019-12-11ALSA: wss: Support PCM sync_stopTakashi Iwai-0/+1
2019-12-11ALSA: wavefront: Support PCM sync_stopTakashi Iwai-0/+1
2019-12-11ALSA: sb: Support PCM sync_stopTakashi Iwai-0/+1
2019-12-11ALSA: opti9xx: Support PCM sync_stopTakashi Iwai-0/+1
2019-12-11ALSA: opl3sa2: Support PCM sync_stopTakashi Iwai-0/+1
2019-12-11ALSA: msnd: Support PCM sync_stopTakashi Iwai-0/+1
2019-12-11ALSA: gus: Support PCM sync_stopTakashi Iwai-1/+4
2019-12-11ALSA: es18xx: Support PCM sync_stopTakashi Iwai-0/+1
2019-12-11ALSA: es1688: Support PCM sync_stopTakashi Iwai-0/+1
2019-12-11ALSA: ad1816a: Support PCM sync_stopTakashi Iwai-0/+1
2019-12-11ALSA: isa: Drop superfluous ioctl PCM opsTakashi Iwai-15/+0
2019-12-11ALSA: es1688: Drop superfluous ioctl PCM opsTakashi Iwai-8/+0
2019-12-11ALSA: wss: Use managed buffer allocationTakashi Iwai-21/+2
2019-12-11ALSA: gus: Use managed buffer allocationTakashi Iwai-19/+9
2019-12-11ALSA: sb: Use managed buffer allocationTakashi Iwai-38/+4
2019-12-11ALSA: es18xx: Use managed buffer allocationTakashi Iwai-19/+5
2019-12-11ALSA: es1688: Use managed buffer allocationTakashi Iwai-18/+2
2019-12-11ALSA: cmi8330: Use managed buffer allocationTakashi Iwai-3/+2
2019-12-11ALSA: ad1816a: Use managed buffer allocationTakashi Iwai-18/+2
2019-11-22ALSA: cs4236: fix error return comparison of an unsigned integerColin Ian King-1/+2