summaryrefslogtreecommitdiff
path: root/sound/isa
AgeCommit message (Expand)AuthorFilesLines
2024-10-04ALSA: gus: Fix some error handling paths related to get_bpos() usageChristophe JAILLET1-2/+2
2024-08-08ALSA: wss: Use standard print APITakashi Iwai1-88/+90
2024-08-08ALSA: wavefront: Use standard print APITakashi Iwai4-150/+158
2024-08-08ALSA: sscape: Use standard print APITakashi Iwai1-48/+48
2024-08-08ALSA: sc6000: Use standard print APITakashi Iwai1-87/+90
2024-08-08ALSA: sb: Use standard print APITakashi Iwai10-94/+105
2024-08-08ALSA: opti9xx: Use standard print APITakashi Iwai2-107/+118
2024-08-08ALSA: opl3sa2: Use standard print APITakashi Iwai1-24/+22
2024-08-08ALSA: msnd: Use standard print APITakashi Iwai3-122/+112
2024-08-08ALSA: gus: Use standard print APITakashi Iwai13-179/+267
2024-08-08ALSA: es18xx: Use standard print APITakashi Iwai1-41/+46
2024-08-08ALSA: es1688: Use standard print APITakashi Iwai2-27/+30
2024-08-08ALSA: cs4236: Use standard print APITakashi Iwai2-42/+45
2024-08-08ALSA: cmi8330: Use standard print APITakashi Iwai1-19/+17
2024-08-08ALSA: cmi8328: Use standard print APITakashi Iwai1-21/+21
2024-08-08ALSA: azt2320: Use standard print APITakashi Iwai1-8/+6
2024-08-08ALSA: als100: Use standard print APITakashi Iwai1-9/+7
2024-08-08ALSA: ad1816a: Use standard print APITakashi Iwai2-16/+16
2024-06-18ALSA: sb: Drop NULL check for snd_ctl_remove()Takashi Iwai2-12/+6
2024-05-08ALSA: isa: Use *-y instead of *-objs in MakefileTakashi Iwai12-41/+41
2024-04-07ALSA: emux: centralize & improve patch info validationOswald Buddenhagen1-13/+0
2023-11-20ALSA: wavefront: copy userspace array safelyPhilipp Stanner1-3/+3
2023-09-15ALSA: cs4231: Fix -Wformat-truncation warning for longname stringTakashi Iwai1-6/+6
2023-09-15ALSA: ad1848: Fix -Wformat-truncation warning for longname stringTakashi Iwai1-6/+6
2023-09-15ALSA: opti9x: Fix -Wformat-truncation warningTakashi Iwai2-12/+12
2023-09-15ALSA: es1688: Fix -Wformat-truncation warningTakashi Iwai1-3/+3
2023-09-15ALSA: cs4236: Fix -Wformat-truncation warningTakashi Iwai1-7/+7
2023-09-15ALSA: sscape: Fix -Wformat-truncation warningTakashi Iwai1-1/+1
2023-09-02ALSA: sb: Fix wrong argument in commented codeTakashi Iwai1-1/+1
2023-08-18ALSA: emu8000: Convert to generic PCM copy opsTakashi Iwai1-58/+16
2023-08-18ALSA: gus: Convert to generic PCM copy opsTakashi Iwai1-20/+3
2023-07-20ALSA: control: Take controls_rwsem lock in snd_ctl_remove()Takashi Iwai2-4/+0
2023-06-26Merge branch 'for-next' into for-linusTakashi Iwai1-0/+1
2023-06-06ALSA: gus: Fix kctl->id initializationTakashi Iwai1-1/+1
2023-05-22ALSA: add HAS_IOPORT dependenciesNiklas Schnelle1-0/+1
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/...Linus 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