summaryrefslogtreecommitdiffstats
path: root/sound/isa
Commit message (Expand)AuthorAgeFilesLines
* ALSA: wss: Use standard print APITakashi Iwai2024-08-081-88/+90
* ALSA: wavefront: Use standard print APITakashi Iwai2024-08-084-150/+158
* ALSA: sscape: Use standard print APITakashi Iwai2024-08-081-48/+48
* ALSA: sc6000: Use standard print APITakashi Iwai2024-08-081-87/+90
* ALSA: sb: Use standard print APITakashi Iwai2024-08-0810-94/+105
* ALSA: opti9xx: Use standard print APITakashi Iwai2024-08-082-107/+118
* ALSA: opl3sa2: Use standard print APITakashi Iwai2024-08-081-24/+22
* ALSA: msnd: Use standard print APITakashi Iwai2024-08-083-122/+112
* ALSA: gus: Use standard print APITakashi Iwai2024-08-0813-179/+267
* ALSA: es18xx: Use standard print APITakashi Iwai2024-08-081-41/+46
* ALSA: es1688: Use standard print APITakashi Iwai2024-08-082-27/+30
* ALSA: cs4236: Use standard print APITakashi Iwai2024-08-082-42/+45
* ALSA: cmi8330: Use standard print APITakashi Iwai2024-08-081-19/+17
* ALSA: cmi8328: Use standard print APITakashi Iwai2024-08-081-21/+21
* ALSA: azt2320: Use standard print APITakashi Iwai2024-08-081-8/+6
* ALSA: als100: Use standard print APITakashi Iwai2024-08-081-9/+7
* ALSA: ad1816a: Use standard print APITakashi Iwai2024-08-082-16/+16
* ALSA: sb: Drop NULL check for snd_ctl_remove()Takashi Iwai2024-06-182-12/+6
* ALSA: isa: Use *-y instead of *-objs in MakefileTakashi Iwai2024-05-0812-41/+41
* ALSA: emux: centralize & improve patch info validationOswald Buddenhagen2024-04-071-13/+0
* 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