| Commit message (Expand) | Author | Age | Files | Lines |
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2017-03-02 | 6 | -1/+9 |
* | ALSA: isa: Constify snd_rawmidi_ops | Takashi Iwai | 2017-01-12 | 4 | -7/+7 |
* | ALSA: adlib: Utilize the module_isa_driver macro | William Breathitt Gray | 2016-06-01 | 1 | -12/+1 |
* | ALSA: galaxy: Utilize the module_isa_driver macro | William Breathitt Gray | 2016-06-01 | 1 | -12/+1 |
* | ALSA: sc6000: Utilize the module_isa_driver macro | William Breathitt Gray | 2016-06-01 | 1 | -12/+1 |
* | ALSA: gusclassic: Utilize the module_isa_driver macro | William Breathitt Gray | 2016-06-01 | 1 | -12/+1 |
* | ALSA: gusextreme: Utilize the module_isa_driver macro | William Breathitt Gray | 2016-06-01 | 1 | -12/+1 |
* | ALSA: gusmax: Utilize the module_isa_driver macro | William Breathitt Gray | 2016-06-01 | 1 | -12/+1 |
* | ALSA: cs4231: Utilize the module_isa_driver macro | William Breathitt Gray | 2016-06-01 | 1 | -12/+1 |
* | ALSA: cmi8328: Utilize the module_isa_driver macro | William Breathitt Gray | 2016-06-01 | 1 | -12/+1 |
* | ALSA: ad1848: Utilize the module_isa_driver macro | William Breathitt Gray | 2016-06-01 | 1 | -12/+1 |
* | ALSA: jazz16: Utilize the module_isa_driver macro | William Breathitt Gray | 2016-06-01 | 1 | -12/+1 |
* | ALSA: sb8: Utilize the module_isa_driver macro | William Breathitt Gray | 2016-06-01 | 1 | -12/+1 |
* | ALSA: isa/wavefront: prevent some out of bound writes | Dan Carpenter | 2016-05-08 | 1 | -0/+9 |
* | ALSA: sscape: Use correct format identifier for size_t | William Breathitt Gray | 2016-04-11 | 1 | -1/+1 |
* | ALSA: Add missing dependency on CONFIG_SND_TIMER | Takashi Iwai | 2016-01-27 | 1 | -0/+4 |
* | ALSA: gus: use swap() in snd_ics_put_double() | Fabian Frederick | 2015-06-12 | 1 | -6/+3 |
* | sound: Deparenthesize negative error returns | Joe Perches | 2015-03-24 | 2 | -16/+16 |
* | Merge branch 'for-linus' into for-next | Takashi Iwai | 2015-03-09 | 1 | -1/+2 |
|\ |
|
| * | ALSA: msnd: add some missing curly braces | Dan Carpenter | 2015-03-05 | 1 | -1/+2 |
* | | ALSA: seq: Define driver object in each driver | Takashi Iwai | 2015-02-12 | 1 | -20/+15 |
|/ |
|
* | ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/* | Takashi Iwai | 2015-01-28 | 2 | -2/+2 |
* | ALSA: Include linux/io.h instead of asm/io.h | Takashi Iwai | 2015-01-28 | 18 | -19/+18 |
* | ALSA: sscape: add missing include of linux/io.h | Arnd Bergmann | 2015-01-28 | 1 | -0/+1 |
* | ALSA: wavefront: Use setup_timer() and mod_timer() | Takashi Iwai | 2015-01-19 | 1 | -7/+5 |
* | ALSA: sb: Use setup_timer() and mod_timer() | Takashi Iwai | 2015-01-19 | 2 | -14/+8 |
* | ALSA: log emu8000 DRAM size at level INFO | David Flater | 2015-01-12 | 1 | -1/+1 |
* | ALSA: fix emu8000 DRAM sizing for AWE64 Value | David Flater | 2015-01-12 | 1 | -16/+15 |
* | ALSA: Deletion of checks before the function call "iounmap" | Markus Elfring | 2015-01-04 | 1 | -2/+1 |
* | ALSA: sb: Delete an unnecessary check before the function call "snd_emux_free" | Markus Elfring | 2015-01-04 | 1 | -2/+1 |
* | ALSA: wss: Remove (almost) always NULL parameters | Lars-Peter Clausen | 2015-01-02 | 16 | -64/+48 |
* | ASoC: sb16: Simplify snd_sb16dsp_pcm() | Lars-Peter Clausen | 2015-01-02 | 3 | -8/+4 |
* | ALSA: sb8: Remove always NULL parameters | Lars-Peter Clausen | 2015-01-02 | 4 | -13/+5 |
* | ALSA: msnd: Remove always NULL parameter | Lars-Peter Clausen | 2015-01-02 | 3 | -7/+3 |
* | ALSA: gus: Remove always NULL parameters | Lars-Peter Clausen | 2015-01-02 | 6 | -17/+9 |
* | ALSA: es18xx: Remove always NULL parameter | Lars-Peter Clausen | 2015-01-02 | 1 | -8/+2 |
* | ALSA: es1688: Remove almost always NULL parameter | Lars-Peter Clausen | 2015-01-02 | 3 | -10/+5 |
* | ALSA: ad1816a: Remove always NULL parameters | Lars-Peter Clausen | 2015-01-02 | 2 | -10/+4 |
* | ALSA: gus: Remove unused gus_instr.c | Takashi Iwai | 2014-12-26 | 1 | -172/+0 |
* | ALSA: sb: Deletion of unnecessary checks before two function calls | Markus Elfring | 2014-11-21 | 2 | -4/+2 |
* | ALSA: es1688_lib: Deletion of an unnecessary check before the function call "... | Markus Elfring | 2014-11-21 | 1 | -2/+1 |
* | ALSA: es18xx: Add GPO controls | Ondrej Zary | 2014-11-04 | 1 | -10/+42 |
* | ALSA: wss: Use snd_ctl_enum_info() | Takashi Iwai | 2014-10-21 | 1 | -11/+5 |
* | ALSA: sb16: Use snd_ctl_enum_info() | Takashi Iwai | 2014-10-21 | 2 | -33/+8 |
* | ALSA: msnd: Use snd_ctl_enum_info() | Takashi Iwai | 2014-10-21 | 1 | -9/+2 |
* | ALSA: es18xx: Use snd_ctl_enum_info() | Takashi Iwai | 2014-10-21 | 1 | -21/+5 |
* | ALSA: es1688: Use snd_ctl_enum_info() | Takashi Iwai | 2014-10-21 | 1 | -8/+2 |
* | ALSA: ad1816a: Use snd_ctl_enum_info() | Takashi Iwai | 2014-10-21 | 1 | -8/+2 |
* | ALSA: gus: remove checks for CONFIG_SND_DEBUG_ROM | Paul Bolle | 2014-05-30 | 1 | -6/+0 |
* | ALSA: sb_mixer: missing return statement | Dan Carpenter | 2014-05-14 | 1 | -6/+8 |