summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2016-08-27ALSA: oxygen: Fix logical-not-parentheses warningTomer Barletz1-1/+1
2016-08-27ALSA: timer: Fix leak in events via snd_timer_user_tinterruptKangjie Lu1-0/+1
2016-08-27ALSA: timer: Fix leak in events via snd_timer_user_ccallbackKangjie Lu1-0/+1
2016-08-27ALSA: timer: Fix leak in SNDRV_TIMER_IOCTL_PARAMSKangjie Lu1-0/+1
2016-08-27ALSA: ctl: Stop notification after disconnectionTakashi Iwai1-0/+2
2016-08-27ALSA: au88x0: Fix calculation in vortex_wtdma_bufshift()Takashi Iwai1-3/+2
2016-08-27ALSA: dummy: Fix a use-after-free at closingTakashi Iwai1-0/+1
2016-06-07ASoC: s3c24xx: use const snd_soc_component_driver pointerArnd Bergmann2-2/+2
2016-06-07ALSA: timer: Use mod_timer() for rearming the system timerTakashi Iwai1-2/+2
2016-06-07ALSA: intel8x0: Add clock quirk entry for AD1981B on IBM ThinkPad X41.Vittorio Gambaletta (VittGam)1-0/+1
2016-03-16ASoC: wm8958: Fix enum ctl accesses in a wrong typeTakashi Iwai1-4/+4
2016-03-16ASoC: wm8994: Fix enum ctl accesses in a wrong typeTakashi Iwai1-2/+2
2016-03-09ALSA: timer: Fix broken compat timer user status ioctlTakashi Iwai1-2/+3
2016-03-09ALSA: hdspm: Fix zero-divisionTakashi Iwai1-0/+8
2016-03-09ALSA: hdsp: Fix wrong boolean ctl value accessesTakashi Iwai1-2/+2
2016-03-09ALSA: hdspm: Fix wrong boolean ctl value accessesTakashi Iwai1-4/+4
2016-03-09ALSA: seq: oss: Don't drain at closing a clientTakashi Iwai3-20/+0
2016-03-09ALSA: timer: Fix ioctls for X32 ABITakashi Iwai1-0/+13
2016-03-09ALSA: rawmidi: Fix ioctls X32 ABITakashi Iwai1-0/+53
2016-03-09ALSA: ctl: Fix ioctls for X32 ABITakashi Iwai1-16/+74
2016-02-25ALSA: seq: Fix double port list deletionTakashi Iwai1-5/+8
2016-02-19ALSA: timer: Fix race between stop and interruptTakashi Iwai1-0/+4
2016-02-19ALSA: dummy: Implement timer backend switching more safelyTakashi Iwai1-18/+19
2016-02-19ALSA: hda - Fix speaker output from VAIO AiO machinesTakashi Iwai1-0/+1
2016-02-19ALSA: timer: Fix wrong instance passed to slave callbacksTakashi Iwai1-1/+1
2016-02-19ALSA: timer: Fix link corruption due to double start or stopTakashi Iwai1-2/+28
2016-02-19ALSA: timer: Fix leftover link at closingTakashi Iwai1-2/+2
2016-02-19ALSA: timer: Code cleanupTakashi Iwai1-17/+11
2016-02-19ALSA: seq: Fix lockdep warnings due to double mutex locksTakashi Iwai2-103/+133
2016-02-19ALSA: seq: Fix race at closing in virmidi driverTakashi Iwai1-1/+5
2016-02-19ALSA: seq: Fix yet another races among ALSA timer accessesTakashi Iwai1-20/+67
2016-02-19ASoC: dpcm: fix the BE state on hw_freeVinod Koul1-1/+2
2016-02-19ALSA: pcm: Fix potential deadlock in OSS emulationTakashi Iwai1-6/+15
2016-02-19ALSA: rawmidi: Fix race at copying & updating the positionTakashi Iwai1-12/+22
2016-02-19ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer checkTakashi Iwai1-1/+1
2016-02-19ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup()Takashi Iwai1-1/+1
2016-02-19ALSA: dummy: Disable switching timer backend via sysfsTakashi Iwai1-1/+1
2016-02-19ALSA: compress: Disable GET_CODEC_CAPS ioctl for some architecturesTakashi Iwai1-0/+11
2016-02-19ALSA: usb-audio: avoid freeing umidi object twiceAndrey Konovalov1-1/+0
2016-02-19ALSA: usb-audio: Fix TEAC UD-501/UD-503/NT-503 usb delayGuillaume Fougnies1-1/+13
2016-01-28ASoC: compress: Fix compress device direction checkVinod Koul1-3/+20
2016-01-28ASoC: arizona: Fix bclk for sample rates that are multiple of 4kHzNikesh Oswal1-1/+1
2016-01-28ASoC: wm8962: correct addresses for HPF_C_0/1Sachin Pandhare1-2/+2
2016-01-28ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0Takashi Iwai1-0/+2
2016-01-28ALSA: hrtimer: Fix stall by hrtimer_cancel()Takashi Iwai1-1/+2
2016-01-28ALSA: pcm: Fix snd_pcm_hw_params struct copy in compat modeNicolas Boichat1-4/+9
2016-01-28ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat modeNicolas Boichat1-4/+5
2016-01-28ALSA: timer: Fix double unlink of active_listTakashi Iwai1-1/+1
2016-01-28ALSA: timer: Fix race among timer ioctlsTakashi Iwai1-13/+19
2016-01-28ALSA: timer: Harden slave timer list handlingTakashi Iwai1-4/+14