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