summaryrefslogtreecommitdiffstats
path: root/sound/isa
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ALSA: cmi8328: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-21/+10
* | ALSA: azt2320: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-37/+12
* | ALSA: als100: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-31/+10
* | ALSA: adlib: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-22/+6
* | ALSA: ad1848: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-14/+5
* | ALSA: sb: Allocate resources with device-managed APIsTakashi Iwai2021-07-195-189/+52
* | ALSA: wss: Allocate resources with device-managed APIsTakashi Iwai2021-07-192-58/+11
* | ALSA: ad1816a: Allocate resources with device-managed APIsTakashi Iwai2021-07-192-74/+16
|/
* ALSA: isa: Fix error return code in snd_cmi8330_probe()Zhen Lei2021-07-071-1/+1
* Merge tag 'asoc-fix-v5.13-rc7' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2021-06-243-23/+10
|\
| * ALSA: sb8: Add a comment note regarding an unused pointerAtul Gopinathan2021-05-131-1/+5
| * Revert "ALSA: sb8: add a check for request_region"Greg Kroah-Hartman2021-05-131-4/+0
| * Revert "ALSA: gus: add a check of the status of snd_ctl_add"Greg Kroah-Hartman2021-05-131-11/+2
| * Revert "ALSA: sb: fix a missing check of snd_ctl_add"Greg Kroah-Hartman2021-05-131-7/+3
* | ALSA: isa: Fix assignment in if conditionTakashi Iwai2021-06-092-4/+8
* | ALSA: azt2320: Fix assignment in if conditionTakashi Iwai2021-06-091-7/+14
* | ALSA: als100: Fix assignment in if conditionTakashi Iwai2021-06-091-6/+12
* | ALSA: cmi8330: Fix assignment in if conditionTakashi Iwai2021-06-091-14/+23
* | ALSA: es18xx: Fix assignment in if conditionTakashi Iwai2021-06-091-17/+34
* | ALSA: opl3sa2: Fix assignment in if conditionTakashi Iwai2021-06-091-24/+44
* | ALSA: opti9xx: Fix assignment in if conditionTakashi Iwai2021-06-092-18/+36
* | ALSA: cs423x: Fix assignment in if conditionTakashi Iwai2021-06-092-11/+22
* | ALSA: wavefront: Fix assignment in if conditionTakashi Iwai2021-06-093-32/+50
* | ALSA: ad1816a: Fix assignment in if conditionTakashi Iwai2021-06-092-18/+32
* | ALSA: gus: Fix assignment in if conditionTakashi Iwai2021-06-099-67/+124
* | ALSA: sb: Fix potential double-free of CSP mixer elementsTakashi Iwai2021-06-091-2/+6
* | ALSA: sb: Minor coding style fixesTakashi Iwai2021-06-092-15/+14
* | ALSA: sb: Fix assignment in if conditionTakashi Iwai2021-06-0911-89/+130