aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-14Merge tag 'sound-fix-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds2-26/+27
2017-07-07ALSA: msnd: Optimize / harden DSP and MIDI loopsTakashi Iwai2-26/+27
2017-07-06Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds16-181/+211
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-06-12ALSA: seq: Allow the modular sequencer registrationTakashi Iwai3-2/+3
2017-06-09ALSA: synth: Select snd-emux-synth explicitlyTakashi Iwai1-0/+1
2017-06-09ALSA: seq: Reorganize kconfig and buildTakashi Iwai1-0/+6
2017-06-09ALSA: seq: Allow the tristate build of OSS emulationTakashi Iwai1-3/+3
2017-06-09ALSA: wss: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: sb: Constify hw_constraintsTakashi Iwai1-3/+3
2017-06-09ALSA: gus: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: es18xx: Constify hw_constraintsTakashi Iwai1-4/+4
2017-06-09ALSA: es1688: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: cs423x: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-02ALSA: sb: Convert to the new PCM opsTakashi Iwai1-81/+109
2017-06-02ALSA: gus: Convert to the new PCM opsTakashi Iwai1-38/+59
2017-05-24ALSA: sb: remove needless evaluation in implementation for copy callbackTakashi Sakamoto1-25/+3
2017-05-24ALSA: gus: remove unused local flagTakashi Sakamoto1-27/+22
2017-05-21ALSA: sound/isa: constify snd_kcontrol_new structuresBhumika Goyal5-7/+7
2017-05-17ALSA: sb: Use IS_REACHABLE()Takashi Iwai2-2/+2
2017-05-17ALSA: cmi8238: Use IS_ENABLED()Takashi Iwai1-1/+1
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds23-145/+145
2017-04-20Annotate hardware config module parameters in sound/isa/David Howells23-145/+145
2017-03-20ALSA: es1688: Use strcpy() instead of sprintf()Nicolas Iooss1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar6-1/+9
2017-01-12ALSA: isa: Constify snd_rawmidi_opsTakashi Iwai4-7/+7
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 Iwai1-0/+4
2015-06-12ALSA: gus: use swap() in snd_ics_put_double()Fabian Frederick1-6/+3
2015-03-24sound: Deparenthesize negative error returnsJoe Perches2-16/+16
2015-03-09Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+2
2015-03-05ALSA: msnd: add some missing curly bracesDan Carpenter1-1/+2
2015-02-12ALSA: seq: Define driver object in each driverTakashi Iwai1-20/+15
2015-01-28ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/*Takashi Iwai2-2/+2
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai18-19/+18
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