| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'sound-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2015-04-15 | 30 | -778/+602 |
|\ |
|
| * | ALSA: ctl: fix to handle several elements added by one operation for userspac... | Takashi Sakamoto | 2015-04-13 | 1 | -5/+11 |
| * | ALSA: control: Fix a typo of SNDRV_CTL_ELEM_ACCESS_TLV_* with SNDRV_CTL_TLV_OP_* | Takashi Iwai | 2015-04-12 | 1 | -1/+1 |
| * | ALSA: ctl: fill identical information to return value when adding userspace e... | Takashi Sakamoto | 2015-04-11 | 1 | -1/+21 |
| * | ALSA: ctl: fix a bug to return no identical information in info operation for... | Takashi Sakamoto | 2015-04-11 | 1 | -0/+7 |
| * | ALSA: ctl: confirm to return all identical information in 'activate' event | Takashi Sakamoto | 2015-04-11 | 1 | -0/+2 |
| * | ALSA: seq: fill client ID in return value of pool operation | Takashi Sakamoto | 2015-04-11 | 1 | -0/+1 |
| * | ALSA: ctl: evaluate macro instead of numerical value | Takashi Sakamoto | 2015-04-10 | 1 | -5/+8 |
| * | Merge branch 'topic/hda-unbind' into for-next | Takashi Iwai | 2015-03-16 | 2 | -14/+34 |
| |\ |
|
| | * | ALSA: core: Re-add snd_device_disconnect() | Takashi Iwai | 2015-03-03 | 2 | -14/+34 |
| * | | ALSA: control: Fix breakage of user ctl element addition | Takashi Iwai | 2015-03-13 | 1 | -0/+1 |
| * | | Merge branch 'for-linus' into for-next | Takashi Iwai | 2015-03-12 | 1 | -0/+5 |
| |\ \ |
|
| * | | | ALSA: seq: Fix init order of snd_seq_device stuff | Takashi Iwai | 2015-03-11 | 1 | -1/+1 |
| * | | | ALSA: core: Drop superfluous error/debug messages after malloc failures | Takashi Iwai | 2015-03-10 | 8 | -32/+10 |
| * | | | ALSA: seq: Drop superfluous error/debug messages after malloc failures | Takashi Iwai | 2015-03-10 | 6 | -21/+7 |
| * | | | ALSA: seq_oss: Drop superfluous error/debug messages after malloc failures | Takashi Iwai | 2015-03-10 | 4 | -15/+9 |
| * | | | ALSA: core: reduce stack usage related to snd_ctl_new() | Takashi Sakamoto | 2015-03-10 | 1 | -83/+130 |
| * | | | ALSA: core: use precomputed table to check userspace control params | Takashi Sakamoto | 2015-03-10 | 1 | -32/+28 |
| * | | | Merge tag 'asoc-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... | Takashi Iwai | 2015-03-06 | 1 | -0/+2 |
| |\ \ \ |
|
| * | | | | ALSA: Fix spelling typo in Documentation/DocBook/alsa-driver-api.xml | Masanari Iida | 2015-03-04 | 1 | -2/+2 |
| | |_|/
| |/| | |
|
| * | | | Merge branch 'topic/timestamp' into for-next | Takashi Iwai | 2015-02-23 | 3 | -37/+120 |
| |\ \ \ |
|
| | * | | | ALSA: core: add .get_time_info | Pierre-Louis Bossart | 2015-02-20 | 2 | -29/+83 |
| | * | | | ALSA: core: pass audio tstamp config from userspace in compat mode | Pierre-Louis Bossart | 2015-02-20 | 1 | -5/+23 |
| | * | | | ALSA: core: pass audio tstamp config from userspace | Pierre-Louis Bossart | 2015-02-20 | 1 | -3/+14 |
| * | | | | Merge branch 'topic/pcm-internal' into for-next | Takashi Iwai | 2015-02-23 | 1 | -51/+41 |
| |\ \ \ \ |
|
| | * | | | | ALSA: pcm: Don't ignore internal PCMs in snd_pcm_dev_disconnect() | Takashi Iwai | 2015-02-20 | 1 | -5/+2 |
| | * | | | | ALSA: pcm: Don't notify internal PCMs | Takashi Iwai | 2015-02-20 | 1 | -5/+8 |
| | * | | | | ALSA: pcm: Don't add internal PCMs to PCM device list | Takashi Iwai | 2015-02-20 | 1 | -15/+16 |
| | * | | | | ALSA: pcm: Minor refactoring in snd_pcm_attach_substream() | Takashi Iwai | 2015-02-20 | 1 | -26/+15 |
| | |/ / / |
|
| * | | | | Merge branch 'topic/seq-cleanup' into for-next | Takashi Iwai | 2015-02-23 | 6 | -475/+168 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | ALSA: seq: Drop snd_seq_autoload_lock() and _unlock() | Takashi Iwai | 2015-02-12 | 4 | -36/+9 |
| | * | | | 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 |
| |\ |
|