summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2023-03-11ALSA: ice1712: Do not left ice->gpio_mutex locked in aureon_add_controls()Dmitry Fomin1-1/+1
2023-03-11ASoC: kirkwood: Iterate over array indexes instead of using pointer mathKees Cook1-1/+1
2023-03-11ASoC: soc-compress.c: fixup private_data on snd_soc_new_compress()Kuninori Morimoto1-1/+1
2023-03-11ALSA: hda/ca0132: minor fix for allocation sizeAlexey V. Vissarionov1-1/+1
2023-02-22ALSA: hda/realtek - fixed wrong gpio assignedKailang Yang1-1/+1
2023-02-22ALSA: hda/conexant: add a new hda codec SN6180Bo Liu1-0/+1
2023-02-22ASoC: cs42l56: fix DT probeArnd Bergmann1-6/+0
2023-02-22ALSA: pci: lx6464es: fix a debug loopDan Carpenter1-6/+5
2023-02-22ALSA: emux: Avoid potential array out-of-bound in snd_emux_xg_control()Artemii Karasev1-0/+3
2023-02-22ALSA: hda/via: Avoid potential array out-of-bound in add_secret_dac_path()Artemii Karasev1-0/+3
2023-01-18ALSA: hda/hdmi: fix failures at PCM open on Intel ICL and laterKai Vehmanen1-13/+23
2023-01-18ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent UAFClement Lecigne1-0/+4
2023-01-18ASoC: Intel: bytcr_rt5640: Add quirk for the Advantech MICA-071 tabletHans de Goede1-0/+15
2023-01-18ALSA: line6: fix stack overflow in line6_midi_transmitArtem Egorkine1-1/+2
2023-01-18ALSA: line6: correct midi status byte when receiving data from podxtArtem Egorkine5-12/+27
2023-01-18ASoC: rt5670: Remove unbalanced pm_runtime_put()Hans de Goede1-2/+0
2023-01-18ASoC: rockchip: spdif: Add missing clk_disable_unprepare() in rk_spdif_runtim...Wang Jingjin1-0/+1
2023-01-18ASoC: wm8994: Fix potential deadlockMarek Szyprowski1-0/+5
2023-01-18ASoC: rockchip: pdm: Add missing clk_disable_unprepare() in rockchip_pdm_runt...Wang Jingjin1-0/+1
2023-01-18ASoC: mediatek: mt8173-rt5650-rt5514: fix refcount leak in mt8173_rt5650_rt55...Wang Yufen1-2/+5
2023-01-18ASoC: codecs: rt298: Add quirk for KBL-R RVP platformAmadeusz Sławiński1-0/+7
2023-01-18ALSA: mts64: fix possible null-ptr-defer in snd_mts64_interruptGaosheng Cui1-0/+3
2023-01-18ASoC: pcm512x: Fix PM disable depth imbalance in pcm512x_probeZhang Qilong1-4/+4
2023-01-18ALSA: asihpi: fix missing pci_disable_device()Liu Shixin1-1/+1
2023-01-18ASoC: pxa: fix null-pointer dereference in filter()Zeng Heng1-1/+1
2023-01-18ASoC: ops: Correct bounds check for second channel on SX controlsCharles Keepax1-2/+3
2023-01-18ASoC: ops: Check bounds for second channel in snd_soc_put_volsw_sx()Mark Brown1-0/+6
2022-12-14ASoC: soc-pcm: Add NULL check in BE reparentingSrinivasa Rao Mandadapu1-0/+2
2022-12-14ALSA: seq: Fix function prototype mismatch in snd_seq_expand_var_eventKees Cook1-4/+7
2022-12-08ASoC: ops: Fix bounds check for _sx controlsMark Brown1-1/+1
2022-12-08ASoC: sgtl5000: Reset the CHIP_CLK_CTRL reg on removeDetlev Casanova1-0/+1
2022-11-25ALSA: usb-audio: Drop snd_BUG_ON() from snd_usbmidi_output_open()Takashi Iwai1-3/+1
2022-11-25ASoC: soc-utils: Remove __exit for snd_soc_util_exit()Chen Zhongjin1-1/+1
2022-11-25ASoC: core: Fix use-after-free in snd_soc_exit()Chen Zhongjin1-2/+15
2022-11-25ASoC: wm8997: Revert "ASoC: wm8997: Fix PM disable depth imbalance in wm8997_...Zhang Qilong1-3/+3
2022-11-25ASoC: wm5110: Revert "ASoC: wm5110: Fix PM disable depth imbalance in wm5110_...Zhang Qilong1-3/+3
2022-11-25ASoC: wm5102: Revert "ASoC: wm5102: Fix PM disable depth imbalance in wm5102_...Zhang Qilong1-3/+3
2022-11-25ALSA: usb-audio: Add DSD support for Accuphase DAC-60Jussi Laako1-0/+1
2022-11-25ALSA: usb-audio: Add quirk entry for M-Audio MicroTakashi Iwai1-0/+4
2022-11-25ALSA: hda: fix potential memleak in 'add_widget_node'Ye Bin1-1/+3
2022-11-25ALSA: hda/ca0132: add quirk for EVGA Z390 DARKXian Wang1-0/+1
2022-11-10ALSA: usb-audio: Add quirks for MacroSilicon MS2100/MS2106 devicesJohn Veness2-0/+59
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-26ASoC: wm5102: Fix PM disable depth imbalance in wm5102_probeZhang Qilong1-3/+3
2022-10-26ASoC: wm5110: Fix PM disable depth imbalance in wm5110_probeZhang Qilong1-3/+3
2022-10-26ASoC: wm8997: Fix PM disable depth imbalance in wm8997_probeZhang Qilong1-3/+3