summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ASoC: ops: Shift tested values in snd_soc_put_volsw() by +minMarek Vasut2022-03-081-2/+2
* ALSA: intel_hdmi: Fix reference to PCM buffer addressZhen Ni2022-03-081-1/+1
* ASoC: rt5682: do not block workqueue if card is unboundKai Vehmanen2022-03-081-5/+7
* ASoC: rt5668: do not block workqueue if card is unboundKai Vehmanen2022-03-081-5/+7
* ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw_range()Mark Brown2022-02-231-5/+10
* ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw()Mark Brown2022-02-231-4/+10
* ALSA: hda: Fix missing codec probe on Shenker Dock 15Takashi Iwai2022-02-231-0/+1
* ALSA: hda: Fix regression on forced probe mask optionTakashi Iwai2022-02-231-2/+2
* ASoC: max9759: fix underflow in speaker_gain_control_put()Dan Carpenter2022-02-081-1/+2
* ASoC: cpcap: Check for NULL pointer after calling of_get_child_by_nameJiasheng Jiang2022-02-081-0/+2
* ASoC: fsl: Add missing error handling in pcm030_fabric_probeMiaoqian Lin2022-02-081-3/+8
* ALSA: hda/realtek: Fix silent output on Gigabyte X570 Aorus Xtreme after rebo...Christian Lachner2022-02-081-1/+1
* ALSA: hda/realtek: Fix silent output on Gigabyte X570S Aorus Master (newer ch...Christian Lachner2022-02-081-0/+2
* ALSA: hda/realtek: Add missing fixup-model entry for Gigabyte X570 ALC1220 qu...Christian Lachner2022-02-081-0/+1
* ASoC: ops: Reject out of bounds values in snd_soc_put_xr_sx()Mark Brown2022-02-081-0/+2
* ASoC: ops: Reject out of bounds values in snd_soc_put_volsw_sx()Mark Brown2022-02-081-1/+8
* ASoC: ops: Reject out of bounds values in snd_soc_put_volsw()Mark Brown2022-02-081-2/+16
* ASoC: dpcm: prevent snd_soc_dpcm use after freeKaiChieh Chuang2022-01-272-7/+34
* ASoC: mediatek: mt8173: fix device_node leakTzung-Bi Shih2022-01-274-0/+9
* ALSA: seq: Set upper limit of processed eventsTakashi Iwai2022-01-271-2/+12
* ASoC: samsung: idma: Check of ioremap return valueJiasheng Jiang2022-01-271-0/+2
* ASoC: rt5663: Handle device_property_read_u32_array error codesJiasheng Jiang2022-01-271-3/+9
* ALSA: oss: fix compile error when OSS_DEBUG is enabledBixuan Cui2022-01-271-1/+1
* ASoC: uniphier: drop selecting non-existing SND_SOC_UNIPHIER_AIO_DMALukas Bulwahn2022-01-271-2/+0
* ALSA: hda: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai2022-01-271-0/+3
* ALSA: PCM: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai2022-01-271-1/+5
* ALSA: jack: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai2022-01-271-0/+3
* ALSA: hda/realtek - Fix silent output on Gigabyte X570 Aorus Master after reb...Christian Lachner2022-01-271-1/+29
* ALSA: drivers: opl3: Fix incorrect use of vp->stateColin Ian King2021-12-291-1/+1
* ALSA: jack: Check the return value of kstrdup()Xiaoke Wang2021-12-291-0/+4
* ASoC: qdsp6: q6routing: Fix return value from msm_routing_put_audio_mixerSrinivas Kandagatla2021-12-141-3/+5
* ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*()Takashi Iwai2021-12-141-2/+9
* ALSA: pcm: oss: Limit the period size to 16MBTakashi Iwai2021-12-141-1/+1
* ALSA: pcm: oss: Fix negative period/buffer sizesTakashi Iwai2021-12-141-9/+15
* ALSA: ctl: Fix copy of updated id with element read/writeAlan Young2021-12-141-0/+3
* ASoC: topology: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai2021-12-011-0/+3
* ASoC: qdsp6: q6routing: Conditionally reset FrontEnd MixerSrinivas Kandagatla2021-12-011-1/+5
* ALSA: ctxfi: Fix out-of-range accessTakashi Iwai2021-12-015-26/+22
* ASoC: DAPM: Cover regression by kctl change notification fixTakashi Iwai2021-11-261-6/+23
* ALSA: gus: fix null pointer dereference on pointer blockChengfeng Ye2021-11-261-0/+2
* ALSA: ISA: not for M68KRandy Dunlap2021-11-263-1/+4
* ASoC: nau8824: Add DMI quirk mechanism for active-high jack-detectHans de Goede2021-11-261-0/+40
* ASoC: cs42l42: Defer probe if request_threaded_irq() returns EPROBE_DEFERRichard Fitzgerald2021-11-261-2/+3
* ASoC: cs42l42: Correct some register default valuesRichard Fitzgerald2021-11-261-2/+2
* ALSA: hda: Reduce udelay() at SKL+ position reportingTakashi Iwai2021-11-261-5/+23
* ALSA: mixer: fix deadlock in snd_mixer_oss_set_volumePavel Skripkin2021-11-261-1/+1
* ALSA: mixer: oss: Fix racy access to slotsTakashi Iwai2021-11-261-10/+33
* ALSA: timer: Unconditionally unlink slave instances, tooTakashi Iwai2021-11-261-7/+6
* ALSA: timer: Fix use-after-free problemWang Wensheng2021-11-261-2/+2
* ALSA: synth: missing check for possible NULL after the call to kstrdupAustin Kim2021-11-261-1/+1