aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-23ALSA: pcm: Don't leave PREPARED state after drainingTakashi Iwai1-0/+2
2015-02-12ALSA: seq: potential out of bounds in do_control()Dan Carpenter1-0/+3
2015-02-09ALSA: control: fix failure to return new numerical ID in 'replace' event dataTakashi Sakamoto1-0/+1
2015-02-09ALSA: pcm: allow for trigger_tstamp snapshot in .triggerPierre-Louis Bossart1-1/+3
2015-02-09ALSA: pcm: don't override timestamp unconditionallyPierre-Louis Bossart1-1/+4
2015-02-08ALSA: control: fix failure to return numerical ID in 'add' eventTakashi Sakamoto1-0/+1
2015-02-06ALSA: Add a helper to add a new attribute group to cardTakashi Iwai1-6/+25
2015-02-05Merge tag 'asoc-v3.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-0/+85
2015-02-04Merge remote-tracking branch 'asoc/topic/pcm512x' into asoc-nextMark Brown1-0/+85
2015-02-03Merge branch 'topic/snd-device' into for-nextTakashi Iwai9-255/+237
2015-02-02ALSA: Drop snd_get_device() helperTakashi Iwai1-43/+0
2015-02-02ALSA: Simplify snd_device_register() variantsTakashi Iwai8-86/+51
2015-02-02ALSA: compress: Embed struct deviceTakashi Iwai1-5/+19
2015-02-02ALSA: seq: Handle the device directlyTakashi Iwai1-2/+11
2015-02-02ALSA: timer: Handle the device directlyTakashi Iwai1-2/+11
2015-02-02ALSA: timer: Propagate the error at initializationTakashi Iwai1-10/+22
2015-02-02ALSA: rawmidi: Use rawmidi device file for kernel messagesTakashi Iwai1-3/+3
2015-02-02ALSA: rawmidi: Embed struct deviceTakashi Iwai1-7/+17
2015-02-02ALSA: pcm: Embed struct deviceTakashi Iwai1-23/+15
2015-02-02ALSA: hwdep: Embed struct deviceTakashi Iwai1-50/+32
2015-02-02ALSA: control: Embed struct deviceTakashi Iwai1-24/+16
2015-02-02ALSA: Add a helper to initialize deviceTakashi Iwai1-0/+23
2015-02-02ALSA: control: Provide a helper to look for the preferred subdeviceTakashi Iwai3-27/+29
2015-02-02ALSA: Allow to pass the device object to snd_register_device*()Takashi Iwai3-22/+37
2015-01-28ALSA: pcm: Add snd_interval_ranges() and snd_pcm_hw_constraint_ranges()Peter Rosin1-0/+85
2015-01-28ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/*Takashi Iwai1-1/+1
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai3-3/+3
2015-01-26ALSA: seq: remove unused callback_all fieldClemens Ladisch3-7/+2
2015-01-26ALSA: seq: fix off-by-one error in port limit checkClemens Ladisch1-1/+1
2015-01-26ALSA: seq: correctly report maximum number of portsClemens Ladisch1-1/+1
2015-01-26Merge branch 'for-linus' into for-nextTakashi Iwai1-31/+0
2015-01-26ALSA: seq-dummy: remove deadlock-causing events on closeClemens Ladisch1-31/+0
2015-01-19ALSA: timer: Use setup_timer() and mod_timer()Takashi Iwai1-3/+1
2015-01-04ALSA: seq: Deletion of unnecessary checks before the function call "snd_midi_event_free"Markus Elfring2-6/+3
2014-12-31ALSA: pcm: add SNDRV_PCM_TRIGGER_DRAIN triggerLibin Yang1-1/+9
2014-12-30Merge branch 'topic/pcm-params' into for-nextTakashi Iwai1-3/+3
2014-12-30ALSA: snd_pcm_oss_period_size: Use round{up,down}_pow_of_two()Lars-Peter Clausen1-3/+3
2014-12-30ALSA: Add support for wildcard msbits constraintsLars-Peter Clausen1-1/+12
2014-12-30ALSA: Fix handling of multiple msbits constraints on the same runtimeLars-Peter Clausen1-1/+1
2014-11-28Merge branch 'for-linus' into for-nextTakashi Iwai2-0/+10
2014-11-21ALSA: core: Deletion of unnecessary checks before two function callsMarkus Elfring2-8/+4
2014-11-21ALSA: pcm: Add big-endian DSD sample formats and fix XMOS DSD sample formatJussi Laako2-0/+10
2014-11-10ALSA: pcm: Fix document for snd_pcm_stop_xrun()Takashi Iwai1-1/+0
2014-11-09ALSA: pcm: Add snd_pcm_stop_xrun() helperTakashi Iwai1-0/+23
2014-11-07ALSA: snd_ctl_activate_id(): Fix index look-upLars-Peter Clausen1-1/+1
2014-11-06ALSA: pcm: Update the state properly before notificationTakashi Iwai1-4/+4
2014-11-05Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+2
2014-11-04ALSA: pcm: Add xrun_injection proc entryTakashi Iwai1-0/+33
2014-11-04ALSA: pcm: Replace PCM hwptr tracking with tracepointsTakashi Iwai3-122/+137
2014-11-04ALSA: pcm: Correct PCM BUG error messageTakashi Iwai1-1/+1