summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2017-11-136-0/+6
|\
| * Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-026-0/+6
| |\
| | * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-026-0/+6
* | | Merge branch 'for-next' into for-linusTakashi Iwai2017-11-138-16/+59
|\ \ \
| * | | ALSA: fix kernel-doc build warningRandy Dunlap2017-10-301-1/+1
| * | | Merge branch 'topic/card-disconnect' into for-nextTakashi Iwai2017-10-242-8/+44
| |\ \ \
| | * | | ALSA: pcm: Forcibly stop at disconnect callbackTakashi Iwai2017-10-181-0/+4
| | * | | ALSA: pcm: Don't call register and disconnect callbacks for internal PCMTakashi Iwai2017-10-181-8/+8
| | * | | ALSA: add snd_card_disconnect_sync()Takashi Iwai2017-10-111-0/+32
| * | | | Merge branch 'for-linus' into for-nextTakashi Iwai2017-10-172-3/+10
| |\ \ \ \
| * | | | | ALSA: pcm: remove redundant variable runtimeColin Ian King2017-10-161-2/+0
| * | | | | ALSA: seq: Add sanity check for user-space pointer deliveryTakashi Iwai2017-10-101-0/+4
| * | | | | Merge branch 'for-linus' into for-nextTakashi Iwai2017-10-093-10/+21
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'topic/timer-api' into for-nextTakashi Iwai2017-10-051-4/+7
| |\ \ \ \ \ \
| | * | | | | | ALSA: timer: Convert timers to use timer_setup()Kees Cook2017-10-051-4/+7
| * | | | | | | ALSA: hrtimer: make hrtimer_hw const and __initconstBhumika Goyal2017-09-191-1/+1
| * | | | | | | ALSA: hwdep: prevent a harmless shift wrapping bugDan Carpenter2017-09-181-0/+2
| |/ / / / / /
* | | | | | | ALSA: seq: Fix OSS sysex delivery in OSS emulationTakashi Iwai2017-11-073-3/+32
* | | | | | | ALSA: timer: Limit max instances per timerTakashi Iwai2017-11-062-13/+55
| |_|_|_|/ / |/| | | | |
* | | | | | ALSA: seq: Fix nested rwsem annotation for lockdep splatTakashi Iwai2017-10-311-1/+1
* | | | | | ALSA: timer: Add missing mutex lock for compat ioctlsTakashi Iwai2017-10-311-2/+15
| |_|_|_|/ |/| | | |
* | | | | ALSA: hda - Fix incorrect TLV callback check introduced during set_fs() removalTakashi Iwai2017-10-181-0/+31
* | | | | ALSA: seq: Enable 'use' locking in all configurationsBen Hutchings2017-10-182-16/+0
| |_|/ / |/| | |
* | | | ALSA: seq: Fix use-after-free at creating a portTakashi Iwai2017-10-112-3/+10
| |/ / |/| |
* | | ALSA: seq: Fix copy_from_user() call inside lockTakashi Iwai2017-10-091-8/+19
| |/ |/|
* | ALSA: pcm: Fix structure definition for X32 ABIBaolin Wang2017-09-221-0/+1
* | ALSA: compress: Remove unused variableGuneshwor Singh2017-09-181-2/+1
|/
* ALSA: seq: Cancel pending autoload work at unbinding deviceTakashi Iwai2017-09-121-0/+3
* ALSA: core: Use %pS printk format for direct addressesHelge Deller2017-09-071-2/+2
* ALSA: pcm: Unify ioctl functions for playback and capture streamsTakashi Iwai2017-08-302-183/+105
* ALSA: Get rid of card power_lockTakashi Iwai2017-08-304-74/+53
* Merge branch 'for-linus' into for-nextTakashi Iwai2017-08-301-1/+5
|\
| * ALSA: pcm: Fix power lock unbalance via OSS emulationTakashi Iwai2017-08-301-1/+5
* | ALSA: pcm: Correct broken procfs set upTakashi Iwai2017-08-251-1/+2
* | ALSA: control: TLV data is unavailable at initial state of user-defined eleme...Takashi Sakamoto2017-08-241-4/+15
* | ALSA: control: queue TLV event for a set of user-defined elementTakashi Sakamoto2017-08-241-1/+6
* | ALSA: control: delegate TLV eventing to each driverTakashi Sakamoto2017-08-241-9/+3
* | ALSA: timer: Use common error handling code in alsa_timer_init()Markus Elfring2017-08-231-4/+6
* | ALSA: timer: Adjust a condition check in snd_timer_resolution()Markus Elfring2017-08-231-1/+2
* | ALSA: pcm: Adjust nine function calls together with a variable assignmentMarkus Elfring2017-08-231-15/+23
* | ALSA: pcm: Use common error handling code in _snd_pcm_new()Markus Elfring2017-08-231-12/+18
* | Merge branch 'for-linus' into for-nextTakashi Iwai2017-08-225-18/+17
|\ \ | |/
| * ALSA: core: Fix unexpected error at replacing user TLVTakashi Iwai2017-08-221-1/+1
| * ALSA: seq: 2nd attempt at fixing race creating a queueDaniel Mentz2017-08-153-15/+14
| * ALSA: seq: Fix CONFIG_SND_SEQ_MIDI dependencyTakashi Iwai2017-08-111-2/+2
* | ALSA: control: use counting semaphore as write lock for ELEM_WRITE operationTakashi Sakamoto2017-08-201-2/+2
* | ALSA: control: code refactoring for ELEM_READ/ELEM_WRITE operationsTakashi Sakamoto2017-08-201-39/+38
* | ALSA: control: queue events within locking of controls_rwsem for ELEM_WRITE o...Takashi Sakamoto2017-08-201-2/+1
* | ALSA: control: code refactoring for TLV request handler to user element setTakashi Sakamoto2017-08-041-30/+46
* | ALSA: control: code refactoring TLV ioctl handlerTakashi Sakamoto2017-08-041-41/+91
OpenPOWER on IntegriCloud