Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b0d94acd634a5cff7fe5fc46131a23997e8d0f60
/
sound
/
isa
/
gus
66470c9
ALSA: gus: remove checks for CONFIG_SND_DEBUG_ROM
by Paul Bolle
· 10 years ago
4323cc4
ALSA: isa: Convert to snd_card_new() with a device pointer
by Takashi Iwai
· 11 years ago
663819f
ALSA: don't push static constants on stack for %*ph
by Andy Shevchenko
· 11 years ago
8b5a1f9
ALSA: ISA: Remove superfluous *_set_drvdata(NULL) calls
by Takashi Iwai
· 11 years ago
1bff292
ALSA: isa: remove __dev* attributes
by Bill Pemberton
· 12 years ago
793ea49
ALSA: print small buffers via %*ph[C]
by Andy Shevchenko
· 12 years ago
a67ff6a
ALSA: module_param: make bool parameters really bool
by Rusty Russell
· 13 years ago
d81a6d7
sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed
by Paul Gortmaker
· 13 years ago
da155d5
sound: Add module.h to the previously silent sound users
by Paul Gortmaker
· 13 years ago
65a7721
sound: fix drivers needing module.h not moduleparam.h
by Paul Gortmaker
· 13 years ago
88e24c3
sound: irq: Remove IRQF_DISABLED
by Yong Zhang
· 13 years ago
dba8b46
ALSA: mpu401: clean up interrupt specification
by Clemens Ladisch
· 13 years ago
9fe856e
sound: Remove unnecessary casts of private_data
by Joe Perches
· 14 years ago
5e8aa85
Merge branch 'topic/misc' into for-linus
by Takashi Iwai
· 14 years ago
396fa82
ALSA: es1688: allocate snd_es1688 structure as a part of snd_card structure
by Krzysztof Helt
· 15 years ago
73029e0
ALSA: info - Implement common llseek for binary mode
by Takashi Iwai
· 15 years ago
d97e1b7
ALSA: info - Check file position validity in common layer
by Takashi Iwai
· 15 years ago
24e4a12
ALSA: info - Use standard types for info callbacks
by Takashi Iwai
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
0d64b56
ALSA: sound/isa/gus: Correct code taking the size of a pointer
by Julia Lawall
· 15 years ago
fcb2954
ALSA: sound/isa: convert nested spin_lock_irqsave to spin_lock
by Julia Lawall
· 15 years ago
82ced6f
ALSA: Add missing __devexit_p() markers
by Jean Delvare
· 15 years ago
96cf45c
Merge branch 'topic/snd_card_new-err' into topic/cs423x-merge
by Takashi Iwai
· 16 years ago
91f0506
ALSA: gus - Add missing KERN_* prefix to printk
by Takashi Iwai
· 16 years ago
0a898e6
ALSA: gus: update debug messages
by Krzysztof Helt
· 16 years ago
3e7fb9f
ALSA: Return proper error code at probe in sound/isa/*
by Takashi Iwai
· 16 years ago
c95eadd
ALSA: Convert to snd_card_create() in sound/isa/*
by Takashi Iwai
· 16 years ago
0418ff0
ALSA: remove direct access of dev->bus_id in sound/isa/*
by Takashi Iwai
· 16 years ago
622207d
ALSA: Kill snd_assert() in sound/isa/*
by Takashi Iwai
· 16 years ago
7779f75
ALSA: wss_lib: rename cs4321_foo to wss_foo
by Krzysztof Helt
· 16 years ago
61ef19d
ALSA: wss_lib: rename cs4231.h into wss.h
by Krzysztof Helt
· 16 years ago
9004acc
[ALSA] Remove sound/driver.h
by Takashi Iwai
· 17 years ago
109c53f84
[ALSA] sound/isa: kill pnp_resource_change
by Rene Herman
· 17 years ago
e5723b4
[ALSA] Remove sequencer instrument layer
by Takashi Iwai
· 17 years ago
c2cbdbb
[ALSA] fix bootup crash in snd_gus_interrupt()
by Ingo Molnar
· 17 years ago
c1017a4
[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz
by Jaroslav Kysela
· 17 years ago
a5ce889
[ALSA] Clean up with common snd_ctl_boolean_*_info callbacks
by Takashi Iwai
· 17 years ago
609d769
[ALSA] Fix probe of non-PnP ISA devices
by Rene Herman
· 17 years ago
83c51c0
[ALSA] isa_bus device/driver naming
by Rene Herman
· 18 years ago
5e24c1c
[ALSA] Port the rest of ALSA ISA drivers to isa_driver
by Takashi Iwai
· 18 years ago
442f4f3
[ALSA] gusextreme: set codec_flag
by Rene Herman
· 18 years ago
b44dfe1
[ALSA] isa_bus: gusextreeme
by Rene Herman
· 18 years ago
93f02c6
[ALSA] isa_bus: gusclassic
by Rene Herman
· 18 years ago
788c604
[ALSA] Fix __devinit and __devexit issues with sound drivers
by Prarit Bhargava
· 18 years ago
377a4f7
[ALSA] sound/isa/gus/gus_main.c: Use abs() instead of x < 0 ? -x : x.
by Peter Eriksen
· 18 years ago
7ab3992
[ALSA] use the ALIGN macro
by Clemens Ladisch
· 18 years ago
4a81a21
[ALSA] sound/isa/gus/interwave.c: check kmalloc() return value
by Amit Choudhary
· 18 years ago
c7bec5a
Various drivers' irq handlers: kill dead code, needless casts
by Jeff Garzik
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
d158da8
[ALSA] gus: Use SEEK_{SET,CUR,END} instead of hardcoded values
by Josef 'Jeff' Sipek
· 18 years ago
d35367e
[ALSA] make sound/isa/gus/gusextreme.c:devices static
by Adrian Bunk
· 18 years ago
65ca68b
[PATCH] irq-flags: sound: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
aa0a2dd
[PATCH] 64bit resource: fix up printks for resources in sound drivers
by Greg Kroah-Hartman
· 18 years ago
6581f4e
[ALSA] Remove zero-initialization of static variables
by Takashi Iwai
· 18 years ago
450047a
[ALSA] add more sequencer port type information bits
by Clemens Ladisch
· 19 years ago
bf85020
[ALSA] Remove unneeded read/write_size fields in proc text ops
by Takashi Iwai
· 19 years ago
dcccdd9
[ALSA] unregister platform device again if probe was unsuccessful
by Rene Herman
· 19 years ago
d0ac642
[ALSA] continue on IS_ERR from platform device registration
by Rene Herman
· 19 years ago
ebdb71e
[PATCH] PNP: adjust pnp_register_card_driver() signature: interwave
by Bjorn Helgaas
· 19 years ago
d61975f
[ALSA] Fix gus_pcm dereference before NULL
by Eugene Teo
· 19 years ago
8278ca8
[ALSA] Fix check of enable module option
by Takashi Iwai
· 19 years ago
8b7547f
[ALSA] semaphore -> mutex (ISA part)
by Ingo Molnar
· 19 years ago
1d79716
[ALSA] Fix adding second dma channel
by Alexey Dobriyan
· 19 years ago
7b6d924
[ALSA] seq: set client name in snd_seq_create_kernel_client()
by Clemens Ladisch
· 19 years ago
83e8ad6
[ALSA] seq: remove struct snd_seq_client_callback
by Clemens Ladisch
· 19 years ago
f7a9275
[ALSA] unregister platform devices
by Clemens Ladisch
· 19 years ago
654aa66
[ALSA] gus - Use platform_device
by Takashi Iwai
· 19 years ago
5e2da20
[ALSA] Remove xxx_t typedefs: ISA GUS
by Takashi Iwai
· 19 years ago
c3e6f7d
[ALSA] Remove superfluous pcm_free callbacks
by Takashi Iwai
· 19 years ago
8433a50
[ALSA] Fix schedule_timeout usage
by Nishanth Aravamudan
· 19 years ago
99b359b
[ALSA] Add missing KERN_* suffix to printk
by Takashi Iwai
· 19 years ago
b1d5776
[ALSA] Remove vmalloc wrapper, kfree_nocheck()
by Takashi Iwai
· 19 years ago
9e76a76
[ALSA] Replace with kzalloc() - isa stuff
by Takashi Iwai
· 19 years ago
43bcd97
[ALSA] Add snd_card_set_generic_dev() call to ISA drivers
by Takashi Iwai
· 19 years ago
a53fc18
[ALSA] make local objects static
by Clemens Ladisch
· 19 years ago
5b738ba
[ALSA] fix compiler warning
by Henrik Kretzschmar
· 19 years ago
543537b
[PATCH] create a kstrdup library function
by Paulo Marques
· 19 years ago
4d57277
[ALSA] Remove redundant NULL checks before kfree
by Jesper Juhl
· 19 years ago
209ac85
[ALSA] sound/isa/: cleanups
by Adrian Bunk
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago