Age | Commit message (Expand) | Author |
2018-11-29 | ALSA: pcm: Fix starvation on down_write_nonblock() | Chanho Min |
2018-11-29 | ALSA: pcm: Call snd_pcm_unlink() conditionally at closing | Takashi Iwai |
2018-11-24 | ALSA: control: Fix race between adding and removing a user element | Takashi Iwai |
2018-11-09 | ALSA: oss: Use kvzalloc() for local buffer allocations | Takashi Iwai |
2018-10-12 | ALSA: seq: oss: Use the standard fall-through annotation | Takashi Iwai |
2018-10-12 | ALSA: memalloc: Add fall-through annotation | Takashi Iwai |
2018-10-04 | ALSA: rawmidi: A lightweight function to discard pending bytes | Takashi Iwai |
2018-09-10 | ALSA: pcm: Update hardware pointer before start capture | Ricardo Biehl Pasquali |
2018-09-04 | Merge branch 'topic/pcm-indirect-fixes' into for-next | Takashi Iwai |
2018-09-03 | ALSA: rawmidi: Initialize allocated buffers | Takashi Iwai |
2018-08-28 | ALSA: memalloc: Add non-cached buffer type | Takashi Iwai |
2018-08-28 | ALSA: memalloc: Simplify snd_malloc_dev_pages() calls | Takashi Iwai |
2018-08-28 | ALSA: memalloc: Don't align the size to power-of-two | Takashi Iwai |
2018-08-28 | ALSA: seq: Do error checks at creating system ports | Takashi Iwai |
2018-08-28 | ALSA: seq: add error check in snd_seq_system_client_init() | Dan Carpenter |
2018-08-27 | ALSA: pcm: signedness bug in snd_pcm_plug_alloc() | Dan Carpenter |
2018-08-27 | ALSA: pcm: Return 0 when size < start_threshold in capture | Ricardo Biehl Pasquali |
2018-08-14 | ALSA: seq: virmidi: Fix discarding the unsubscribed output | Takashi Iwai |
2018-08-04 | ALSA: seq_oss: Mark expected switch fall-through | Gustavo A. R. Silva |
2018-08-04 | ALSA: seq: Mark expected switch fall-through | Gustavo A. R. Silva |
2018-08-03 | ALSA: compress: Remove empty init and exit | Takashi Iwai |
2018-08-01 | ALSA: seq: Drop unused 64bit division macros | Takashi Iwai |
2018-08-01 | ALSA: seq: Use no intrruptible mutex_lock | Takashi Iwai |
2018-08-01 | ALSA: seq: Fix leftovers at probe error path | Takashi Iwai |
2018-08-01 | ALSA: seq: Remove dead codes | Takashi Iwai |
2018-08-01 | ALSA: seq: Minor cleanup of MIDI event parser helpers | Takashi Iwai |
2018-08-01 | ALSA: pcm: Mark expected switch fall-through | Gustavo A. R. Silva |
2018-07-30 | ALSA: seq: virmidi: Use READ_ONCE/WRITE_ONCE() macros | Takashi Iwai |
2018-07-30 | ALSA: seq: virmidi: Offload the output event processing | Takashi Iwai |
2018-07-29 | Merge branch 'for-linus' into topic/virmidi | Takashi Iwai |
2018-07-27 | ALSA: pcm: Fix sparse warning wrt PCM format type | Takashi Iwai |
2018-07-27 | ALSA: virmidi: Fix too long output trigger loop | Takashi Iwai |
2018-07-26 | ALSA: pcm: Use standard lower_32_bits() and upper_32_bits() | Takashi Iwai |
2018-07-26 | ALSA: seq: Fix poll() error return | Takashi Iwai |
2018-07-23 | ALSA: memalloc: Don't exceed over the requested size | Takashi Iwai |
2018-07-22 | ALSA: timer: catch invalid timer object creation | Srikanth K H |
2018-07-18 | ALSA: rawmidi: Use kvmalloc() for buffers | Takashi Iwai |
2018-07-17 | ALSA: rawmidi: Minor code refactoring | Takashi Iwai |
2018-07-17 | ALSA: rawmidi: Simplify error paths | Takashi Iwai |
2018-07-17 | ALSA: rawmidi: Tidy up coding styles | Takashi Iwai |
2018-07-17 | Merge branch 'for-linus' into for-next | Takashi Iwai |
2018-07-17 | ALSA: rawmidi: Change resized buffers atomically | Takashi Iwai |
2018-07-11 | ALSA: pcm: Fix snd_interval_refine first/last with open min/max | Timo Wischer |
2018-07-06 | ALSA: pcm: Allow drivers to set R/W wait time. | Liam Girdwood |
2018-07-04 | ALSA: pcm: Use snd_pcm_stop_xrun() for xrun injection | Takashi Iwai |
2018-07-04 | ALSA: pcm: trace XRUN event at injection, too | Takashi Iwai |
2018-06-25 | ALSA: seq: Fix UBSAN warning at SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT ioctl | Takashi Iwai |
2018-06-25 | ALSA: timer: Fix UBSAN warning at SNDRV_TIMER_IOCTL_NEXT_DEVICE ioctl | Takashi Iwai |
2018-06-15 | docs: Fix some broken references | Mauro Carvalho Chehab |
2018-06-12 | treewide: Use array_size() in vmalloc() | Kees Cook |