summaryrefslogtreecommitdiffstats
path: root/sound/drivers
AgeCommit message (Expand)AuthorLines
2020-08-06Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-3/+4
2020-08-03Merge branch 'for-next' into for-linusTakashi Iwai-2002/+4
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook-1/+1
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-07-08Merge tag 'sound-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-0/+2
2020-07-07ALSA: vx_core: remove warning for empty loop bodyPierre-Louis Bossart-1/+2
2020-07-07ALSA: opl3: fix infoleak in opl3xidongwang-0/+2
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-1999/+0
2020-05-28sound: ac97: Remove sound driver for ancient platformMichal Simek-1999/+0
2020-05-07ALSA: portman2x4: Use bitwise instead of arithmetic operator for flagsSamuel Zou-1/+1
2020-02-10ALSA: dummy: Use standard macros for fixing PCM format castTakashi Iwai-3/+3
2020-02-10ALSA: aloop: Fix PCM format assignmentTakashi Iwai-3/+3
2020-02-06Merge tag 'sound-fix-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2020-02-01ALSA: dummy: Fix PCM format loop in proc outputTakashi Iwai-1/+1
2020-01-28Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-164/+92
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-1/+1
2020-01-05ALSA: serial-u16550: More constificationTakashi Iwai-1/+1
2020-01-05ALSA: opl4: More constificationTakashi Iwai-1/+1
2020-01-05ALSA: mts64: More constificationsTakashi Iwai-2/+2
2020-01-05ALSA: opl3: More constificationsTakashi Iwai-4/+4
2020-01-05ALSA: vx: More constificationsTakashi Iwai-9/+9
2020-01-05ALSA: dummy: More constificationsTakashi Iwai-12/+12
2020-01-03ALSA: seq: oss: Constify snd_seq_oss_callback definitionsTakashi Iwai-1/+1
2020-01-03ALSA: opl3: Constify snd_opl3_drum_voice definitionsTakashi Iwai-13/+13
2020-01-03ALSA: dummy: Constify snd_pcm_ops definitionsTakashi Iwai-3/+3
2020-01-03ALSA: drivers: Constify snd_kcontrol_new itemsTakashi Iwai-13/+13
2020-01-03ALSA: vx: Constify snd_vx_hardware and snd_vx_ops definitionsTakashi Iwai-2/+3
2020-01-03ALSA: seq: Constify struct snd_midi_opTakashi Iwai-3/+3
2020-01-03ALSA: info: Make snd_info_entry_ops as constTakashi Iwai-1/+1
2020-01-03ALSA: drivers: Constify snd_ac97_bus_ops definitionsTakashi Iwai-1/+1
2020-01-03ALSA: Constify snd_timer_hardware definitionsTakashi Iwai-2/+2
2020-01-03ALSA: drivers: Constify snd_device_ops definitionsTakashi Iwai-5/+5
2019-12-17Merge tag 'y2038-alsa-v8-signed' of git://git.kernel.org:/pub/scm/linux/kerne...Takashi Iwai-1/+1
2019-12-11ALSA: Replace timespec with timespec64Baolin Wang-1/+1
2019-12-11ALSA: drivers: Drop superfluous ioctl PCM opsTakashi Iwai-8/+0
2019-12-11ALSA: vx: Use managed buffer allocationTakashi Iwai-24/+3
2019-12-11ALSA: pcsp: Use managed buffer allocationTakashi Iwai-11/+6
2019-12-11ALSA: ml403: Use managed buffer allocationTakashi Iwai-25/+4
2019-12-11ALSA: dummy: Use managed buffer allocationTakashi Iwai-12/+2
2019-12-11ALSA: aloop: Use managed buffer allocationTakashi Iwai-10/+2
2019-11-27ALSA: aloop: Avoid pointer dereference before null-checkAndrew Gabbasov-4/+4
2019-11-24ALSA: aloop: Fix dependency on timer APITakashi Iwai-0/+1
2019-11-22ALSA: aloop: Avoid unexpected timer event callback taskletsAndrew Gabbasov-3/+4
2019-11-22ALSA: aloop: Remove redundant locking in timer open functionAndrew Gabbasov-15/+8
2019-11-20ALSA: aloop: Support runtime change of snd_timer via info interfaceAndrew Gabbasov-3/+34
2019-11-20ALSA: aloop: Support selection of snd_timer instead of jiffiesTimo Wischer-1/+476
2019-11-20ALSA: aloop: Move CABLE_VALID_BOTH to the top of fileTimo Wischer-4/+4
2019-11-20ALSA: aloop: Rename all jiffies timer specific functionsTimo Wischer-13/+15
2019-11-20ALSA: aloop: Use callback functions for timer specific implementationsTimo Wischer-19/+94
2019-11-20ALSA: aloop: Support return of error code for timer start and stopTimo Wischer-11/+19