summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | ALSA: compress: Remove pointless NULL checkCharles Keepax2016-05-091-4/+3
* | | ALSA: compress: Use snd_compr_get_poll on error pathCharles Keepax2016-05-091-4/+1
* | | ALSA: pcm: Fix poll error return codesCharles Keepax2016-05-091-2/+2
* | | ALSA: timer: Fix leak in events via snd_timer_user_tinterruptKangjie Lu2016-05-081-0/+1
* | | ALSA: timer: Fix leak in events via snd_timer_user_ccallbackKangjie Lu2016-05-081-0/+1
* | | ALSA: timer: Fix leak in SNDRV_TIMER_IOCTL_PARAMSKangjie Lu2016-05-081-0/+1
* | | ALSA: hrtimer: Handle start/stop more properlyTakashi Iwai2016-04-261-17/+39
* | | ALSA: timer: remove legacy rtctimerAlexandre Belloni2016-04-255-221/+0
* | | ALSA: pcm : Call kill_fasync() in stream lockTakashi Iwai2016-04-141-1/+1
|/ /
* | ALSA: timer: Use mod_timer() for rearming the system timerTakashi Iwai2016-04-011-2/+2
* | ALSA: timer: fix gparams ioctl compatibility for different architecturesTakashi Sakamoto2016-03-232-8/+42
|/
* ALSA: ctl: change return value in compatibility layer so that it's the same v...Takashi Sakamoto2016-03-171-1/+1
* Merge tag 'asoc-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Takashi Iwai2016-03-141-0/+30
|\
| * Merge remote-tracking branch 'asoc/topic/core-pcm' into asoc-nextMark Brown2016-03-131-0/+30
| |\
| | * ALSA: pcm: Add snd_pcm_rate_range_to_bits()Mengdong Lin2016-02-051-0/+30
* | | ALSA: pcm: Avoid "BUG:" string for warnings againTakashi Iwai2016-03-101-1/+1
* | | ALSA: seq: Provide card number / PID via sequencer client infoMartin Koegler2016-03-082-0/+16
* | | ALSA: compress: fix more typosVinod Koul2016-03-041-2/+2
* | | ALSA: compress: fix some typosVinod Koul2016-03-041-2/+2
* | | ALSA: compress: Add SNDRV_PCM_STATE_PREPARED state explanationVinod Koul2016-03-041-0/+3
* | | ALSA: compress: allow writes in SNDRV_PCM_STATE_PREPARED stateEric Laurent2016-03-041-0/+1
* | | Merge branch 'for-linus' into for-nextTakashi Iwai2016-03-043-19/+0
|\| |
| * | ALSA: seq: oss: Don't drain at closing a clientTakashi Iwai2016-03-013-19/+0
* | | Merge branch 'for-linus' into for-nextTakashi Iwai2016-02-294-21/+320
|\| |
| * | ALSA: timer: Fix ioctls for X32 ABITakashi Iwai2016-02-281-0/+13
| * | ALSA: timer: Fix broken compat timer user status ioctlTakashi Iwai2016-02-281-2/+3
| * | ALSA: rawmidi: Fix ioctls X32 ABITakashi Iwai2016-02-281-0/+53
| * | ALSA: rawmidi: Use comapt_put_timespec()Takashi Iwai2016-02-281-2/+1
| * | ALSA: pcm: Fix ioctls for X32 ABITakashi Iwai2016-02-281-1/+176
| * | ALSA: ctl: Fix ioctls for X32 ABITakashi Iwai2016-02-281-16/+74
* | | Merge branch 'for-linus' into for-nextTakashi Iwai2016-02-263-11/+31
|\| |
| * | ALSA: pcm: Fix rwsem deadlock for non-atomic PCM streamTakashi Iwai2016-02-181-2/+14
| * | ALSA: seq: Fix double port list deletionTakashi Iwai2016-02-161-5/+8
| * | ALSA: seq: Fix leak of pool buffer at concurrent writesTakashi Iwai2016-02-151-4/+9
* | | ALSA: jack: Allow building the jack layer without input deviceTakashi Iwai2016-02-232-6/+26
* | | ALSA: timer: Call notifier in the same spinlockTakashi Iwai2016-02-121-118/+102
* | | ALSA: timer: Protect the whole snd_timer_close() with open raceTakashi Iwai2016-02-101-27/+21
|/ /
* | ALSA: timer: Fix race at concurrent readsTakashi Iwai2016-02-091-19/+15
* | ALSA: timer: Fix race between stop and interruptTakashi Iwai2016-02-091-0/+4
* | ALSA: timer: Fix wrong instance passed to slave callbacksTakashi Iwai2016-02-081-1/+1
* | ALSA: timer: Fix leftover link at closingTakashi Iwai2016-02-041-2/+2
* | ALSA: seq: Fix lockdep warnings due to double mutex locksTakashi Iwai2016-02-032-103/+133
* | ALSA: rawmidi: Fix race at copying & updating the positionTakashi Iwai2016-02-031-12/+22
* | ALSA: rawmidi: Make snd_rawmidi_transmit() race-freeTakashi Iwai2016-02-032-31/+84
* | ALSA: timer: Sync timer deletion at closing the system timerTakashi Iwai2016-02-031-0/+10
* | ALSA: timer: Fix link corruption due to double start or stopTakashi Iwai2016-02-011-2/+28
* | ALSA: seq: Fix yet another races among ALSA timer accessesTakashi Iwai2016-02-011-20/+67
* | ALSA: pcm: Fix potential deadlock in OSS emulationTakashi Iwai2016-02-011-6/+15
* | ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer checkTakashi Iwai2016-02-011-1/+1
* | ALSA: seq: Fix race at closing in virmidi driverTakashi Iwai2016-02-011-1/+5