summaryrefslogtreecommitdiffstats
path: root/sound/isa/sb
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-3014-207/+14Star
* ALSA: sb8: add a check for request_regionKangjie Lu2019-03-161-0/+4
* ALSA: isa: Clean up with new procfs helpersTakashi Iwai2019-02-061-3/+2Star
* ALSA: isa: Avoid passing NULL to memory allocatorsTakashi Iwai2019-02-012-2/+2
* Merge branch 'topic/pcm-device-suspend' into for-nextTakashi Iwai2019-01-183-3/+0Star
|\
| * ALSA: isa: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai2019-01-153-3/+0Star
* | ALSA: sb: fix a missing check of snd_ctl_addAditya Pakki2019-01-071-3/+7
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-2/+2
* ALSA: sb8: Fix fall-through annotationsGustavo A. R. Silva2018-10-021-5/+5
* ALSA: isa: Remove empty init and exitTakashi Iwai2018-08-034-64/+0Star
* ALSA: sb: Fix a typoTakashi Iwai2018-08-021-1/+1
* ALSA: sb: Proper endian notationsTakashi Iwai2018-07-271-15/+15
* ALSA: sb: Fix sparse warning wrt PCM format typeTakashi Iwai2018-07-271-3/+3
* ALSA: sb: Fix PCM format bit calculationTakashi Iwai2018-07-271-3/+6
* ALSA: emu8000: Use swap macro in snd_emu8000_sample_newGustavo A. R. Silva2018-07-171-5/+2Star
* ALSA: sb8: remove redundant pointer runtimeColin Ian King2018-07-161-3/+0Star
* Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2017-11-131-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | ALSA: sb: Minor optimization / fix of timer usage in sb8_midi.cTakashi Iwai2017-10-251-2/+2
* | ALSA: sb: Convert timers to use timer_setup()Kees Cook2017-10-252-9/+8Star
|/
* ALSA: isa: make snd_pcm_hardware constBhumika Goyal2017-08-173-5/+5
* ALSA: sb16: constify pnp_card_device_idArvind Yadav2017-08-171-1/+1
* sound: emu8000: constify emu8000_opsJulia Lawall2017-08-151-1/+1
* ALSA: sb8: constify snd_pcm_ops structuresArvind Yadav2017-08-121-2/+2
* ALSA: sb16: constify snd_pcm_ops structuresArvind Yadav2017-08-121-2/+2
* ALSA: emu8000: constify snd_pcm_ops structuresArvind Yadav2017-08-121-1/+1
* ALSA: seq: Allow the modular sequencer registrationTakashi Iwai2017-06-122-2/+2
* ALSA: seq: Allow the tristate build of OSS emulationTakashi Iwai2017-06-091-3/+3
* ALSA: sb: Constify hw_constraintsTakashi Iwai2017-06-091-3/+3
* ALSA: sb: Convert to the new PCM opsTakashi Iwai2017-06-021-81/+109
* ALSA: sb: remove needless evaluation in implementation for copy callbackTakashi Sakamoto2017-05-241-25/+3Star
* ALSA: sound/isa: constify snd_kcontrol_new structuresBhumika Goyal2017-05-212-3/+3
* ALSA: sb: Use IS_REACHABLE()Takashi Iwai2017-05-172-2/+2
* Annotate hardware config module parameters in sound/isa/David Howells2017-04-203-16/+16
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-023-1/+5
* ALSA: isa: Constify snd_rawmidi_opsTakashi Iwai2017-01-121-2/+2
* ALSA: jazz16: Utilize the module_isa_driver macroWilliam Breathitt Gray2016-06-011-12/+1Star
* ALSA: sb8: Utilize the module_isa_driver macroWilliam Breathitt Gray2016-06-011-12/+1Star
* ALSA: seq: Define driver object in each driverTakashi Iwai2015-02-121-20/+15Star
* 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-286-6/+6
* ALSA: sb: Use setup_timer() and mod_timer()Takashi Iwai2015-01-192-14/+8Star
* ALSA: log emu8000 DRAM size at level INFODavid Flater2015-01-121-1/+1
* ALSA: fix emu8000 DRAM sizing for AWE64 ValueDavid Flater2015-01-121-16/+15Star
* ALSA: sb: Delete an unnecessary check before the function call "snd_emux_free"Markus Elfring2015-01-041-2/+1Star
* ASoC: sb16: Simplify snd_sb16dsp_pcm()Lars-Peter Clausen2015-01-022-7/+3Star
* ALSA: sb8: Remove always NULL parametersLars-Peter Clausen2015-01-024-13/+5Star
* ALSA: sb: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-212-4/+2Star
* ALSA: sb16: Use snd_ctl_enum_info()Takashi Iwai2014-10-212-33/+8Star
* ALSA: sb_mixer: missing return statementDan Carpenter2014-05-141-6/+8