aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-28ALSA: Constify ratden/ratnum constraintsLars-Peter Clausen1-8/+9
2015-10-22ALSA: Remove transfer_ack_{begin,end} callbacks from struct snd_pcm_runtimeLars-Peter Clausen1-5/+0
2015-10-16ALSA: timer: add config item to export PCM timer disabling for expertJie Yang4-22/+32
2015-10-15ALSA: oss: underflow in snd_mixer_oss_proc_write()Dan Carpenter1-1/+2
2015-10-09ALSA: seq_oss: fix waitqueue_active without memory barrier in snd-seq-ossKosuke Tatsukawa2-7/+3
2015-09-29ALSA: pcm: Avoid double hw_free calls at releasing a streamTakashi Iwai1-1/+2
2015-09-24ALSA: core: check for underflow in snd_pcm_sw_params()Dan Carpenter1-1/+2
2015-09-13ALSA: pcm: remove structure member of 'struct snd_pcm_hwptr_log *' type because this structure had been removedTakashi Sakamoto1-3/+0
2015-07-24Merge tag 'asoc-fix-v4.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai2-9/+2
2015-07-17ALSA: pcm: Fix lockdep warning with nonatomic PCM opsTakashi Iwai1-1/+1
2015-07-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-07-01Merge tag 'sound-fix-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds2-3/+5
2015-06-30genalloc: rename of_get_named_gen_pool() to of_gen_pool_get()Vladimir Zapolskiy1-1/+1
2015-06-29ALSA: Fix uninintialized error returnColin Ian King1-2/+1
2015-06-26ALSA: jack: Fix endless loop at unique index detectionTakashi Iwai1-1/+4
2015-06-25Merge tag 'sound-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds27-669/+821
2015-06-23ALSA: pcm: Fix pcm_class sysfs outputTakashi Iwai1-3/+3
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+1
2015-05-29ALSA: jack: Fix the id uniqueness checkTakashi Iwai1-1/+1
2015-05-29Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+1
2015-05-29ALSA: core: Fix randconfig build wrt CONFIG_PROC_FSTakashi Iwai2-3/+3
2015-05-27ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang18-40/+39
2015-05-27ALSA: Kconfig: add config item SND_PROC_FS for expertJie Yang1-1/+10
2015-05-22Merge branch 'topic/hdmi' into for-nextTakashi Iwai4-0/+202
2015-05-22ALSA: pcm: add IEC958 channel status helperRussell King3-0/+99
2015-05-22ALSA: pcm: add DRM ELD helperRussell King3-0/+103
2015-05-21ALSA: jack: Remove MODULE_*() macrosTakashi Iwai1-4/+0
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