aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-18ALSA: hda - Fix incorrect TLV callback check introduced during set_fs() removalTakashi Iwai1-0/+31
2017-10-18ALSA: seq: Enable 'use' locking in all configurationsBen Hutchings2-16/+0
2017-10-11ALSA: seq: Fix use-after-free at creating a portTakashi Iwai2-3/+10
2017-10-09ALSA: seq: Fix copy_from_user() call inside lockTakashi Iwai1-8/+19
2017-09-22ALSA: pcm: Fix structure definition for X32 ABIBaolin Wang1-0/+1
2017-09-18ALSA: compress: Remove unused variableGuneshwor Singh1-2/+1
2017-09-12ALSA: seq: Cancel pending autoload work at unbinding deviceTakashi Iwai1-0/+3
2017-09-07ALSA: core: Use %pS printk format for direct addressesHelge Deller1-2/+2
2017-08-30ALSA: pcm: Unify ioctl functions for playback and capture streamsTakashi Iwai2-183/+105
2017-08-30ALSA: Get rid of card power_lockTakashi Iwai4-74/+53
2017-08-30Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+5
2017-08-30ALSA: pcm: Fix power lock unbalance via OSS emulationTakashi Iwai1-1/+5
2017-08-25ALSA: pcm: Correct broken procfs set upTakashi Iwai1-1/+2
2017-08-24ALSA: control: TLV data is unavailable at initial state of user-defined element setTakashi Sakamoto1-4/+15
2017-08-24ALSA: control: queue TLV event for a set of user-defined elementTakashi Sakamoto1-1/+6
2017-08-24ALSA: control: delegate TLV eventing to each driverTakashi Sakamoto1-9/+3
2017-08-23ALSA: timer: Use common error handling code in alsa_timer_init()Markus Elfring1-4/+6
2017-08-23ALSA: timer: Adjust a condition check in snd_timer_resolution()Markus Elfring1-1/+2
2017-08-23ALSA: pcm: Adjust nine function calls together with a variable assignmentMarkus Elfring1-15/+23
2017-08-23ALSA: pcm: Use common error handling code in _snd_pcm_new()Markus Elfring1-12/+18
2017-08-22Merge branch 'for-linus' into for-nextTakashi Iwai5-18/+17
2017-08-22ALSA: core: Fix unexpected error at replacing user TLVTakashi Iwai1-1/+1
2017-08-20ALSA: control: use counting semaphore as write lock for ELEM_WRITE operationTakashi Sakamoto1-2/+2
2017-08-20ALSA: control: code refactoring for ELEM_READ/ELEM_WRITE operationsTakashi Sakamoto1-39/+38
2017-08-20ALSA: control: queue events within locking of controls_rwsem for ELEM_WRITE operationTakashi Sakamoto1-2/+1
2017-08-15ALSA: seq: 2nd attempt at fixing race creating a queueDaniel Mentz3-15/+14
2017-08-11ALSA: seq: Fix CONFIG_SND_SEQ_MIDI dependencyTakashi Iwai1-2/+2
2017-08-04ALSA: control: code refactoring for TLV request handler to user element setTakashi Sakamoto1-30/+46
2017-08-04ALSA: control: code refactoring TLV ioctl handlerTakashi Sakamoto1-41/+91
2017-08-04ALSA: control: obsolete user_ctl_lockTakashi Sakamoto2-25/+13
2017-08-04ALSA: control: use counting semaphore as write lock for TLV write/command operationsTakashi Sakamoto1-34/+38
2017-08-04ALSA: control: queue events within locking of controls_rwsem for TLV operationTakashi Sakamoto1-2/+1
2017-07-14Merge tag 'sound-fix-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-5/+3
2017-07-10ALSA: pcm: Simplify check for dma_mmap_coherent() availabilityTakashi Iwai1-4/+2
2017-07-10ALSA: pcm: Protect call to dma_mmap_coherent() by check for HAS_DMAGeert Uytterhoeven1-1/+1
2017-07-06Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds42-1272/+1311
2017-06-29ALSA: pcm: constify attribute_group structures.Arvind Yadav1-1/+1
2017-06-27ALSA: pcm: Disable only control mmap for explicit appl_ptr syncTakashi Iwai1-5/+17
2017-06-27ALSA: pcm: Add an ioctl to specify the supported protocol versionTakashi Iwai2-0/+8
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-2/+2
2017-06-23ALSA: pcm: Add the explicit appl_ptr sync supportTakashi Iwai1-2/+21
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar10-15/+15
2017-06-20ALSA: pcm: Fix possible inconsistent appl_ptr update via mmapTakashi Iwai1-6/+7
2017-06-20Merge branch 'for-linus' into for-nextTakashi Iwai1-2/+2
2017-06-16ALSA: core: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai10-36/+6
2017-06-16ALSA: timer: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai1-14/+13
2017-06-16ALSA: seq: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai7-33/+13
2017-06-16ALSA: pcm: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai4-45/+0
2017-06-14ALSA: pcm: Don't treat NULL chmap as a fatal errorTakashi Iwai1-2/+2
2017-06-14ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal commandTakashi Sakamoto2-7/+1