Age | Commit message (Expand) | Author | Files | Lines |
2021-12-13 | ALSA: gus: Fix memory leaks at memory allocator error paths | Takashi Iwai | 1 | -12/+12 |
2021-12-13 | ALSA: gus: Fix erroneous memory allocation | Takashi Iwai | 1 | -1/+1 |
2021-12-13 | ALSA: sound/isa/gus: check the return value of kstrdup() | Xiaoke Wang | 1 | -2/+6 |
2021-10-26 | ALSA: gus: fix null pointer dereference on pointer block | Chengfeng Ye | 1 | -0/+2 |
2021-10-17 | ALSA: ISA: not for M68K | Randy Dunlap | 1 | -1/+1 |
2021-09-07 | ALSA: gus: Fix repeated probe for ISA interwave card | Takashi Iwai | 1 | -30/+31 |
2021-09-07 | ALSA: gus: Fix repeated probes of snd_gus_create() | Takashi Iwai | 1 | -13/+31 |
2021-08-09 | ALSA: msnd: Use proper mmap method | Takashi Iwai | 1 | -2/+6 |
2021-08-05 | ALSA: es1688: Avoid devres management for es1688 object creation | Takashi Iwai | 1 | -9/+20 |
2021-08-02 | Merge branch 'for-linus' into for-next | Takashi Iwai | 1 | -0/+4 |
2021-07-21 | ALSA: sc6000: Use explicit cast for __iomem pointer | Takashi Iwai | 1 | -2/+2 |
2021-07-20 | ALSA: sc6000: Assign vport directly on card's private_data | Takashi Iwai | 1 | -10/+9 |
2021-07-20 | ALSA: sc6000: Fix incorrect sizeof operator | Colin Ian King | 1 | -1/+1 |
2021-07-20 | ALSA: opti9xx: fix missing { } around an if block | Colin Ian King | 1 | -1/+2 |
2021-07-19 | ALSA: wavefront: Allocate resources with device-managed APIs | Takashi Iwai | 1 | -37/+9 |
2021-07-19 | ALSA: sscape: Allocate resources with device-managed APIs | Takashi Iwai | 1 | -72/+20 |
2021-07-19 | ALSA: sc6000: Allocate resources with device-managed APIs | Takashi Iwai | 1 | -47/+26 |
2021-07-19 | ALSA: opl3sa2: Allocate resources with device-managed APIs | Takashi Iwai | 1 | -49/+11 |
2021-07-19 | ALSA: opti9xx: Allocate resources with device-managed APIs | Takashi Iwai | 2 | -112/+44 |
2021-07-19 | ALSA: msnd: Allocate resources with device-managed APIs | Takashi Iwai | 1 | -91/+28 |
2021-07-19 | ALSA: gus: Allocate resources with device-managed APIs | Takashi Iwai | 5 | -161/+68 |
2021-07-19 | ALSA: galaxy: Allocate resources with device-managed APIs | Takashi Iwai | 1 | -49/+33 |
2021-07-19 | ALSA: es18xx: Allocate resources with device-managed APIs | Takashi Iwai | 1 | -92/+20 |
2021-07-19 | ALSA: es1688: Allocate resources with device-managed APIs | Takashi Iwai | 2 | -44/+18 |
2021-07-19 | ALSA: cs423x: Allocate resources with device-managed APIs | Takashi Iwai | 2 | -60/+13 |
2021-07-19 | ALSA: cmi8330: Allocate resources with device-managed APIs | Takashi Iwai | 1 | -23/+4 |
2021-07-19 | ALSA: cmi8328: Allocate resources with device-managed APIs | Takashi Iwai | 1 | -21/+10 |
2021-07-19 | ALSA: azt2320: Allocate resources with device-managed APIs | Takashi Iwai | 1 | -37/+12 |
2021-07-19 | ALSA: als100: Allocate resources with device-managed APIs | Takashi Iwai | 1 | -31/+10 |
2021-07-19 | ALSA: adlib: Allocate resources with device-managed APIs | Takashi Iwai | 1 | -22/+6 |
2021-07-19 | ALSA: ad1848: Allocate resources with device-managed APIs | Takashi Iwai | 1 | -14/+5 |
2021-07-19 | ALSA: sb: Allocate resources with device-managed APIs | Takashi Iwai | 5 | -189/+52 |
2021-07-19 | ALSA: wss: Allocate resources with device-managed APIs | Takashi Iwai | 2 | -58/+11 |
2021-07-19 | ALSA: ad1816a: Allocate resources with device-managed APIs | Takashi Iwai | 2 | -74/+16 |
2021-07-17 | ALSA: sb: Fix potential ABBA deadlock in CSP driver | Takashi Iwai | 1 | -0/+4 |
2021-07-07 | ALSA: isa: Fix error return code in snd_cmi8330_probe() | Zhen Lei | 1 | -1/+1 |
2021-06-24 | Merge tag 'asoc-fix-v5.13-rc7' of https://git.kernel.org/pub/scm/linux/kernel... | Takashi Iwai | 3 | -23/+10 |
2021-06-09 | ALSA: isa: Fix assignment in if condition | Takashi Iwai | 2 | -4/+8 |
2021-06-09 | ALSA: azt2320: Fix assignment in if condition | Takashi Iwai | 1 | -7/+14 |
2021-06-09 | ALSA: als100: Fix assignment in if condition | Takashi Iwai | 1 | -6/+12 |
2021-06-09 | ALSA: cmi8330: Fix assignment in if condition | Takashi Iwai | 1 | -14/+23 |
2021-06-09 | ALSA: es18xx: Fix assignment in if condition | Takashi Iwai | 1 | -17/+34 |
2021-06-09 | ALSA: opl3sa2: Fix assignment in if condition | Takashi Iwai | 1 | -24/+44 |
2021-06-09 | ALSA: opti9xx: Fix assignment in if condition | Takashi Iwai | 2 | -18/+36 |
2021-06-09 | ALSA: cs423x: Fix assignment in if condition | Takashi Iwai | 2 | -11/+22 |
2021-06-09 | ALSA: wavefront: Fix assignment in if condition | Takashi Iwai | 3 | -32/+50 |
2021-06-09 | ALSA: ad1816a: Fix assignment in if condition | Takashi Iwai | 2 | -18/+32 |
2021-06-09 | ALSA: gus: Fix assignment in if condition | Takashi Iwai | 9 | -67/+124 |
2021-06-09 | ALSA: sb: Fix potential double-free of CSP mixer elements | Takashi Iwai | 1 | -2/+6 |
2021-06-09 | ALSA: sb: Minor coding style fixes | Takashi Iwai | 2 | -15/+14 |