summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
...
| * 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: 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/+10Star
| * | | ALSA: seq: Drop superfluous error/debug messages after malloc failuresTakashi Iwai2015-03-106-21/+7Star
| * | | ALSA: seq_oss: Drop superfluous error/debug messages after malloc failuresTakashi Iwai2015-03-104-15/+9Star
| * | | 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/+28Star
| * | | Merge tag 'asoc-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Takashi Iwai2015-03-061-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/+41Star
| |\ \ \ \
| | * | | | ALSA: pcm: Don't ignore internal PCMs in snd_pcm_dev_disconnect()Takashi Iwai2015-02-201-5/+2Star
| | * | | | 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/+15Star
| | |/ / /
| * | | | Merge branch 'topic/seq-cleanup' into for-nextTakashi Iwai2015-02-236-475/+168Star
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | ALSA: seq: Drop snd_seq_autoload_lock() and _unlock()Takashi Iwai2015-02-124-36/+9Star
| | * | | ALSA: seq: Define driver object in each driverTakashi Iwai2015-02-125-104/+47Star
| | * | | ALSA: seq: Clean up device and driver structsTakashi Iwai2015-02-121-21/+10Star
| | * | | ALSA: seq: Rewrite sequencer device binding with standard busTakashi Iwai2015-02-121-374/+167Star
| | * | | ALSA: seq: Don't compile snd_seq_device_load_drivers() for built-inTakashi Iwai2015-02-121-6/+3Star
| | * | | ALSA: seq: Move EXPORT_SYMBOL() after each functionTakashi Iwai2015-02-121-10/+8Star
| * | | | ALSA: Consolidate snd_find_free_minor()Takashi Iwai2015-02-171-9/+5Star
| |/ / /
* | | | pcm: another weird API abuseAl Viro2015-04-121-19/+20
* | | | Merge branch 'iocb' into for-nextAl Viro2015-04-121-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-261-1/+1
* | | | ALSA: control: Add sanity checks for user ctl id name stringTakashi Iwai2015-03-121-0/+4
| |_|/ |/| |
* | | ALSA: pcm: Don't leave PREPARED state after drainingTakashi Iwai2015-02-231-0/+2
| |/ |/|
* | 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
* ALSA: Add a helper to add a new attribute group to cardTakashi Iwai2015-02-061-6/+25
* Merge tag 'asoc-v3.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2015-02-051-0/+85
|\
| * Merge remote-tracking branch 'asoc/topic/pcm512x' into asoc-nextMark Brown2015-02-041-0/+85
| |\
| | * ALSA: pcm: Add snd_interval_ranges() and snd_pcm_hw_constraint_ranges()Peter Rosin2015-01-281-0/+85
* | | Merge branch 'topic/snd-device' into for-nextTakashi Iwai2015-02-039-255/+237Star
|\ \ \
| * | | ALSA: Drop snd_get_device() helperTakashi Iwai2015-02-021-43/+0Star
| * | | ALSA: Simplify snd_device_register() variantsTakashi Iwai2015-02-028-86/+51Star
| * | | ALSA: compress: Embed struct deviceTakashi Iwai2015-02-021-5/+19
| * | | ALSA: seq: Handle the device directlyTakashi Iwai2015-02-021-2/+11
| * | | ALSA: timer: Handle the device directlyTakashi Iwai2015-02-021-2/+11