aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-01ALSA: timer: Use mod_timer() for rearming the system timerTakashi Iwai1-2/+2
2016-03-23ALSA: timer: fix gparams ioctl compatibility for different architecturesTakashi Sakamoto2-8/+42
2016-03-17ALSA: ctl: change return value in compatibility layer so that it's the same value in core implementationTakashi Sakamoto1-1/+1
2016-03-14Merge tag 'asoc-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-0/+30
2016-03-13Merge remote-tracking branch 'asoc/topic/core-pcm' into asoc-nextMark Brown1-0/+30
2016-03-10ALSA: pcm: Avoid "BUG:" string for warnings againTakashi Iwai1-1/+1
2016-03-08ALSA: seq: Provide card number / PID via sequencer client infoMartin Koegler2-0/+16
2016-03-04ALSA: compress: fix more typosVinod Koul1-2/+2
2016-03-04ALSA: compress: fix some typosVinod Koul1-2/+2
2016-03-04ALSA: compress: Add SNDRV_PCM_STATE_PREPARED state explanationVinod Koul1-0/+3
2016-03-04ALSA: compress: allow writes in SNDRV_PCM_STATE_PREPARED stateEric Laurent1-0/+1
2016-03-04Merge branch 'for-linus' into for-nextTakashi Iwai3-19/+0
2016-03-01ALSA: seq: oss: Don't drain at closing a clientTakashi Iwai3-19/+0
2016-02-29Merge branch 'for-linus' into for-nextTakashi Iwai4-21/+320
2016-02-28ALSA: timer: Fix ioctls for X32 ABITakashi Iwai1-0/+13
2016-02-28ALSA: timer: Fix broken compat timer user status ioctlTakashi Iwai1-2/+3
2016-02-28ALSA: rawmidi: Fix ioctls X32 ABITakashi Iwai1-0/+53
2016-02-28ALSA: rawmidi: Use comapt_put_timespec()Takashi Iwai1-2/+1
2016-02-28ALSA: pcm: Fix ioctls for X32 ABITakashi Iwai1-1/+176
2016-02-28ALSA: ctl: Fix ioctls for X32 ABITakashi Iwai1-16/+74
2016-02-26Merge branch 'for-linus' into for-nextTakashi Iwai3-11/+31
2016-02-23ALSA: jack: Allow building the jack layer without input deviceTakashi Iwai2-6/+26
2016-02-18ALSA: pcm: Fix rwsem deadlock for non-atomic PCM streamTakashi Iwai1-2/+14
2016-02-16ALSA: seq: Fix double port list deletionTakashi Iwai1-5/+8
2016-02-15ALSA: seq: Fix leak of pool buffer at concurrent writesTakashi Iwai1-4/+9
2016-02-12ALSA: timer: Call notifier in the same spinlockTakashi Iwai1-118/+102
2016-02-10ALSA: timer: Protect the whole snd_timer_close() with open raceTakashi Iwai1-27/+21
2016-02-09ALSA: timer: Fix race at concurrent readsTakashi Iwai1-19/+15
2016-02-09ALSA: timer: Fix race between stop and interruptTakashi Iwai1-0/+4
2016-02-08ALSA: timer: Fix wrong instance passed to slave callbacksTakashi Iwai1-1/+1
2016-02-05ALSA: pcm: Add snd_pcm_rate_range_to_bits()Mengdong Lin1-0/+30
2016-02-04ALSA: timer: Fix leftover link at closingTakashi Iwai1-2/+2
2016-02-03ALSA: seq: Fix lockdep warnings due to double mutex locksTakashi Iwai2-103/+133
2016-02-03ALSA: rawmidi: Fix race at copying & updating the positionTakashi Iwai1-12/+22
2016-02-03ALSA: rawmidi: Make snd_rawmidi_transmit() race-freeTakashi Iwai2-31/+84
2016-02-03ALSA: timer: Sync timer deletion at closing the system timerTakashi Iwai1-0/+10
2016-02-01ALSA: timer: Fix link corruption due to double start or stopTakashi Iwai1-2/+28
2016-02-01ALSA: seq: Fix yet another races among ALSA timer accessesTakashi Iwai1-20/+67
2016-02-01ALSA: pcm: Fix potential deadlock in OSS emulationTakashi Iwai1-6/+15
2016-02-01ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer checkTakashi Iwai1-1/+1
2016-02-01ALSA: seq: Fix race at closing in virmidi driverTakashi Iwai1-1/+5
2016-01-28ALSA: timer: fix SND_PCM_TIMER Kconfig textRandy Dunlap1-3/+3
2016-01-25ALSA: compress: Disable GET_CODEC_CAPS ioctl for some architecturesTakashi Iwai1-0/+11
2016-01-25ALSA: seq: Degrade the error message for too many opensTakashi Iwai1-1/+1
2016-01-25ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup()Takashi Iwai1-1/+1
2016-01-22Merge tag 'sound-fix-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds5-9/+65
2016-01-21ALSA: timer: Introduce disconnect op to snd_timer_instanceTakashi Iwai1-12/+11
2016-01-21ALSA: timer: Handle disconnection more safelyTakashi Iwai1-0/+48
2016-01-18ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0Takashi Iwai1-0/+2
2016-01-18ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat modeNicolas Boichat1-4/+5