summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-04-20ALSA: sb8: add a check for request_regionKangjie Lu1-0/+4
2018-12-05ALSA: wss: Fix invalid snd_free_pages() at error pathTakashi Iwai1-2/+0
2018-09-26ALSA: msnd: Fix the default sample sizesTakashi Iwai1-2/+2
2017-09-13ALSA: msnd: Optimize / harden DSP and MIDI loopsTakashi Iwai2-26/+27
2016-06-01ALSA: adlib: Utilize the module_isa_driver macroWilliam Breathitt Gray1-12/+1
2016-06-01ALSA: galaxy: Utilize the module_isa_driver macroWilliam Breathitt Gray1-12/+1
2016-06-01ALSA: sc6000: Utilize the module_isa_driver macroWilliam Breathitt Gray1-12/+1
2016-06-01ALSA: gusclassic: Utilize the module_isa_driver macroWilliam Breathitt Gray1-12/+1
2016-06-01ALSA: gusextreme: Utilize the module_isa_driver macroWilliam Breathitt Gray1-12/+1
2016-06-01ALSA: gusmax: Utilize the module_isa_driver macroWilliam Breathitt Gray1-12/+1
2016-06-01ALSA: cs4231: Utilize the module_isa_driver macroWilliam Breathitt Gray1-12/+1
2016-06-01ALSA: cmi8328: Utilize the module_isa_driver macroWilliam Breathitt Gray1-12/+1
2016-06-01ALSA: ad1848: Utilize the module_isa_driver macroWilliam Breathitt Gray1-12/+1
2016-06-01ALSA: jazz16: Utilize the module_isa_driver macroWilliam Breathitt Gray1-12/+1
2016-06-01ALSA: sb8: Utilize the module_isa_driver macroWilliam Breathitt Gray1-12/+1
2016-05-08ALSA: isa/wavefront: prevent some out of bound writesDan Carpenter1-0/+9
2016-04-11ALSA: sscape: Use correct format identifier for size_tWilliam Breathitt Gray1-1/+1
2016-01-27ALSA: Add missing dependency on CONFIG_SND_TIMERTakashi Iwai3-0/+8
2015-06-12ALSA: gus: use swap() in snd_ics_put_double()Fabian Frederick1-6/+3
2015-03-24sound: Deparenthesize negative error returnsJoe Perches4-21/+21
2015-03-09Merge branch 'for-linus' into for-nextTakashi Iwai325-1945/+3546
2015-03-05ALSA: msnd: add some missing curly bracesDan Carpenter1-1/+2
2015-02-12ALSA: seq: Define driver object in each driverTakashi Iwai10-191/+124
2015-01-28ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/*Takashi Iwai8-8/+8
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai100-111/+100
2015-01-28ALSA: sscape: add missing include of linux/io.hArnd Bergmann1-0/+1
2015-01-19ALSA: wavefront: Use setup_timer() and mod_timer()Takashi Iwai1-7/+5
2015-01-19ALSA: sb: Use setup_timer() and mod_timer()Takashi Iwai2-14/+8
2015-01-12ALSA: log emu8000 DRAM size at level INFODavid Flater1-1/+1
2015-01-12ALSA: fix emu8000 DRAM sizing for AWE64 ValueDavid Flater1-16/+15
2015-01-04ALSA: Deletion of checks before the function call "iounmap"Markus Elfring26-90/+43
2015-01-04ALSA: sb: Delete an unnecessary check before the function call "snd_emux_free"Markus Elfring1-2/+1
2015-01-02ALSA: wss: Remove (almost) always NULL parametersLars-Peter Clausen17-67/+51
2015-01-02ASoC: sb16: Simplify snd_sb16dsp_pcm()Lars-Peter Clausen5-10/+6
2015-01-02ALSA: sb8: Remove always NULL parametersLars-Peter Clausen5-15/+7
2015-01-02ALSA: msnd: Remove always NULL parameterLars-Peter Clausen3-7/+3
2015-01-02ALSA: gus: Remove always NULL parametersLars-Peter Clausen7-19/+11
2015-01-02ALSA: es18xx: Remove always NULL parameterLars-Peter Clausen1-8/+2
2015-01-02ALSA: es1688: Remove almost always NULL parameterLars-Peter Clausen4-12/+6
2015-01-02ALSA: ad1816a: Remove always NULL parametersLars-Peter Clausen3-13/+6
2014-12-26ALSA: gus: Remove unused gus_instr.cTakashi Iwai1-172/+0
2014-11-21ALSA: sb: Deletion of unnecessary checks before two function callsMarkus Elfring2-4/+2
2014-11-21ALSA: es1688_lib: Deletion of an unnecessary check before the function call "...Markus Elfring1-2/+1
2014-11-04ALSA: es18xx: Add GPO controlsOndrej Zary1-10/+42
2014-10-21ALSA: wss: Use snd_ctl_enum_info()Takashi Iwai1-11/+5
2014-10-21ALSA: sb16: Use snd_ctl_enum_info()Takashi Iwai2-33/+8
2014-10-21ALSA: msnd: Use snd_ctl_enum_info()Takashi Iwai1-9/+2
2014-10-21ALSA: es18xx: Use snd_ctl_enum_info()Takashi Iwai1-21/+5
2014-10-21ALSA: es1688: Use snd_ctl_enum_info()Takashi Iwai1-8/+2
2014-10-21ALSA: ad1816a: Use snd_ctl_enum_info()Takashi Iwai1-8/+2
[next]