summaryrefslogtreecommitdiff
path: root/sound/isa
AgeCommit message (Expand)AuthorFilesLines
2022-05-25ALSA: wavefront: Proper check of get_user() errorTakashi Iwai1-1/+2
2022-04-20ALSA: cs4236: fix an incorrect NULL check on list iteratorXiaomeng Tong1-3/+5
2021-11-26ALSA: gus: fix null pointer dereference on pointer blockChengfeng Ye1-0/+2
2021-07-28ALSA: sb: Fix potential ABBA deadlock in CSP driverTakashi Iwai1-0/+4
2021-07-20ALSA: isa: Fix error return code in snd_cmi8330_probe()Zhen Lei1-1/+1
2021-07-20ALSA: sb: Fix potential double-free of CSP mixer elementsTakashi Iwai1-2/+6
2021-05-26Revert "ALSA: sb8: add a check for request_region"Greg Kroah-Hartman1-4/+0
2021-05-22ALSA: sb: Fix two use after free in snd_sb_qsound_buildLv Yunlong1-2/+6
2021-05-22ALSA: emu8000: Fix a use after free in snd_emu8000_create_mixerLv Yunlong1-1/+3
2020-06-25ALSA: isa/wavefront: prevent out of bounds write in ioctlDan Carpenter1-1/+7
2020-06-20ALSA: es1688: Add the missed snd_card_free()Chuhong Yuan1-1/+3
2020-05-05ALSA: opti9xx: shut up gcc-10 range warningArnd Bergmann2-6/+12
2020-01-09ALSA: cs4236: fix error return comparison of an unsigned integerColin Ian King1-1/+2
2019-04-20ALSA: sb8: add a check for request_regionKangjie Lu1-0/+4
2018-12-05ALSA: wss: Fix invalid snd_free_pages() at error pathTakashi Iwai1-2/+0
2018-09-26ALSA: msnd: Fix the default sample sizesTakashi Iwai1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-08-17ALSA: isa: make snd_pcm_hardware constBhumika Goyal9-17/+17
2017-08-17ALSA: wavefront: constify pnp_card_device_idArvind Yadav1-1/+1
2017-08-17ALSA: sscape: constify pnp_card_device_idArvind Yadav1-1/+1
2017-08-17ALSA: sb16: constify pnp_card_device_idArvind Yadav1-1/+1
2017-08-17ALSA: opti9xx: constify pnp_card_device_idArvind Yadav2-2/+2
2017-08-17ALSA: msnd: constify pnp_card_device_idArvind Yadav1-1/+1
2017-08-17ALSA: gus: constify pnp_card_device_idArvind Yadav1-1/+1
2017-08-17ALSA: es1688: constify pnp_card_device_idArvind Yadav1-1/+1
2017-08-17ALSA: cs4236: constify pnp_card_device_idArvind Yadav1-1/+1
2017-08-17ALSA: cmi8330: constify pnp_card_device_idArvind Yadav1-1/+1
2017-08-17ALSA: azt2320: constify pnp_card_device_idArvind Yadav1-1/+1
2017-08-17ALSA: als100: constify pnp_card_device_idArvind Yadav1-1/+1
2017-08-17ALSA: ad1816a: constify pnp_card_device_idArvind Yadav1-1/+1
2017-08-17ALSA: opl3sa2: constify pnp_device_id and pnp_card_device_idArvind Yadav1-2/+2
2017-08-17ALSA: es18xx: constify pnp_device_id and pnp_card_device_idArvind Yadav1-2/+2
2017-08-15sound: emu8000: constify emu8000_opsJulia Lawall1-1/+1
2017-08-13ALSA: wss: constify snd_pcm_ops structuresArvind Yadav1-2/+2
2017-08-13ALSA: sb8: constify snd_pcm_ops structuresArvind Yadav1-2/+2
2017-08-13ALSA: sb16: constify snd_pcm_ops structuresArvind Yadav1-2/+2
2017-08-13ALSA: emu8000: constify snd_pcm_ops structuresArvind Yadav1-1/+1
2017-08-13ALSA: msnd: constify snd_pcm_ops structuresArvind Yadav1-2/+2
2017-08-13ALSA: gus: constify snd_pcm_ops structuresArvind Yadav1-2/+2
2017-08-13ALSA: es18xx: constify snd_pcm_ops structuresArvind Yadav1-2/+2
2017-08-13ALSA: es1688: constify snd_pcm_ops structuresArvind Yadav1-2/+2
2017-08-13ALSA: ad1816a: constify snd_pcm_ops structuresArvind Yadav1-2/+2
2017-08-04Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+1
2017-07-18ALSA: opti9xx: fix format string overflow warningArnd Bergmann2-9/+12
2017-07-18ALSA: ad1848: fix format string overflow warningArnd Bergmann1-7/+11
2017-07-18ALSA: cs423x: fix format string overflow warningArnd Bergmann2-16/+22
2017-07-18ALSA: als100: fix format string overflow warningArnd Bergmann1-6/+7
2017-07-14Merge tag 'sound-fix-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-26/+27
2017-07-07ALSA: msnd: Optimize / harden DSP and MIDI loopsTakashi Iwai2-26/+27
2017-07-06Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds16-181/+211