| Commit message (Expand) | Author | Age | Files | Lines |
* | ALSA: timer: Use mod_timer() for rearming the system timer | Takashi Iwai | 2016-04-01 | 1 | -2/+2 |
* | ALSA: timer: fix gparams ioctl compatibility for different architectures | Takashi Sakamoto | 2016-03-23 | 2 | -8/+42 |
* | ALSA: ctl: change return value in compatibility layer so that it's the same v... | Takashi Sakamoto | 2016-03-17 | 1 | -1/+1 |
* | Merge tag 'asoc-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... | Takashi Iwai | 2016-03-14 | 1 | -0/+30 |
|\ |
|
| * | Merge remote-tracking branch 'asoc/topic/core-pcm' into asoc-next | Mark Brown | 2016-03-13 | 1 | -0/+30 |
| |\ |
|
| | * | ALSA: pcm: Add snd_pcm_rate_range_to_bits() | Mengdong Lin | 2016-02-05 | 1 | -0/+30 |
* | | | ALSA: pcm: Avoid "BUG:" string for warnings again | Takashi Iwai | 2016-03-10 | 1 | -1/+1 |
* | | | ALSA: seq: Provide card number / PID via sequencer client info | Martin Koegler | 2016-03-08 | 2 | -0/+16 |
* | | | ALSA: compress: fix more typos | Vinod Koul | 2016-03-04 | 1 | -2/+2 |
* | | | ALSA: compress: fix some typos | Vinod Koul | 2016-03-04 | 1 | -2/+2 |
* | | | ALSA: compress: Add SNDRV_PCM_STATE_PREPARED state explanation | Vinod Koul | 2016-03-04 | 1 | -0/+3 |
* | | | ALSA: compress: allow writes in SNDRV_PCM_STATE_PREPARED state | Eric Laurent | 2016-03-04 | 1 | -0/+1 |
* | | | Merge branch 'for-linus' into for-next | Takashi Iwai | 2016-03-04 | 3 | -19/+0 |
|\| | |
|
| * | | ALSA: seq: oss: Don't drain at closing a client | Takashi Iwai | 2016-03-01 | 3 | -19/+0 |
* | | | Merge branch 'for-linus' into for-next | Takashi Iwai | 2016-02-29 | 4 | -21/+320 |
|\| | |
|
| * | | ALSA: timer: Fix ioctls for X32 ABI | Takashi Iwai | 2016-02-28 | 1 | -0/+13 |
| * | | ALSA: timer: Fix broken compat timer user status ioctl | Takashi Iwai | 2016-02-28 | 1 | -2/+3 |
| * | | ALSA: rawmidi: Fix ioctls X32 ABI | Takashi Iwai | 2016-02-28 | 1 | -0/+53 |
| * | | ALSA: rawmidi: Use comapt_put_timespec() | Takashi Iwai | 2016-02-28 | 1 | -2/+1 |
| * | | ALSA: pcm: Fix ioctls for X32 ABI | Takashi Iwai | 2016-02-28 | 1 | -1/+176 |
| * | | ALSA: ctl: Fix ioctls for X32 ABI | Takashi Iwai | 2016-02-28 | 1 | -16/+74 |
* | | | Merge branch 'for-linus' into for-next | Takashi Iwai | 2016-02-26 | 3 | -11/+31 |
|\| | |
|
| * | | ALSA: pcm: Fix rwsem deadlock for non-atomic PCM stream | Takashi Iwai | 2016-02-18 | 1 | -2/+14 |
| * | | ALSA: seq: Fix double port list deletion | Takashi Iwai | 2016-02-16 | 1 | -5/+8 |
| * | | ALSA: seq: Fix leak of pool buffer at concurrent writes | Takashi Iwai | 2016-02-15 | 1 | -4/+9 |
* | | | ALSA: jack: Allow building the jack layer without input device | Takashi Iwai | 2016-02-23 | 2 | -6/+26 |
* | | | ALSA: timer: Call notifier in the same spinlock | Takashi Iwai | 2016-02-12 | 1 | -118/+102 |
* | | | ALSA: timer: Protect the whole snd_timer_close() with open race | Takashi Iwai | 2016-02-10 | 1 | -27/+21 |
|/ / |
|
* | | ALSA: timer: Fix race at concurrent reads | Takashi Iwai | 2016-02-09 | 1 | -19/+15 |
* | | ALSA: timer: Fix race between stop and interrupt | Takashi Iwai | 2016-02-09 | 1 | -0/+4 |
* | | ALSA: timer: Fix wrong instance passed to slave callbacks | Takashi Iwai | 2016-02-08 | 1 | -1/+1 |
* | | ALSA: timer: Fix leftover link at closing | Takashi Iwai | 2016-02-04 | 1 | -2/+2 |
* | | ALSA: seq: Fix lockdep warnings due to double mutex locks | Takashi Iwai | 2016-02-03 | 2 | -103/+133 |
* | | ALSA: rawmidi: Fix race at copying & updating the position | Takashi Iwai | 2016-02-03 | 1 | -12/+22 |
* | | ALSA: rawmidi: Make snd_rawmidi_transmit() race-free | Takashi Iwai | 2016-02-03 | 2 | -31/+84 |
* | | ALSA: timer: Sync timer deletion at closing the system timer | Takashi Iwai | 2016-02-03 | 1 | -0/+10 |
* | | ALSA: timer: Fix link corruption due to double start or stop | Takashi Iwai | 2016-02-01 | 1 | -2/+28 |
* | | ALSA: seq: Fix yet another races among ALSA timer accesses | Takashi Iwai | 2016-02-01 | 1 | -20/+67 |
* | | ALSA: pcm: Fix potential deadlock in OSS emulation | Takashi Iwai | 2016-02-01 | 1 | -6/+15 |
* | | ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer check | Takashi Iwai | 2016-02-01 | 1 | -1/+1 |
* | | ALSA: seq: Fix race at closing in virmidi driver | Takashi Iwai | 2016-02-01 | 1 | -1/+5 |
* | | ALSA: timer: fix SND_PCM_TIMER Kconfig text | Randy Dunlap | 2016-01-28 | 1 | -3/+3 |
* | | ALSA: compress: Disable GET_CODEC_CAPS ioctl for some architectures | Takashi Iwai | 2016-01-25 | 1 | -0/+11 |
* | | ALSA: seq: Degrade the error message for too many opens | Takashi Iwai | 2016-01-25 | 1 | -1/+1 |
* | | ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup() | Takashi Iwai | 2016-01-25 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'sound-fix-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-01-22 | 5 | -9/+65 |
|\ |
|
| * | ALSA: timer: Introduce disconnect op to snd_timer_instance | Takashi Iwai | 2016-01-21 | 1 | -12/+11 |
| * | ALSA: timer: Handle disconnection more safely | Takashi Iwai | 2016-01-21 | 1 | -0/+48 |
| * | ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0 | Takashi Iwai | 2016-01-18 | 1 | -0/+2 |
| * | ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat mode | Nicolas Boichat | 2016-01-18 | 1 | -4/+5 |