summaryrefslogtreecommitdiff
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda - Fix unconditional GPIO toggle via automuteTakashi Iwai2016-04-121-2/+6
* ALSA: intel8x0: Add clock quirk entry for AD1981B on IBM ThinkPad X41.Vittorio Gambaletta (VittGam)2016-04-121-0/+1
* ALSA: usb-audio: Fix double-free in error paths after snd_usb_add_audio_strea...Vladis Dronov2016-04-122-1/+9
* ALSA: usb-audio: Minor code cleanup in create_fixed_stream_quirk()Takashi Iwai2016-04-121-11/+11
* ALSA: usb-audio: Add sanity checks for endpoint accessesTakashi Iwai2016-04-124-0/+11
* ALSA: usb-audio: Fix NULL dereference in create_fixed_stream_quirk()Takashi Iwai2016-04-121-0/+6
* ASoC: wm8958: Fix enum ctl accesses in a wrong typeTakashi Iwai2016-03-161-4/+4
* ASoC: wm8994: Fix enum ctl accesses in a wrong typeTakashi Iwai2016-03-161-2/+2
* ALSA: timer: Fix broken compat timer user status ioctlTakashi Iwai2016-03-091-2/+3
* ALSA: hdspm: Fix zero-divisionTakashi Iwai2016-03-091-0/+8
* ALSA: hdsp: Fix wrong boolean ctl value accessesTakashi Iwai2016-03-091-2/+2
* ALSA: hdspm: Fix wrong boolean ctl value accessesTakashi Iwai2016-03-091-4/+4
* ALSA: seq: oss: Don't drain at closing a clientTakashi Iwai2016-03-093-20/+0
* ALSA: timer: Fix ioctls for X32 ABITakashi Iwai2016-03-091-0/+13
* ALSA: rawmidi: Fix ioctls X32 ABITakashi Iwai2016-03-091-0/+53
* ALSA: ctl: Fix ioctls for X32 ABITakashi Iwai2016-03-091-16/+74
* ALSA: seq: Fix double port list deletionTakashi Iwai2016-02-251-5/+8
* ALSA: dummy: Implement timer backend switching more safelyTakashi Iwai2016-02-171-18/+19
* ALSA: hda - Fix speaker output from VAIO AiO machinesTakashi Iwai2016-02-171-0/+1
* ALSA: hda - Fix static checker warning in patch_hdmi.cDavid Henningsson2016-02-171-1/+2
* ALSA: hda - Add fixup for Mac Mini 7,1 modelTakashi Iwai2016-02-171-0/+27
* ALSA: timer: Fix race between stop and interruptTakashi Iwai2016-02-171-0/+4
* ALSA: timer: Fix wrong instance passed to slave callbacksTakashi Iwai2016-02-171-1/+1
* ALSA: timer: Fix link corruption due to double start or stopTakashi Iwai2016-02-171-2/+28
* ALSA: timer: Fix leftover link at closingTakashi Iwai2016-02-171-2/+2
* ALSA: timer: Code cleanupTakashi Iwai2016-02-171-17/+11
* ALSA: seq: Fix lockdep warnings due to double mutex locksTakashi Iwai2016-02-172-103/+133
* ALSA: seq: Fix race at closing in virmidi driverTakashi Iwai2016-02-171-1/+5
* ALSA: seq: Fix yet another races among ALSA timer accessesTakashi Iwai2016-02-171-20/+67
* ASoC: dpcm: fix the BE state on hw_freeVinod Koul2016-02-171-1/+2
* ALSA: pcm: Fix potential deadlock in OSS emulationTakashi Iwai2016-02-171-6/+15
* ALSA: rawmidi: Fix race at copying & updating the positionTakashi Iwai2016-02-171-12/+22
* ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer checkTakashi Iwai2016-02-171-1/+1
* ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup()Takashi Iwai2016-02-171-1/+1
* ALSA: dummy: Disable switching timer backend via sysfsTakashi Iwai2016-02-171-1/+1
* ALSA: compress: Disable GET_CODEC_CAPS ioctl for some architecturesTakashi Iwai2016-02-171-0/+11
* ALSA: usb-audio: avoid freeing umidi object twiceAndrey Konovalov2016-02-171-1/+0
* ALSA: usb-audio: Fix TEAC UD-501/UD-503/NT-503 usb delayGuillaume Fougnies2016-02-171-1/+13
* ASoC: compress: Fix compress device direction checkVinod Koul2016-01-281-3/+20
* ASoC: arizona: Fix bclk for sample rates that are multiple of 4kHzNikesh Oswal2016-01-281-1/+1
* ASoC: wm8974: set cache type for regmapMans Rullgard2016-01-281-0/+1
* ASoC: wm8962: correct addresses for HPF_C_0/1Sachin Pandhare2016-01-281-2/+2
* ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0Takashi Iwai2016-01-281-0/+2
* ALSA: hrtimer: Fix stall by hrtimer_cancel()Takashi Iwai2016-01-281-1/+2
* ALSA: pcm: Fix snd_pcm_hw_params struct copy in compat modeNicolas Boichat2016-01-281-4/+9
* ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat modeNicolas Boichat2016-01-281-4/+5
* ALSA: timer: Fix double unlink of active_listTakashi Iwai2016-01-281-1/+1
* ALSA: timer: Fix race among timer ioctlsTakashi Iwai2016-01-281-13/+19
* ALSA: timer: Harden slave timer list handlingTakashi Iwai2016-01-281-4/+14
* ALSA: seq: Fix race at timer setup and closeTakashi Iwai2016-01-281-0/+2