| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | ALSA: seq: Define driver object in each driver | Takashi Iwai | 2015-02-12 | 5 | -104/+47 |
| | * | | | ALSA: seq: Clean up device and driver structs | Takashi Iwai | 2015-02-12 | 1 | -21/+10 |
| | * | | | ALSA: seq: Rewrite sequencer device binding with standard bus | Takashi Iwai | 2015-02-12 | 1 | -374/+167 |
| | * | | | ALSA: seq: Don't compile snd_seq_device_load_drivers() for built-in | Takashi Iwai | 2015-02-12 | 1 | -6/+3 |
| | * | | | ALSA: seq: Move EXPORT_SYMBOL() after each function | Takashi Iwai | 2015-02-12 | 1 | -10/+8 |
| * | | | | ALSA: Consolidate snd_find_free_minor() | Takashi Iwai | 2015-02-17 | 1 | -9/+5 |
| |/ / / |
|
* | | | | pcm: another weird API abuse | Al Viro | 2015-04-11 | 1 | -19/+20 |
* | | | | Merge branch 'iocb' into for-next | Al Viro | 2015-04-11 | 1 | -1/+1 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | fs: move struct kiocb to fs.h | Christoph Hellwig | 2015-03-25 | 1 | -1/+1 |
* | | | | ALSA: control: Add sanity checks for user ctl id name string | Takashi Iwai | 2015-03-12 | 1 | -0/+4 |
| |_|/
|/| | |
|
* | | | ALSA: pcm: Don't leave PREPARED state after draining | Takashi Iwai | 2015-02-23 | 1 | -0/+2 |
| |/
|/| |
|
* | | ALSA: seq: potential out of bounds in do_control() | Dan Carpenter | 2015-02-12 | 1 | -0/+3 |
|/ |
|
* | ALSA: control: fix failure to return new numerical ID in 'replace' event data | Takashi Sakamoto | 2015-02-09 | 1 | -0/+1 |
* | ALSA: pcm: allow for trigger_tstamp snapshot in .trigger | Pierre-Louis Bossart | 2015-02-09 | 1 | -1/+3 |
* | ALSA: pcm: don't override timestamp unconditionally | Pierre-Louis Bossart | 2015-02-09 | 1 | -1/+4 |
* | ALSA: control: fix failure to return numerical ID in 'add' event | Takashi Sakamoto | 2015-02-08 | 1 | -0/+1 |
* | ALSA: Add a helper to add a new attribute group to card | Takashi Iwai | 2015-02-06 | 1 | -6/+25 |
* | Merge tag 'asoc-v3.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/bro... | Takashi Iwai | 2015-02-05 | 1 | -0/+85 |
|\ |
|
| * | Merge remote-tracking branch 'asoc/topic/pcm512x' into asoc-next | Mark Brown | 2015-02-04 | 1 | -0/+85 |
| |\ |
|
| | * | ALSA: pcm: Add snd_interval_ranges() and snd_pcm_hw_constraint_ranges() | Peter Rosin | 2015-01-28 | 1 | -0/+85 |
* | | | Merge branch 'topic/snd-device' into for-next | Takashi Iwai | 2015-02-03 | 9 | -255/+237 |
|\ \ \ |
|
| * | | | ALSA: Drop snd_get_device() helper | Takashi Iwai | 2015-02-02 | 1 | -43/+0 |
| * | | | ALSA: Simplify snd_device_register() variants | Takashi Iwai | 2015-02-02 | 8 | -86/+51 |
| * | | | ALSA: compress: Embed struct device | Takashi Iwai | 2015-02-02 | 1 | -5/+19 |
| * | | | ALSA: seq: Handle the device directly | Takashi Iwai | 2015-02-02 | 1 | -2/+11 |
| * | | | ALSA: timer: Handle the device directly | Takashi Iwai | 2015-02-02 | 1 | -2/+11 |
| * | | | ALSA: timer: Propagate the error at initialization | Takashi Iwai | 2015-02-02 | 1 | -10/+22 |
| * | | | ALSA: rawmidi: Use rawmidi device file for kernel messages | Takashi Iwai | 2015-02-02 | 1 | -3/+3 |
| * | | | ALSA: rawmidi: Embed struct device | Takashi Iwai | 2015-02-02 | 1 | -7/+17 |
| * | | | ALSA: pcm: Embed struct device | Takashi Iwai | 2015-02-02 | 1 | -23/+15 |
| * | | | ALSA: hwdep: Embed struct device | Takashi Iwai | 2015-02-02 | 1 | -50/+32 |
| * | | | ALSA: control: Embed struct device | Takashi Iwai | 2015-02-02 | 1 | -24/+16 |
| * | | | ALSA: Add a helper to initialize device | Takashi Iwai | 2015-02-02 | 1 | -0/+23 |
| * | | | ALSA: control: Provide a helper to look for the preferred subdevice | Takashi Iwai | 2015-02-02 | 3 | -27/+29 |
| * | | | ALSA: Allow to pass the device object to snd_register_device*() | Takashi Iwai | 2015-02-02 | 3 | -22/+37 |
| |/ / |
|
* | | | ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/* | Takashi Iwai | 2015-01-28 | 1 | -1/+1 |
* | | | ALSA: Include linux/io.h instead of asm/io.h | Takashi Iwai | 2015-01-28 | 3 | -3/+3 |
* | | | ALSA: seq: remove unused callback_all field | Clemens Ladisch | 2015-01-26 | 3 | -7/+2 |
* | | | ALSA: seq: fix off-by-one error in port limit check | Clemens Ladisch | 2015-01-26 | 1 | -1/+1 |
* | | | ALSA: seq: correctly report maximum number of ports | Clemens Ladisch | 2015-01-26 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' into for-next | Takashi Iwai | 2015-01-26 | 1 | -31/+0 |
|\| | |
|
| * | | ALSA: seq-dummy: remove deadlock-causing events on close | Clemens Ladisch | 2015-01-26 | 1 | -31/+0 |
| |/ |
|
* | | ALSA: timer: Use setup_timer() and mod_timer() | Takashi Iwai | 2015-01-19 | 1 | -3/+1 |
* | | ALSA: seq: Deletion of unnecessary checks before the function call "snd_midi_... | Markus Elfring | 2015-01-04 | 2 | -6/+3 |
* | | ALSA: pcm: add SNDRV_PCM_TRIGGER_DRAIN trigger | Libin Yang | 2014-12-31 | 1 | -1/+9 |
* | | Merge branch 'topic/pcm-params' into for-next | Takashi Iwai | 2014-12-30 | 1 | -3/+3 |
|\ \ |
|
| * | | ALSA: snd_pcm_oss_period_size: Use round{up,down}_pow_of_two() | Lars-Peter Clausen | 2014-12-30 | 1 | -3/+3 |
| |/ |
|
* | | ALSA: Add support for wildcard msbits constraints | Lars-Peter Clausen | 2014-12-30 | 1 | -1/+12 |
* | | ALSA: Fix handling of multiple msbits constraints on the same runtime | Lars-Peter Clausen | 2014-12-30 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-linus' into for-next | Takashi Iwai | 2014-11-28 | 2 | -0/+10 |
|\ |
|