summaryrefslogtreecommitdiffstats
path: root/sound/isa
Commit message (Expand)AuthorAgeFilesLines
* ALSA: wavefront: copy userspace array safelyPhilipp Stanner2023-11-201-3/+3
* ALSA: cs4231: Fix -Wformat-truncation warning for longname stringTakashi Iwai2023-09-151-6/+6
* ALSA: ad1848: Fix -Wformat-truncation warning for longname stringTakashi Iwai2023-09-151-6/+6
* ALSA: opti9x: Fix -Wformat-truncation warningTakashi Iwai2023-09-152-12/+12
* ALSA: es1688: Fix -Wformat-truncation warningTakashi Iwai2023-09-151-3/+3
* ALSA: cs4236: Fix -Wformat-truncation warningTakashi Iwai2023-09-151-7/+7
* ALSA: sscape: Fix -Wformat-truncation warningTakashi Iwai2023-09-151-1/+1
* ALSA: sb: Fix wrong argument in commented codeTakashi Iwai2023-09-021-1/+1
* ALSA: emu8000: Convert to generic PCM copy opsTakashi Iwai2023-08-181-58/+16
* ALSA: gus: Convert to generic PCM copy opsTakashi Iwai2023-08-181-20/+3
* ALSA: control: Take controls_rwsem lock in snd_ctl_remove()Takashi Iwai2023-07-202-4/+0
* Merge branch 'for-next' into for-linusTakashi Iwai2023-06-261-0/+1
|\
| * ALSA: add HAS_IOPORT dependenciesNiklas Schnelle2023-05-221-0/+1
* | ALSA: gus: Fix kctl->id initializationTakashi Iwai2023-06-061-1/+1
|/
* ALSA: sb: Use DIV_ROUND_UP() instead of open-coding itShang XiaoJing2022-09-291-1/+1
* ALSA: es18xx: Remove the unneeded result variableye xingchen2022-09-201-4/+1
* ALSA: wavefront: remove redundant assignment to pointer endColin Ian King2022-07-041-2/+0
* Merge tag 'm68knommu-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-301-1/+1
|\
| * m68k: coldfire: drop ISA_DMA_API supportArnd Bergmann2022-05-161-1/+1
* | ALSA: wavefront: Proper check of get_user() errorTakashi Iwai2022-05-101-1/+2
|/
* ALSA: sc6000: Fix the missing snd_card_free() call at probe errorTakashi Iwai2022-04-121-1/+6
* ALSA: galaxy: Fix the missing snd_card_free() call at probe errorTakashi Iwai2022-04-121-1/+6
* ALSA: cs4236: fix an incorrect NULL check on list iteratorXiaomeng Tong2022-03-271-3/+5
* ALSA: gus: Fix memory leaks at memory allocator error pathsTakashi Iwai2021-12-131-12/+12
* ALSA: gus: Fix erroneous memory allocationTakashi Iwai2021-12-131-1/+1
* ALSA: sound/isa/gus: check the return value of kstrdup()Xiaoke Wang2021-12-131-2/+6
* ALSA: gus: fix null pointer dereference on pointer blockChengfeng Ye2021-10-261-0/+2
* ALSA: ISA: not for M68KRandy Dunlap2021-10-171-1/+1
* ALSA: gus: Fix repeated probe for ISA interwave cardTakashi Iwai2021-09-071-30/+31
* ALSA: gus: Fix repeated probes of snd_gus_create()Takashi Iwai2021-09-071-13/+31
* ALSA: msnd: Use proper mmap methodTakashi Iwai2021-08-091-2/+6
* ALSA: es1688: Avoid devres management for es1688 object creationTakashi Iwai2021-08-051-9/+20
* Merge branch 'for-linus' into for-nextTakashi Iwai2021-08-021-0/+4
|\
| * ALSA: sb: Fix potential ABBA deadlock in CSP driverTakashi Iwai2021-07-171-0/+4
* | ALSA: sc6000: Use explicit cast for __iomem pointerTakashi Iwai2021-07-211-2/+2
* | ALSA: sc6000: Assign vport directly on card's private_dataTakashi Iwai2021-07-201-10/+9
* | ALSA: sc6000: Fix incorrect sizeof operatorColin Ian King2021-07-201-1/+1
* | ALSA: opti9xx: fix missing { } around an if blockColin Ian King2021-07-201-1/+2
* | ALSA: wavefront: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-37/+9
* | ALSA: sscape: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-72/+20
* | ALSA: sc6000: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-47/+26
* | ALSA: opl3sa2: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-49/+11
* | ALSA: opti9xx: Allocate resources with device-managed APIsTakashi Iwai2021-07-192-112/+44
* | ALSA: msnd: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-91/+28
* | ALSA: gus: Allocate resources with device-managed APIsTakashi Iwai2021-07-195-161/+68
* | ALSA: galaxy: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-49/+33
* | ALSA: es18xx: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-92/+20
* | ALSA: es1688: Allocate resources with device-managed APIsTakashi Iwai2021-07-192-44/+18
* | ALSA: cs423x: Allocate resources with device-managed APIsTakashi Iwai2021-07-192-60/+13
* | ALSA: cmi8330: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-23/+4