summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ALSA: timer: Fix leak in events via snd_timer_user_tinterruptKangjie Lu2016-08-221-0/+1
* ALSA: timer: Fix leak in events via snd_timer_user_ccallbackKangjie Lu2016-08-221-0/+1
* ALSA: timer: Fix leak in SNDRV_TIMER_IOCTL_PARAMSKangjie Lu2016-08-221-0/+1
* ALSA: timer: Fix negative queue usage by racy accessesTakashi Iwai2016-08-221-1/+1
* ALSA: au88x0: Fix calculation in vortex_wtdma_bufshift()Takashi Iwai2016-08-221-3/+2
* ALSA: echoaudio: Fix memory allocationChristophe JAILLET2016-08-221-2/+2
* ALSA: dummy: Fix a use-after-free at closingTakashi Iwai2016-08-221-0/+1
* ALSA: timer: Use mod_timer() for rearming the system timerTakashi Iwai2016-05-011-2/+2
* ALSA: usb-audio: Fix double-free in error paths after snd_usb_add_audio_strea...Vladis Dronov2016-05-012-1/+9
* ALSA: usb-audio: Minor code cleanup in create_fixed_stream_quirk()Takashi Iwai2016-05-011-11/+11
* ALSA: usb-audio: Add sanity checks for endpoint accessesTakashi Iwai2016-05-012-0/+4
* ALSA: usb-audio: Fix NULL dereference in create_fixed_stream_quirk()Takashi Iwai2016-05-011-0/+6
* ALSA: intel8x0: Add clock quirk entry for AD1981B on IBM ThinkPad X41.Vittorio Gambaletta (VittGam)2016-05-011-0/+1
* ALSA: seq: oss: Don't drain at closing a clientTakashi Iwai2016-04-013-20/+0
* ASoC: wm8994: Fix enum ctl accesses in a wrong typeTakashi Iwai2016-04-011-2/+2
* ASoC: wm8958: Fix enum ctl accesses in a wrong typeTakashi Iwai2016-04-011-4/+4
* ALSA: hdsp: Fix wrong boolean ctl value accessesTakashi Iwai2016-04-011-2/+2
* ALSA: hdspm: Fix wrong boolean ctl value accessesTakashi Iwai2016-04-011-3/+3
* ALSA: timer: Fix broken compat timer user status ioctlTakashi Iwai2016-04-011-2/+3
* ALSA: seq: Fix double port list deletionTakashi Iwai2016-04-011-5/+8
* ALSA: seq: Fix leak of pool buffer at concurrent writesTakashi Iwai2016-04-011-4/+9
* ALSA: usb-audio: avoid freeing umidi object twiceAndrey Konovalov2016-02-271-1/+0
* ALSA: timer: Fix race at concurrent readsTakashi Iwai2016-02-271-18/+14
* ALSA: timer: Fix race between stop and interruptTakashi Iwai2016-02-271-0/+4
* ALSA: timer: Fix wrong instance passed to slave callbacksTakashi Iwai2016-02-271-1/+1
* ALSA: dummy: Implement timer backend switching more safelyTakashi Iwai2016-02-271-18/+19
* ALSA: timer: Fix leftover link at closingTakashi Iwai2016-02-271-2/+2
* ALSA: seq: Fix lockdep warnings due to double mutex locksTakashi Iwai2016-02-272-103/+133
* ALSA: rawmidi: Fix race at copying & updating the positionTakashi Iwai2016-02-271-12/+22
* ALSA: rawmidi: Make snd_rawmidi_transmit() race-freeTakashi Iwai2016-02-272-31/+84
* ALSA: timer: Fix link corruption due to double start or stopTakashi Iwai2016-02-271-2/+28
* ALSA: seq: Fix yet another races among ALSA timer accessesTakashi Iwai2016-02-271-20/+67
* ALSA: pcm: Fix potential deadlock in OSS emulationTakashi Iwai2016-02-271-6/+15
* ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer checkTakashi Iwai2016-02-271-1/+1
* ALSA: seq: Fix race at closing in virmidi driverTakashi Iwai2016-02-271-1/+5
* ALSA: dummy: Disable switching timer backend via sysfsTakashi Iwai2016-02-271-1/+1
* ALSA: seq: Degrade the error message for too many opensTakashi Iwai2016-02-271-1/+1
* ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup()Takashi Iwai2016-02-271-1/+1
* ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0Takashi Iwai2016-02-131-0/+2
* ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat modeNicolas Boichat2016-02-131-4/+5
* ALSA: pcm: Fix snd_pcm_hw_params struct copy in compat modeNicolas Boichat2016-02-131-4/+9
* ALSA: hrtimer: Fix stall by hrtimer_cancel()Takashi Iwai2016-02-131-1/+2
* ALSA: timer: Harden slave timer list handlingTakashi Iwai2016-02-131-4/+14
* ALSA: timer: Fix race among timer ioctlsTakashi Iwai2016-02-131-13/+19
* ALSA: timer: Fix double unlink of active_listTakashi Iwai2016-02-131-1/+1
* ALSA: seq: Fix race at timer setup and closeTakashi Iwai2016-02-131-0/+2
* ALSA: seq: Fix missing NULL check at remove_events ioctlTakashi Iwai2016-02-131-1/+1
* ALSA: fm801: propagate TUNER_ONLY bit when autodetectedAndy Shevchenko2016-02-131-0/+4
* ALSA: usb-audio: Add a more accurate volume quirk for AudioQuest DragonFlyAnssi Hannula2016-01-224-12/+43
* ALSA: rme96: Fix unexpected volume reset after rate changesTakashi Iwai2015-12-301-15/+26