summaryrefslogtreecommitdiffstats
path: root/sound/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* ALSA: core: Build conditionally and remove superfluous ifdefsTakashi Iwai2015-04-246-25/+8
* ALSA: core: Don't ignore errors at creating proc filesTakashi Iwai2015-04-245-35/+35
* ALSA: core: Remove superfluous exit calls for proc entriesTakashi Iwai2015-04-244-43/+1
* ALSA: core: Manage asound root directory with snd_info_entryTakashi Iwai2015-04-241-38/+14
* ALSA: core: Remove child proc file elements recursivelyTakashi Iwai2015-04-241-66/+13
* ALSA: core: Fix possible memory leaks at error path in info.cTakashi Iwai2015-04-231-31/+31
* ALSA: core: Use seq_file for text proc file readsTakashi Iwai2015-04-231-321/+248
* ALSA: ctl: fix to handle several elements added by one operation for userspac...Takashi Sakamoto2015-04-131-5/+11
* ALSA: control: Fix a typo of SNDRV_CTL_ELEM_ACCESS_TLV_* with SNDRV_CTL_TLV_OP_*Takashi Iwai2015-04-121-1/+1
* ALSA: ctl: fill identical information to return value when adding userspace e...Takashi Sakamoto2015-04-111-1/+21
* ALSA: ctl: fix a bug to return no identical information in info operation for...Takashi Sakamoto2015-04-111-0/+7
* ALSA: ctl: confirm to return all identical information in 'activate' eventTakashi Sakamoto2015-04-111-0/+2
* ALSA: seq: fill client ID in return value of pool operationTakashi Sakamoto2015-04-111-0/+1
* ALSA: ctl: evaluate macro instead of numerical valueTakashi Sakamoto2015-04-101-5/+8
* Merge branch 'topic/hda-unbind' into for-nextTakashi Iwai2015-03-162-14/+34
|\
| * ALSA: core: Re-add snd_device_disconnect()Takashi Iwai2015-03-032-14/+34
* | ALSA: control: Fix breakage of user ctl element additionTakashi Iwai2015-03-131-0/+1
* | Merge branch 'for-linus' into for-nextTakashi Iwai2015-03-121-0/+5
|\ \
| * | ALSA: control: Add sanity checks for user ctl id name stringTakashi Iwai2015-03-121-0/+4
* | | ALSA: seq: Fix init order of snd_seq_device stuffTakashi Iwai2015-03-111-1/+1
* | | ALSA: core: Drop superfluous error/debug messages after malloc failuresTakashi Iwai2015-03-108-32/+10
* | | ALSA: seq: Drop superfluous error/debug messages after malloc failuresTakashi Iwai2015-03-106-21/+7
* | | ALSA: seq_oss: Drop superfluous error/debug messages after malloc failuresTakashi Iwai2015-03-104-15/+9
* | | ALSA: core: reduce stack usage related to snd_ctl_new()Takashi Sakamoto2015-03-101-83/+130
* | | ALSA: core: use precomputed table to check userspace control paramsTakashi Sakamoto2015-03-101-32/+28
* | | Merge tag 'asoc-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Takashi Iwai2015-03-061-0/+2
|\| |
| * | ALSA: pcm: Don't leave PREPARED state after drainingTakashi Iwai2015-02-231-0/+2
* | | ALSA: Fix spelling typo in Documentation/DocBook/alsa-driver-api.xmlMasanari Iida2015-03-041-2/+2
| |/ |/|
* | Merge branch 'topic/timestamp' into for-nextTakashi Iwai2015-02-233-37/+120
|\ \
| * | ALSA: core: add .get_time_infoPierre-Louis Bossart2015-02-202-29/+83
| * | ALSA: core: pass audio tstamp config from userspace in compat modePierre-Louis Bossart2015-02-201-5/+23
| * | ALSA: core: pass audio tstamp config from userspacePierre-Louis Bossart2015-02-201-3/+14
* | | Merge branch 'topic/pcm-internal' into for-nextTakashi Iwai2015-02-231-51/+41
|\ \ \
| * | | ALSA: pcm: Don't ignore internal PCMs in snd_pcm_dev_disconnect()Takashi Iwai2015-02-201-5/+2
| * | | ALSA: pcm: Don't notify internal PCMsTakashi Iwai2015-02-201-5/+8
| * | | ALSA: pcm: Don't add internal PCMs to PCM device listTakashi Iwai2015-02-201-15/+16
| * | | ALSA: pcm: Minor refactoring in snd_pcm_attach_substream()Takashi Iwai2015-02-201-26/+15
| |/ /
* | | Merge branch 'topic/seq-cleanup' into for-nextTakashi Iwai2015-02-236-475/+168
|\ \ \ | |/ / |/| |
| * | ALSA: seq: Drop snd_seq_autoload_lock() and _unlock()Takashi Iwai2015-02-124-36/+9
| * | ALSA: seq: Define driver object in each driverTakashi Iwai2015-02-125-104/+47
| * | ALSA: seq: Clean up device and driver structsTakashi Iwai2015-02-121-21/+10
| * | ALSA: seq: Rewrite sequencer device binding with standard busTakashi Iwai2015-02-121-374/+167
| * | ALSA: seq: Don't compile snd_seq_device_load_drivers() for built-inTakashi Iwai2015-02-121-6/+3
| * | ALSA: seq: Move EXPORT_SYMBOL() after each functionTakashi Iwai2015-02-121-10/+8
| |/
* / ALSA: Consolidate snd_find_free_minor()Takashi Iwai2015-02-171-9/+5
|/
* ALSA: seq: potential out of bounds in do_control()Dan Carpenter2015-02-121-0/+3
* ALSA: control: fix failure to return new numerical ID in 'replace' event dataTakashi Sakamoto2015-02-091-0/+1
* ALSA: pcm: allow for trigger_tstamp snapshot in .triggerPierre-Louis Bossart2015-02-091-1/+3
* ALSA: pcm: don't override timestamp unconditionallyPierre-Louis Bossart2015-02-091-1/+4
* ALSA: control: fix failure to return numerical ID in 'add' eventTakashi Sakamoto2015-02-081-0/+1