summaryrefslogtreecommitdiff
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ALSA: usb-audio: Fix an out-of-bounds bug in __snd_usb_parse_audio_interface()Dongxiang Ke2022-09-151-1/+1
* ALSA: aloop: Fix random zeros in capture data when using jiffies timerPattara Teerapong2022-09-151-3/+4
* ALSA: emu10k1: Fix out of bounds access in snd_emu10k1_pcm_channel_alloc()Tasos Sahanidis2022-09-151-1/+1
* ALSA: seq: Fix data-race at module auto-loadingTakashi Iwai2022-09-151-7/+5
* ALSA: seq: oss: Fix data-race for max_midi_devs accessTakashi Iwai2022-09-151-0/+2
* ALSA: timer: Use deferred fasync helperTakashi Iwai2022-08-251-5/+6
* ALSA: core: Add async signal helpersTakashi Iwai2022-08-251-0/+94
* ALSA: info: Fix llseek return value when using callbackAmadeusz Sławiński2022-08-251-3/+3
* ASoC: mediatek: mt8173-rt5650: Fix refcount leak in mt8173_rt5650_dev_probeMiaoqian Lin2022-08-251-3/+6
* ASoC: codecs: da7210: add check for i2c_add_driverJiasheng Jiang2022-08-251-0/+2
* ASoC: mediatek: mt8173: Fix refcount leak in mt8173_rt5650_rt5676_dev_probeMiaoqian Lin2022-08-251-3/+7
* ALSA: hda/cirrus - support for iMac 12,1 modelAllen Ballway2022-08-251-0/+1
* ALSA: hda/conexant: Add quirk for LENOVO 20149 Notebook modelMeng Tang2022-08-251-1/+10
* ALSA: bcd2000: Fix a UAF bug on the error path of probingZheyu Ma2022-08-251-1/+2
* ALSA: memalloc: Align buffer allocations in page sizeTakashi Iwai2022-07-291-0/+1
* ASoC: wm5110: Fix DRE controlCharles Keepax2022-07-211-2/+6
* ASoC: ops: Fix off by one in range control validationMark Brown2022-07-211-2/+2
* ALSA: hda/conexant: Apply quirk for another HP ProDesk 600 G3 modelMeng Tang2022-07-211-0/+1
* ALSA: hda - Add fixup for Dell Latitidue E5430Meng Tang2022-07-211-0/+1
* ASoC: wm8962: Fix suspend while playing musicAdam Ford2022-06-251-0/+1
* ASoC: cs42l56: Correct typo in minimum level for SX volume controlsCharles Keepax2022-06-251-2/+2
* ASoC: cs42l52: Correct TLV for Bypass VolumeCharles Keepax2022-06-251-1/+3
* ASoC: cs53l30: Correct number of volume levels on SX controlsCharles Keepax2022-06-251-8/+8
* ASoC: cs42l52: Fix TLV scales for mixer controlsCharles Keepax2022-06-251-2/+2
* ALSA: hda/conexant - Fix loopback issue with CX20632huangwenhui2022-06-141-0/+7
* ASoC: rt5514: Fix event generation for "DSP Voice Wake Up" controlMark Brown2022-06-141-1/+1
* ASoC: wm2000: fix missing clk_disable_unprepare() on error in wm2000_anc_tran...Yang Yingliang2022-06-141-3/+3
* ASoC: mxs-saif: Fix refcount leak in mxs_saif_probeMiaoqian Lin2022-06-141-0/+1
* ASoC: mediatek: Fix missing of_node_put in mt2701_wm8960_machine_probeMiaoqian Lin2022-06-141-2/+7
* ASoC: mediatek: Fix error handling in mt8173_max98090_dev_probeMiaoqian Lin2022-06-141-1/+4
* ASoC: rt5645: Fix errorenous cleanup orderLin Ma2022-06-141-1/+6
* ASoC: dapm: Don't fold register value changes into notificationsMark Brown2022-06-141-2/+0
* ALSA: jack: Access input_dev under mutexAmadeusz Sławiński2022-06-141-7/+27
* ALSA: wavefront: Proper check of get_user() errorTakashi Iwai2022-05-251-1/+2
* ASoC: ops: Validate input values in snd_soc_put_volsw_range()Mark Brown2022-05-181-1/+17
* ASoC: max98090: Generate notifications on changes for custom controlMark Brown2022-05-181-1/+1
* ASoC: max98090: Reject invalid values in custom control put()Mark Brown2022-05-181-0/+3
* ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lockTakashi Iwai2022-05-153-11/+38
* ALSA: pcm: Fix races among concurrent prealloc proc writesTakashi Iwai2022-05-151-4/+7
* ALSA: pcm: Fix races among concurrent prepare and hw_params/hw_free callsTakashi Iwai2022-05-151-14/+18
* ALSA: pcm: Fix races among concurrent read/write and buffer changesTakashi Iwai2022-05-151-0/+4
* ALSA: pcm: Fix races among concurrent hw_params and hw_free callsTakashi Iwai2022-05-152-19/+38
* ASoC: dmaengine: Restore NULL prepare_slave_config() callbackCodrin Ciubotariu2022-05-121-3/+3
* ASoC: wm8958: Fix change notifications for DSP controlsMark Brown2022-05-121-4/+4
* ALSA: fireworks: fix wrong return count shorter than expected by 4 bytesTakashi Sakamoto2022-05-121-0/+1
* ASoC: wm8731: Disable the regulator when probing failsZheyu Ma2022-05-121-8/+11
* ASoC: soc-dapm: fix two incorrect uses of list iteratorXiaomeng Tong2022-04-271-4/+2
* ALSA: usb-audio: Fix undefined behavior due to shift overflowing the constantBorislav Petkov2022-04-271-1/+1
* ALSA: usb-audio: Clear MIDI port active flag after drainingTakashi Iwai2022-04-271-0/+1
* ALSA: pcm: Test for "silence" field in struct "pcm_format_data"Fabio M. De Francesco2022-04-201-1/+1