aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-29ALSA: sb: Use DIV_ROUND_UP() instead of open-coding itShang XiaoJing1-1/+1
2022-09-20ALSA: es18xx: Remove the unneeded result variableye xingchen1-4/+1
2022-07-04ALSA: wavefront: remove redundant assignment to pointer endColin Ian King1-2/+0
2022-05-30Merge tag 'm68knommu-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds1-1/+1
2022-05-16m68k: coldfire: drop ISA_DMA_API supportArnd Bergmann1-1/+1
2022-05-10ALSA: wavefront: Proper check of get_user() errorTakashi Iwai1-1/+2
2022-04-12ALSA: sc6000: Fix the missing snd_card_free() call at probe errorTakashi Iwai1-1/+6
2022-04-12ALSA: galaxy: Fix the missing snd_card_free() call at probe errorTakashi Iwai1-1/+6
2022-03-27ALSA: cs4236: fix an incorrect NULL check on list iteratorXiaomeng Tong1-3/+5
2021-12-13ALSA: gus: Fix memory leaks at memory allocator error pathsTakashi Iwai1-12/+12
2021-12-13ALSA: gus: Fix erroneous memory allocationTakashi Iwai1-1/+1
2021-12-13ALSA: sound/isa/gus: check the return value of kstrdup()Xiaoke Wang1-2/+6
2021-10-26ALSA: gus: fix null pointer dereference on pointer blockChengfeng Ye1-0/+2
2021-10-17ALSA: ISA: not for M68KRandy Dunlap1-1/+1
2021-09-07ALSA: gus: Fix repeated probe for ISA interwave cardTakashi Iwai1-30/+31
2021-09-07ALSA: gus: Fix repeated probes of snd_gus_create()Takashi Iwai1-13/+31
2021-08-09ALSA: msnd: Use proper mmap methodTakashi Iwai1-2/+6
2021-08-05ALSA: es1688: Avoid devres management for es1688 object creationTakashi Iwai1-9/+20
2021-08-02Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+4
2021-07-21ALSA: sc6000: Use explicit cast for __iomem pointerTakashi Iwai1-2/+2
2021-07-20ALSA: sc6000: Assign vport directly on card's private_dataTakashi Iwai1-10/+9
2021-07-20ALSA: sc6000: Fix incorrect sizeof operatorColin Ian King1-1/+1
2021-07-20ALSA: opti9xx: fix missing { } around an if blockColin Ian King1-1/+2
2021-07-19ALSA: wavefront: Allocate resources with device-managed APIsTakashi Iwai1-37/+9
2021-07-19ALSA: sscape: Allocate resources with device-managed APIsTakashi Iwai1-72/+20
2021-07-19ALSA: sc6000: Allocate resources with device-managed APIsTakashi Iwai1-47/+26
2021-07-19ALSA: opl3sa2: Allocate resources with device-managed APIsTakashi Iwai1-49/+11
2021-07-19ALSA: opti9xx: Allocate resources with device-managed APIsTakashi Iwai2-112/+44
2021-07-19ALSA: msnd: Allocate resources with device-managed APIsTakashi Iwai1-91/+28
2021-07-19ALSA: gus: Allocate resources with device-managed APIsTakashi Iwai5-161/+68
2021-07-19ALSA: galaxy: Allocate resources with device-managed APIsTakashi Iwai1-49/+33
2021-07-19ALSA: es18xx: Allocate resources with device-managed APIsTakashi Iwai1-92/+20
2021-07-19ALSA: es1688: Allocate resources with device-managed APIsTakashi Iwai2-44/+18
2021-07-19ALSA: cs423x: Allocate resources with device-managed APIsTakashi Iwai2-60/+13
2021-07-19ALSA: cmi8330: Allocate resources with device-managed APIsTakashi Iwai1-23/+4
2021-07-19ALSA: cmi8328: Allocate resources with device-managed APIsTakashi Iwai1-21/+10
2021-07-19ALSA: azt2320: Allocate resources with device-managed APIsTakashi Iwai1-37/+12
2021-07-19ALSA: als100: Allocate resources with device-managed APIsTakashi Iwai1-31/+10
2021-07-19ALSA: adlib: Allocate resources with device-managed APIsTakashi Iwai1-22/+6
2021-07-19ALSA: ad1848: Allocate resources with device-managed APIsTakashi Iwai1-14/+5
2021-07-19ALSA: sb: Allocate resources with device-managed APIsTakashi Iwai5-189/+52
2021-07-19ALSA: wss: Allocate resources with device-managed APIsTakashi Iwai2-58/+11
2021-07-19ALSA: ad1816a: Allocate resources with device-managed APIsTakashi Iwai2-74/+16
2021-07-17ALSA: sb: Fix potential ABBA deadlock in CSP driverTakashi Iwai1-0/+4
2021-07-07ALSA: isa: Fix error return code in snd_cmi8330_probe()Zhen Lei1-1/+1
2021-06-24Merge tag 'asoc-fix-v5.13-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai3-23/+10
2021-06-09ALSA: isa: Fix assignment in if conditionTakashi Iwai2-4/+8
2021-06-09ALSA: azt2320: Fix assignment in if conditionTakashi Iwai1-7/+14
2021-06-09ALSA: als100: Fix assignment in if conditionTakashi Iwai1-6/+12
2021-06-09ALSA: cmi8330: Fix assignment in if conditionTakashi Iwai1-14/+23