summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+237
|\ \ \
| * | | ALSA: Drop snd_get_device() helperTakashi Iwai2015-02-021-43/+0
| * | | ALSA: Simplify snd_device_register() variantsTakashi Iwai2015-02-028-86/+51
| * | | 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
| * | | ALSA: timer: Propagate the error at initializationTakashi Iwai2015-02-021-10/+22
| * | | ALSA: rawmidi: Use rawmidi device file for kernel messagesTakashi Iwai2015-02-021-3/+3
| * | | ALSA: rawmidi: Embed struct deviceTakashi Iwai2015-02-021-7/+17
| * | | ALSA: pcm: Embed struct deviceTakashi Iwai2015-02-021-23/+15
| * | | ALSA: hwdep: Embed struct deviceTakashi Iwai2015-02-021-50/+32
| * | | ALSA: control: Embed struct deviceTakashi Iwai2015-02-021-24/+16
| * | | ALSA: Add a helper to initialize deviceTakashi Iwai2015-02-021-0/+23
| * | | ALSA: control: Provide a helper to look for the preferred subdeviceTakashi Iwai2015-02-023-27/+29
| * | | ALSA: Allow to pass the device object to snd_register_device*()Takashi Iwai2015-02-023-22/+37
| |/ /
* | | ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/*Takashi Iwai2015-01-281-1/+1
* | | ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai2015-01-283-3/+3
* | | ALSA: seq: remove unused callback_all fieldClemens Ladisch2015-01-263-7/+2
* | | ALSA: seq: fix off-by-one error in port limit checkClemens Ladisch2015-01-261-1/+1
* | | ALSA: seq: correctly report maximum number of portsClemens Ladisch2015-01-261-1/+1
* | | Merge branch 'for-linus' into for-nextTakashi Iwai2015-01-261-31/+0
|\| |
| * | ALSA: seq-dummy: remove deadlock-causing events on closeClemens Ladisch2015-01-261-31/+0
| |/
* | ALSA: timer: Use setup_timer() and mod_timer()Takashi Iwai2015-01-191-3/+1
* | ALSA: seq: Deletion of unnecessary checks before the function call "snd_midi_...Markus Elfring2015-01-042-6/+3
* | ALSA: pcm: add SNDRV_PCM_TRIGGER_DRAIN triggerLibin Yang2014-12-311-1/+9
* | Merge branch 'topic/pcm-params' into for-nextTakashi Iwai2014-12-301-3/+3
|\ \
| * | ALSA: snd_pcm_oss_period_size: Use round{up,down}_pow_of_two()Lars-Peter Clausen2014-12-301-3/+3
| |/
* | ALSA: Add support for wildcard msbits constraintsLars-Peter Clausen2014-12-301-1/+12