aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa/sb (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-16ALSA: sb8: add a check for request_regionKangjie Lu1-0/+4
2019-02-06ALSA: isa: Clean up with new procfs helpersTakashi Iwai1-3/+2
2019-02-01ALSA: isa: Avoid passing NULL to memory allocatorsTakashi Iwai2-2/+2
2019-01-18Merge branch 'topic/pcm-device-suspend' into for-nextTakashi Iwai3-3/+0
2019-01-15ALSA: isa: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai3-3/+0
2019-01-07ALSA: sb: fix a missing check of snd_ctl_addAditya Pakki1-3/+7
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2018-10-02ALSA: sb8: Fix fall-through annotationsGustavo A. R. Silva1-5/+5
2018-08-03ALSA: isa: Remove empty init and exitTakashi Iwai4-64/+0
2018-08-02ALSA: sb: Fix a typoTakashi Iwai1-1/+1
2018-07-27ALSA: sb: Proper endian notationsTakashi Iwai1-15/+15
2018-07-27ALSA: sb: Fix sparse warning wrt PCM format typeTakashi Iwai1-3/+3
2018-07-27ALSA: sb: Fix PCM format bit calculationTakashi Iwai1-3/+6
2018-07-17ALSA: emu8000: Use swap macro in snd_emu8000_sample_newGustavo A. R. Silva1-5/+2
2018-07-16ALSA: sb8: remove redundant pointer runtimeColin Ian King1-3/+0
2017-11-13Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25ALSA: sb: Minor optimization / fix of timer usage in sb8_midi.cTakashi Iwai1-2/+2
2017-10-25ALSA: sb: Convert timers to use timer_setup()Kees Cook2-9/+8
2017-08-17ALSA: isa: make snd_pcm_hardware constBhumika Goyal3-5/+5
2017-08-17ALSA: sb16: constify pnp_card_device_idArvind Yadav1-1/+1
2017-08-15sound: emu8000: constify emu8000_opsJulia Lawall1-1/+1
2017-08-12ALSA: sb8: constify snd_pcm_ops structuresArvind Yadav1-2/+2
2017-08-12ALSA: sb16: constify snd_pcm_ops structuresArvind Yadav1-2/+2
2017-08-12ALSA: emu8000: constify snd_pcm_ops structuresArvind Yadav1-1/+1
2017-06-12ALSA: seq: Allow the modular sequencer registrationTakashi Iwai2-2/+2
2017-06-09ALSA: seq: Allow the tristate build of OSS emulationTakashi Iwai1-3/+3
2017-06-09ALSA: sb: Constify hw_constraintsTakashi Iwai1-3/+3
2017-06-02ALSA: sb: Convert to the new PCM opsTakashi Iwai1-81/+109
2017-05-24ALSA: sb: remove needless evaluation in implementation for copy callbackTakashi Sakamoto1-25/+3
2017-05-21ALSA: sound/isa: constify snd_kcontrol_new structuresBhumika Goyal2-3/+3
2017-05-17ALSA: sb: Use IS_REACHABLE()Takashi Iwai2-2/+2
2017-04-20Annotate hardware config module parameters in sound/isa/David Howells3-16/+16
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar3-1/+5
2017-01-12ALSA: isa: Constify snd_rawmidi_opsTakashi Iwai1-2/+2
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
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 Iwai6-6/+6
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: sb: Delete an unnecessary check before the function call "snd_emux_free"Markus Elfring1-2/+1
2015-01-02ASoC: sb16: Simplify snd_sb16dsp_pcm()Lars-Peter Clausen2-7/+3
2015-01-02ALSA: sb8: Remove always NULL parametersLars-Peter Clausen4-13/+5
2014-11-21ALSA: sb: Deletion of unnecessary checks before two function callsMarkus Elfring2-4/+2
2014-10-21ALSA: sb16: Use snd_ctl_enum_info()Takashi Iwai2-33/+8
2014-05-14ALSA: sb_mixer: missing return statementDan Carpenter1-6/+8
2014-02-12ALSA: isa: Convert to snd_card_new() with a device pointerTakashi Iwai3-15/+10