summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ALSA: seq: Fix OSS sysex delivery in OSS emulationTakashi Iwai2018-01-013-3/+32
* ALSA: timer: Limit max instances per timerTakashi Iwai2018-01-012-13/+55
* ALSA: timer: Protect the whole snd_timer_close() with open raceTakashi Iwai2018-01-011-24/+18
* ALSA: seq: Fix nested rwsem annotation for lockdep splatTakashi Iwai2018-01-011-1/+1
* ALSA: timer: Add missing mutex lock for compat ioctlsTakashi Iwai2018-01-011-2/+15
* ALSA: caiaq: Fix stray URB at probe error pathTakashi Iwai2018-01-011-3/+9
* ALSA: seq: Fix copy_from_user() call inside lockTakashi Iwai2018-01-011-8/+19
* ALSA: usx2y: Suppress kernel warning at page allocation failuresTakashi Iwai2018-01-011-2/+4
* ALSA: snd-usb-caiaq: initialize card pointerDaniel Mack2017-11-111-1/+1
* ASoC: wm8985: Refactor set_pll code to avoid gcc warningsFabio Estevam2017-11-111-23/+20
* ASoC: wm8993: Refactor set_pll code to avoid GCC warningsFabio Estevam2017-11-111-19/+22
* ASoC: wm_hubs: Silence reg_r and reg_l 'may be used uninitialized' warningsTim Gardner2017-11-111-1/+1
* ASoC: adau1373: adau1373_hw_params: Silence overflow warningTim Gardner2017-11-111-1/+4
* ALSA: seq: Enable 'use' locking in all configurationsBen Hutchings2017-11-112-16/+0
* ALSA: usb-audio: Check out-of-bounds access by corrupted buffer descriptorTakashi Iwai2017-11-111-0/+20
* ALSA: usb-audio: Kill stray URB at exitingTakashi Iwai2017-11-112-2/+12
* ALSA: seq: Fix use-after-free at creating a portTakashi Iwai2017-11-112-3/+10
* ALSA: hda - Add stereo mic quirk for Lenovo G50-70 (17aa:3978)Takashi Iwai2017-11-111-0/+1
* ALSA: core: Fix unexpected error at replacing user TLVTakashi Iwai2017-11-111-1/+1
* ALSA: usb-audio: Add mute TLV for playback volumes on C-Media devicesTakashi Iwai2017-11-113-0/+9
* ASoC: Fix use-after-free at card unregistrationTakashi Iwai2017-09-151-2/+3
* ALSA: hda - apply STAC_9200_DELL_M22 quirk for Dell Latitude D430Alexander Tsoy2017-09-151-0/+2
* ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECTTakashi Iwai2017-07-181-0/+1
* ALSA: timer: Fix race between read and ioctlTakashi Iwai2017-07-181-2/+4
* ALSA: seq: Don't break snd_use_lock_sync() loop by timeoutTakashi Iwai2017-07-181-6/+3
* ALSA: seq: Fix race during FIFO resizeTakashi Iwai2017-07-181-0/+4
* ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()Takashi Iwai2017-07-184-4/+18
* ALSA: ctxfi: Fix the incorrect check of dma_set_mask() callTakashi Iwai2017-07-181-1/+1
* ALSA: seq: Fix link corruption by event error handlingTakashi Iwai2017-06-051-0/+3
* ALSA: ctxfi: Fallback DMA mask to 32bitTakashi Iwai2017-06-052-25/+12
* ALSA: timer: Reject user params with too small ticksTakashi Iwai2017-06-051-3/+15
* ALSA: seq: Fix race at creating a queueTakashi Iwai2017-03-161-13/+20
* ALSA: seq: Don't handle loop timeout at snd_seq_pool_done()Takashi Iwai2017-03-161-8/+1
* ALSA: usb-audio: Add QuickCam Communicate Deluxe/S7500 to volume_control_quirksCon Kolivas2017-03-161-1/+2
* ALSA: usb-audio: Fix bogus error return in snd_usb_create_stream()Takashi Iwai2017-03-161-1/+0
* ALSA: pcm : Call kill_fasync() in stream lockTakashi Iwai2017-02-231-1/+1
* ALSA: usb-audio: Add quirk for Syntek STK1160Marcel Hasler2017-02-231-0/+17
* ALSA: usb-audio: Extend DragonFly dB scale quirk to cover other variantsAnssi Hannula2017-02-231-6/+16
* ALSA: ali5451: Fix out-of-bound position reportingTakashi Iwai2017-02-231-0/+2
* ALSA: rawmidi: Fix possible deadlock with virmidi registrationTakashi Iwai2016-11-201-1/+3
* ALSA: timer: Fix zero-division by continue of uninitialized instanceTakashi Iwai2016-11-201-0/+14
* ALSA: timer: Code cleanupTakashi Iwai2016-11-201-23/+17
* ALSA: timer: fix NULL pointer dereference in read()/ioctl() raceVegard Nossum2016-11-201-0/+2
* ALSA: timer: fix NULL pointer dereference on memory allocation failureVegard Nossum2016-11-201-2/+13
* ALSA: timer: fix division by zero after SNDRV_TIMER_IOCTL_CONTINUEVegard Nossum2016-11-201-0/+1
* ALSA: ctl: Stop notification after disconnectionTakashi Iwai2016-11-201-0/+2
* 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