aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-19ALSA: pcm: Modify double acknowledged interrupts check conditionKoro Chen1-1/+1
2015-05-18ALSA: info: Drop kerneldoc comment from snd_info_create_entry()Takashi Iwai1-1/+1
2015-05-18ALSA: info: Move list addition to snd_info_create_entry()Takashi Iwai1-13/+12
2015-05-18ALSA: info: Register proc entries recursively, tooTakashi Iwai2-15/+40
2015-05-18ALSA: info: Fix leaks of child entries at snd_info_free_entry()Takashi Iwai1-3/+3
2015-04-30Merge branch 'topic/jack' into for-nextTakashi Iwai1-4/+13
2015-04-30ALSA: jack: Fix another NULL dereference due to empty input jackTakashi Iwai1-0/+6
2015-04-30ALSA: jack: don't report input event for phantom jackJie Yang1-4/+7
2015-04-28Merge branch 'topic/jack' into for-nextTakashi Iwai4-23/+157
2015-04-27ALSA: jack: remove exporting ctljack functionsJie Yang1-2/+0
2015-04-27ALSA: hda - Update to use the new jack kctls methodJie Yang2-3/+3
2015-04-27ALSA: jack: extend snd_jack_new to support phantom jackJie Yang1-12/+28
2015-04-27ALSA: Jack: handle jack embedded kcontrol creating within ctljackJie Yang2-4/+35
2015-04-27ALSA: jack: implement kctl creating for jack devicesJie Yang3-5/+94
2015-04-27Merge branch 'for-4.2' into for-nextTakashi Iwai8-573/+352
2015-04-24ALSA: core: Clean up OSS proc file managementTakashi Iwai3-21/+9
2015-04-24ALSA: core: Build conditionally and remove superfluous ifdefsTakashi Iwai6-25/+8
2015-04-24ALSA: core: Don't ignore errors at creating proc filesTakashi Iwai5-35/+35
2015-04-24ALSA: core: Remove superfluous exit calls for proc entriesTakashi Iwai4-43/+1
2015-04-24ALSA: core: Manage asound root directory with snd_info_entryTakashi Iwai1-38/+14
2015-04-24ALSA: core: Remove child proc file elements recursivelyTakashi Iwai1-66/+13
2015-04-23ALSA: core: Fix possible memory leaks at error path in info.cTakashi Iwai1-31/+31
2015-04-23ALSA: core: Use seq_file for text proc file readsTakashi Iwai1-321/+248
2015-04-22sound: Use hrtimer_resolution instead of hrtimer_get_res()Thomas Gleixner1-8/+1
2015-04-15Merge tag 'sound-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds30-778/+602
2015-04-13ALSA: ctl: fix to handle several elements added by one operation for userspace elementTakashi Sakamoto1-5/+11
2015-04-12ALSA: control: Fix a typo of SNDRV_CTL_ELEM_ACCESS_TLV_* with SNDRV_CTL_TLV_OP_*Takashi Iwai1-1/+1
2015-04-11pcm: another weird API abuseAl Viro1-19/+20
2015-04-11Merge branch 'iocb' into for-nextAl Viro1-1/+1
2015-04-11ALSA: ctl: fill identical information to return value when adding userspace elementsTakashi Sakamoto1-1/+21
2015-04-11ALSA: ctl: fix a bug to return no identical information in info operation for userspace controlsTakashi Sakamoto1-0/+7
2015-04-11ALSA: ctl: confirm to return all identical information in 'activate' eventTakashi Sakamoto1-0/+2
2015-04-11ALSA: seq: fill client ID in return value of pool operationTakashi Sakamoto1-0/+1
2015-04-10ALSA: ctl: evaluate macro instead of numerical valueTakashi Sakamoto1-5/+8
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+1
2015-03-16Merge branch 'topic/hda-unbind' into for-nextTakashi Iwai2-14/+34
2015-03-13ALSA: control: Fix breakage of user ctl element additionTakashi Iwai1-0/+1
2015-03-12Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+5
2015-03-12ALSA: control: Add sanity checks for user ctl id name stringTakashi Iwai1-0/+4
2015-03-11ALSA: seq: Fix init order of snd_seq_device stuffTakashi Iwai1-1/+1
2015-03-10ALSA: core: Drop superfluous error/debug messages after malloc failuresTakashi Iwai8-32/+10
2015-03-10ALSA: seq: Drop superfluous error/debug messages after malloc failuresTakashi Iwai6-21/+7
2015-03-10ALSA: seq_oss: Drop superfluous error/debug messages after malloc failuresTakashi Iwai4-15/+9
2015-03-10ALSA: core: reduce stack usage related to snd_ctl_new()Takashi Sakamoto1-83/+130
2015-03-10ALSA: core: use precomputed table to check userspace control paramsTakashi Sakamoto1-32/+28
2015-03-06Merge tag 'asoc-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-0/+2
2015-03-04ALSA: Fix spelling typo in Documentation/DocBook/alsa-driver-api.xmlMasanari Iida1-2/+2
2015-03-03ALSA: core: Re-add snd_device_disconnect()Takashi Iwai2-14/+34
2015-02-23ALSA: pcm: Don't leave PREPARED state after drainingTakashi Iwai1-0/+2
2015-02-23Merge branch 'topic/timestamp' into for-nextTakashi Iwai3-37/+120