summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ALSA: usb-audio: Fix implicit fb endpoint setup by quirkManuel Reinhardt2019-05-021-1/+8
* ALSA: cs46xx: Potential NULL dereference in probeDan Carpenter2019-05-021-0/+3
* ASoC: atom: fix a missing check of snd_pcm_lib_malloc_pagesKangjie Lu2019-05-021-1/+7
* ASoC: tlv320aic32x4: Kernel OOPS while entering DAPM standby modeb-ak2019-05-021-0/+4
* ALSA: usb-audio: Fix an out-of-bound read in create_composite_quirksHui Peng2019-05-021-0/+6
* ALSA: usb-audio: Always check descriptor sizes in parser codeTakashi Iwai2019-05-022-10/+26
* ALSA: usb-audio: Avoid access before bLength check in build_audio_procunit()Takashi Iwai2019-05-021-2/+8
* ALSA: hda/tegra: clear pending irq handlersSameer Pujar2019-04-041-0/+1
* ALSA: emu10k1: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva2019-04-041-0/+5
* ALSA: rme9652: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2019-04-041-4/+6
* ALSA: pcm: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2019-04-041-0/+2
* ALSA: emux: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva2019-04-041-2/+5
* ALSA: usb-audio: Fix UAF decrement if card has no live interfaces in card.cHui Peng2019-02-111-1/+4
* ALSA: usb-audio: Replace probing flag with active refcountTakashi Iwai2019-02-112-9/+4
* ALSA: usb-audio: Avoid nested autoresume callsTakashi Iwai2019-02-117-133/+141
* ALSA: hda: Add support for AMD Stoney RidgeKai-Heng Feng2019-02-111-0/+4
* ALSA: pcm: Call snd_pcm_unlink() conditionally at closingTakashi Iwai2019-02-111-1/+2
* ALSA: control: Fix race between adding and removing a user elementTakashi Iwai2019-02-111-35/+45
* ALSA: control: fix failure to return numerical ID in 'add' eventTakashi Sakamoto2019-02-111-0/+1
* ALSA: sparc: Fix invalid snd_free_pages() at error pathTakashi Iwai2019-02-111-6/+2
* ALSA: wss: Fix invalid snd_free_pages() at error pathTakashi Iwai2019-02-111-2/+0
* ALSA: ac97: Fix incorrect bit shift at AC97-SPSA control writeTakashi Iwai2019-02-111-1/+1
* ALSA: oss: Use kvzalloc() for local buffer allocationsTakashi Iwai2019-02-112-2/+2
* ALSA: ca0106: Disable IZD on SB0570 DAC to fix audio popsAlex Stanoev2019-02-111-1/+1
* ALSA: hda - Add mic quirk for the Lenovo G50-30 (17aa:3905)Jeremy Cline2019-02-111-0/+1
* ALSA: usb-audio: update quirk for B&W PX to remove microphoneNicolas Huaman2019-02-111-7/+2
* ALSA: emu10k1: fix possible info leak to userspace on SNDRV_EMU10K1_IOCTL_INFOWilly Tarreau2018-12-161-1/+1
* ALSA: bebob: use address returned by kmalloc() instead of kernel stack for st...Takashi Sakamoto2018-12-161-10/+14
* ASoC: wm8994: Fix missing break in switchGustavo A. R. Silva2018-12-161-1/+1
* ASoC: wm8994: Mark expected switch fall-throughGustavo A. R. Silva2018-12-161-0/+1
* ALSA: virmidi: Fix too long output trigger loopTakashi Iwai2018-12-161-0/+10
* ALSA: cs5535audio: Fix invalid endian conversionTakashi Iwai2018-12-162-5/+5
* ALSA: vxpocket: Fix invalid endian conversionsTakashi Iwai2018-12-161-5/+5
* ALSA: vx222: Fix invalid endian conversionsTakashi Iwai2018-12-161-4/+4
* ALSA: vx: Fix possible transfer overflowTakashi Iwai2018-12-163-14/+16
* ALSA: seq: Fix poll() error returnTakashi Iwai2018-12-162-2/+2
* ALSA: memalloc: Don't exceed over the requested sizeTakashi Iwai2018-12-161-6/+2
* ALSA: snd-aoa: add of_node_put() in error pathNicholas Mc Guire2018-12-161-1/+3
* ALSA: msnd: add some missing curly bracesDan Carpenter2018-11-201-1/+2
* ALSA: timer: Fix UBSAN warning at SNDRV_TIMER_IOCTL_NEXT_DEVICE ioctlTakashi Iwai2018-11-201-1/+1
* ALSA: hda/realtek - Add a quirk for FSC ESPRIMO U9210Takashi Iwai2018-11-201-0/+1
* ASoC: dapm: delete dapm_kcontrol_data paths list before freeing itSrinivas Kandagatla2018-11-201-0/+2
* ALSA: hda - Handle kzalloc() failure in snd_hda_attach_pcm_stream()Bo Chen2018-11-201-1/+3
* ALSA: hda/conexant - Add fixup for HP Z2 G4 workstationTakashi Iwai2018-11-201-0/+1
* ALSA: core: Assure control device to be registered at lastTakashi Iwai2018-11-201-0/+9
* ALSA: hda/ca0132: fix build failure when a local macro is definedTakashi Sakamoto2018-11-201-2/+6
* ASoC: cirrus: i2s: Fix {TX|RX}LinCtrlData setupAlexander Sverdlin2018-11-201-8/+10
* ASoC: cirrus: i2s: Fix LRCLK configurationAlexander Sverdlin2018-11-203-6/+6
* ALSA: timer: Fix pause event notificationBen Hutchings2018-10-211-2/+2
* ALSA: timer: Call notifier in the same spinlockTakashi Iwai2018-10-211-119/+103