summaryrefslogtreecommitdiffstats
path: root/sound/isa
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-fix-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-142-26/+27
|\
| * ALSA: msnd: Optimize / harden DSP and MIDI loopsTakashi Iwai2017-07-072-26/+27
* | Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-07-0616-181/+211
|\|
| * ALSA: seq: Allow the modular sequencer registrationTakashi Iwai2017-06-123-2/+3
| * ALSA: synth: Select snd-emux-synth explicitlyTakashi Iwai2017-06-091-0/+1
| * ALSA: seq: Reorganize kconfig and buildTakashi Iwai2017-06-091-0/+6
| * ALSA: seq: Allow the tristate build of OSS emulationTakashi Iwai2017-06-091-3/+3
| * ALSA: wss: Constify hw_constraintsTakashi Iwai2017-06-091-2/+2
| * ALSA: sb: Constify hw_constraintsTakashi Iwai2017-06-091-3/+3
| * ALSA: gus: Constify hw_constraintsTakashi Iwai2017-06-091-2/+2
| * ALSA: es18xx: Constify hw_constraintsTakashi Iwai2017-06-091-4/+4
| * ALSA: es1688: Constify hw_constraintsTakashi Iwai2017-06-091-2/+2
| * ALSA: cs423x: Constify hw_constraintsTakashi Iwai2017-06-091-2/+2
| * ALSA: sb: Convert to the new PCM opsTakashi Iwai2017-06-021-81/+109
| * ALSA: gus: Convert to the new PCM opsTakashi Iwai2017-06-021-38/+59
| * ALSA: sb: remove needless evaluation in implementation for copy callbackTakashi Sakamoto2017-05-241-25/+3
| * ALSA: gus: remove unused local flagTakashi Sakamoto2017-05-241-27/+22
| * ALSA: sound/isa: constify snd_kcontrol_new structuresBhumika Goyal2017-05-215-7/+7
| * ALSA: sb: Use IS_REACHABLE()Takashi Iwai2017-05-172-2/+2
| * ALSA: cmi8238: Use IS_ENABLED()Takashi Iwai2017-05-171-1/+1
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
|/
* Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-1023-145/+145
|\
| * Annotate hardware config module parameters in sound/isa/David Howells2017-04-2023-145/+145
* | ALSA: es1688: Use strcpy() instead of sprintf()Nicolas Iooss2017-03-201-1/+1
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-026-1/+9
* ALSA: isa: Constify snd_rawmidi_opsTakashi Iwai2017-01-124-7/+7
* ALSA: adlib: Utilize the module_isa_driver macroWilliam Breathitt Gray2016-06-011-12/+1
* ALSA: galaxy: Utilize the module_isa_driver macroWilliam Breathitt Gray2016-06-011-12/+1
* ALSA: sc6000: Utilize the module_isa_driver macroWilliam Breathitt Gray2016-06-011-12/+1
* ALSA: gusclassic: Utilize the module_isa_driver macroWilliam Breathitt Gray2016-06-011-12/+1
* ALSA: gusextreme: Utilize the module_isa_driver macroWilliam Breathitt Gray2016-06-011-12/+1
* ALSA: gusmax: Utilize the module_isa_driver macroWilliam Breathitt Gray2016-06-011-12/+1
* ALSA: cs4231: Utilize the module_isa_driver macroWilliam Breathitt Gray2016-06-011-12/+1
* ALSA: cmi8328: Utilize the module_isa_driver macroWilliam Breathitt Gray2016-06-011-12/+1
* ALSA: ad1848: Utilize the module_isa_driver macroWilliam Breathitt Gray2016-06-011-12/+1
* ALSA: jazz16: Utilize the module_isa_driver macroWilliam Breathitt Gray2016-06-011-12/+1
* ALSA: sb8: Utilize the module_isa_driver macroWilliam Breathitt Gray2016-06-011-12/+1
* ALSA: isa/wavefront: prevent some out of bound writesDan Carpenter2016-05-081-0/+9
* ALSA: sscape: Use correct format identifier for size_tWilliam Breathitt Gray2016-04-111-1/+1
* ALSA: Add missing dependency on CONFIG_SND_TIMERTakashi Iwai2016-01-271-0/+4
* ALSA: gus: use swap() in snd_ics_put_double()Fabian Frederick2015-06-121-6/+3
* sound: Deparenthesize negative error returnsJoe Perches2015-03-242-16/+16
* Merge branch 'for-linus' into for-nextTakashi Iwai2015-03-091-1/+2
|\
| * ALSA: msnd: add some missing curly bracesDan Carpenter2015-03-051-1/+2
* | ALSA: seq: Define driver object in each driverTakashi Iwai2015-02-121-20/+15
|/
* ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/*Takashi Iwai2015-01-282-2/+2
* ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai2015-01-2818-19/+18
* ALSA: sscape: add missing include of linux/io.hArnd Bergmann2015-01-281-0/+1
* ALSA: wavefront: Use setup_timer() and mod_timer()Takashi Iwai2015-01-191-7/+5
* ALSA: sb: Use setup_timer() and mod_timer()Takashi Iwai2015-01-192-14/+8