summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2022-11-03ALSA: aoa: Fix I2S device accountingTakashi Iwai1-1/+2
2022-11-03ALSA: aoa: i2sbus: fix possible memory leak in i2sbus_add_dev()Yang Yingliang1-0/+4
2022-11-03ALSA: ac97: fix possible memory leak in snd_ac97_dev_register()Yang Yingliang1-0/+1
2022-11-03ALSA: au88x0: use explicitly signed charJason A. Donenfeld2-4/+4
2022-11-03ALSA: Use del_timer_sync() before freeing timerSteven Rostedt (Google)1-6/+1
2022-10-26ALSA: dmaengine: increment buffer pointer atomicallyAndreas Pape1-3/+5
2022-10-26ASoC: eureka-tlv320: Hold reference returned from of_find_xxx APILiang He1-3/+5
2022-10-26ALSA: usb-audio: Fix NULL dererence at error pathTakashi Iwai1-1/+2
2022-10-26ALSA: usb-audio: Fix potential memory leaksTakashi Iwai1-2/+1
2022-10-26ALSA: rawmidi: Drop register_mutex in snd_rawmidi_free()Takashi Iwai1-2/+0
2022-10-26ALSA: oss: Fix potential deadlock at unregistrationTakashi Iwai1-4/+9
2022-10-26ALSA: hda: Fix position reporting on PoulsboTakashi Iwai1-1/+2
2022-09-28ALSA: hda: add Intel 5 Series / 3400 PCI DIDKai Vehmanen1-0/+2
2022-09-28ALSA: hda/tegra: set depop delay for tegraMohan Kumar1-0/+1
2022-09-28ALSA: hda/sigmatel: Fix unused variable warning for beep power changeTakashi Iwai1-0/+2
2022-09-28ALSA: hda/sigmatel: Keep power up while beep is enabledTakashi Iwai1-0/+22
2022-09-28ASoC: nau8824: Fix semaphore unbalance at error pathsTakashi Iwai1-7/+10
2022-09-15ALSA: usb-audio: Fix an out-of-bounds bug in __snd_usb_parse_audio_interface()Dongxiang Ke1-1/+1
2022-09-15ALSA: aloop: Fix random zeros in capture data when using jiffies timerPattara Teerapong1-3/+4
2022-09-15ALSA: emu10k1: Fix out of bounds access in snd_emu10k1_pcm_channel_alloc()Tasos Sahanidis1-1/+1
2022-09-15ALSA: seq: Fix data-race at module auto-loadingTakashi Iwai1-7/+5
2022-09-15ALSA: seq: oss: Fix data-race for max_midi_devs accessTakashi Iwai1-0/+2
2022-08-25ALSA: timer: Use deferred fasync helperTakashi Iwai1-5/+6
2022-08-25ALSA: core: Add async signal helpersTakashi Iwai1-0/+94
2022-08-25ALSA: info: Fix llseek return value when using callbackAmadeusz Sławiński1-3/+3
2022-08-25ASoC: mediatek: mt8173-rt5650: Fix refcount leak in mt8173_rt5650_dev_probeMiaoqian Lin1-3/+6
2022-08-25ASoC: codecs: da7210: add check for i2c_add_driverJiasheng Jiang1-0/+2
2022-08-25ASoC: mediatek: mt8173: Fix refcount leak in mt8173_rt5650_rt5676_dev_probeMiaoqian Lin1-3/+7
2022-08-25ALSA: hda/cirrus - support for iMac 12,1 modelAllen Ballway1-0/+1
2022-08-25ALSA: hda/conexant: Add quirk for LENOVO 20149 Notebook modelMeng Tang1-1/+10
2022-08-25ALSA: bcd2000: Fix a UAF bug on the error path of probingZheyu Ma1-1/+2
2022-07-29ALSA: memalloc: Align buffer allocations in page sizeTakashi Iwai1-0/+1
2022-07-21ASoC: wm5110: Fix DRE controlCharles Keepax1-2/+6
2022-07-21ASoC: ops: Fix off by one in range control validationMark Brown1-2/+2
2022-07-21ALSA: hda/conexant: Apply quirk for another HP ProDesk 600 G3 modelMeng Tang1-0/+1
2022-07-21ALSA: hda - Add fixup for Dell Latitidue E5430Meng Tang1-0/+1
2022-06-25ASoC: wm8962: Fix suspend while playing musicAdam Ford1-0/+1
2022-06-25ASoC: cs42l56: Correct typo in minimum level for SX volume controlsCharles Keepax1-2/+2
2022-06-25ASoC: cs42l52: Correct TLV for Bypass VolumeCharles Keepax1-1/+3
2022-06-25ASoC: cs53l30: Correct number of volume levels on SX controlsCharles Keepax1-8/+8
2022-06-25ASoC: cs42l52: Fix TLV scales for mixer controlsCharles Keepax1-2/+2
2022-06-14ALSA: hda/conexant - Fix loopback issue with CX20632huangwenhui1-0/+7
2022-06-14ASoC: rt5514: Fix event generation for "DSP Voice Wake Up" controlMark Brown1-1/+1
2022-06-14ASoC: wm2000: fix missing clk_disable_unprepare() on error in wm2000_anc_tran...Yang Yingliang1-3/+3
2022-06-14ASoC: mxs-saif: Fix refcount leak in mxs_saif_probeMiaoqian Lin1-0/+1
2022-06-14ASoC: mediatek: Fix missing of_node_put in mt2701_wm8960_machine_probeMiaoqian Lin1-2/+7
2022-06-14ASoC: mediatek: Fix error handling in mt8173_max98090_dev_probeMiaoqian Lin1-1/+4
2022-06-14ASoC: rt5645: Fix errorenous cleanup orderLin Ma1-1/+6
2022-06-14ASoC: dapm: Don't fold register value changes into notificationsMark Brown1-2/+0
2022-06-14ALSA: jack: Access input_dev under mutexAmadeusz Sławiński1-7/+27