aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-06ALSA: opl4: Move inline before return typeJoe Perches1-1/+1
2017-06-28ALSA: Fix forgotten dependency fix for tristate OSS sequencer kconfigTakashi Iwai1-1/+3
2017-06-12ALSA: seq: Allow the modular sequencer registrationTakashi Iwai4-4/+6
2017-06-09ALSA: seq: Reorganize kconfig and buildTakashi Iwai1-0/+13
2017-06-09ALSA: seq: Allow the tristate build of OSS emulationTakashi Iwai2-3/+6
2017-06-09ALSA: vx: vx_pcm: constify vx_pcm_playback_ops and vx_pcm_capture_ops.Arvind Yadav1-2/+2
2017-06-09ALSA : pcsp: pcsp_lib: constify snd_pcsp_playback_opsArvind Yadav1-1/+1
2017-06-02ALSA: dummy: Convert to new PCM copy opsTakashi Iwai1-6/+14
2017-05-30ALSA: declare snd_kcontrol_new structures as constBhumika Goyal1-12/+12
2017-05-17ALSA: opl3: Kill unused set_fs()Takashi Iwai1-14/+0
2017-05-17ALSA: opl4: Use IS_REACHABLE()Takashi Iwai2-3/+3
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds3-6/+6
2017-04-20Annotate hardware config module parameters in sound/drivers/David Howells3-6/+6
2017-02-28ALSA: vx: remove 'out of memory' messageMihai Burduselu1-3/+1
2017-01-12ALSA: drivers: Constify snd_rawmidi_opsTakashi Iwai5-10/+10
2017-01-04ALSA: vx: Don't try to update capture stream before runningTakashi Iwai1-1/+1
2017-01-04ALSA: vx: Fix possible transfer overflowTakashi Iwai1-2/+4
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2016-11-12ALSA: opl3: don't opencode IS_REACHABLE()Fabian Frederick1-1/+1
2016-06-24ALSA: dummy: Fix a use-after-free at closingTakashi Iwai1-0/+1
2016-03-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+5
2016-03-17sound: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim1-4/+5
2016-03-02ALSA: portman2x4: fix NULL pointer dereferenceSudip Mukherjee1-5/+6
2016-02-29ALSA: mts64: fix NULL pointer dereferenceSudip Mukherjee1-5/+6
2016-02-22ALSA: mts64: use new parport device modelSudip Mukherjee1-52/+43
2016-02-18ALSA: portman2x4 - use new parport device modelSudip Mukherjee1-51/+42
2016-02-08ALSA: dummy: Implement timer backend switching more safelyTakashi Iwai1-18/+19
2016-01-28ALSA: dummy: Disable switching timer backend via sysfsTakashi Iwai1-1/+1
2016-01-17Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-2/+2
2015-12-30ALSA: dummy: constify dummy_timer_ops structuresJulia Lawall1-2/+2
2015-12-08treewide: Fix typos in printkMasanari Iida1-1/+1
2015-06-25Merge tag 'sound-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds6-28/+16
2015-05-29ALSA: opl4: Fix / cleanup ifdef CONFIG_PROC_FSTakashi Iwai4-11/+7
2015-05-29ALSA: dummy: Replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSTakashi Iwai1-2/+2
2015-05-29ALSA: aloop: Drop unnecessary ifdef CONFIG_PROC_FSTakashi Iwai1-8/+0
2015-05-26ALSA: dummy: make local data staticTakashi Iwai1-7/+7
2015-05-12ALSA: drivers: pcsp: Fix printout of resolutionThomas Gleixner1-2/+2
2015-04-22sound: Use hrtimer_resolution instead of hrtimer_get_res()Thomas Gleixner1-9/+6
2015-03-09Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+2
2015-03-06ALSA: opl3: small array underflowDan Carpenter1-0/+2
2015-02-12ALSA: seq: Define driver object in each driverTakashi Iwai2-39/+28
2015-01-28ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/*Takashi Iwai1-1/+1
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai8-9/+8
2015-01-19ALSA: serial-u16550: Use setup_timer() and mod_timer()Takashi Iwai1-5/+3
2015-01-19ALSA: opl3: Use setup_timer() and mod_timer()Takashi Iwai2-10/+5
2015-01-19ALSA: mtpav: Use setup_timer() and mod_timer()Takashi Iwai1-8/+4
2015-01-19ALSA: mpu401: Use setup_timer() and mod_timer()Takashi Iwai1-7/+4
2015-01-19ALSA: aloop: Use setup_timer() and mod_timer()Takashi Iwai1-2/+1
2015-01-19ALSA: dummy: use setup_timer and mod_timerRoman Kollar1-6/+4
2015-01-04ALSA: Deletion of checks before the function call "iounmap"Markus Elfring1-2/+1