summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asoc-fix-v5.17-rc2' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2022-02-0117-70/+154
|\
| * ASoC: ops: Check for negative values before reading themMark Brown2022-01-281-6/+6
| * ASoC DPCM lockdep fixesMark Brown2022-01-282-6/+25
| |\
| | * ASoC: soc-pcm: Move debugfs removal out of spinlockTakashi Iwai2022-01-281-3/+9
| | * ASoC: soc-pcm: Fix DPCM lockdep warning due to nested stream locksTakashi Iwai2022-01-282-3/+16
| * | ASoC: rt5682: Fix deadlock on resumePeter Ujfalusi2022-01-283-29/+12
| * | ASoC: hdmi-codec: Fix OOB memory accessesDmitry Osipenko2022-01-281-1/+1
| |/
| * ASoC: fsl: Add missing error handling in pcm030_fabric_probeMiaoqian Lin2022-01-281-3/+8
| * ASoC: qdsp6: q6apm-dai: only stop graphs that are startedSrinivas Kandagatla2022-01-261-2/+5
| * ASoC: codecs: wcd938x: fix return value of mixer put functionSrinivas Kandagatla2022-01-261-3/+3
| * ASoC: codecs: lpass-rx-macro: fix sidetone register offsetsSrinivas Kandagatla2022-01-261-4/+4
| * ASoC: codecs: wcd938x: fix incorrect used of portidSrinivas Kandagatla2022-01-261-11/+14
| * ASoC: ops: Reject out of bounds values in snd_soc_put_xr_sx()Mark Brown2022-01-251-0/+2
| * ASoC: ops: Reject out of bounds values in snd_soc_put_volsw_sx()Mark Brown2022-01-251-1/+8
| * ASoC: ops: Reject out of bounds values in snd_soc_put_volsw()Mark Brown2022-01-251-2/+16
| * ASoC: amd: acp-mach: Fix Left and Right rt1019 amp devicesAjit Kumar Pandey2022-01-211-2/+2
| * ASoC: mediatek: fix unmet dependency on GPIOLIB for SND_SOC_DMICJulian Braha2022-01-191-1/+1
| * ASoC: max9759: fix underflow in speaker_gain_control_put()Dan Carpenter2022-01-191-1/+2
| * ASoC: cpcap: Check for NULL pointer after calling of_get_child_by_nameJiasheng Jiang2022-01-121-0/+2
| * ASoC: simple-card: fix probe failure on platform componentRobert Hancock2022-01-111-1/+25
| * ASoC: xilinx: xlnx_formatter_pcm: Make buffer bytes multiple of period bytesRobert Hancock2022-01-101-3/+24
* | ALSA: hda: Skip codec shutdown in case the codec is not registeredPeter Ujfalusi2022-02-011-0/+4
* | ALSA: usb-audio: Correct quirk for VF0770Jonas Hahnfeld2022-02-011-1/+1
* | ALSA: Replace acpi_bus_get_device()Rafael J. Wysocki2022-02-012-9/+5
* | ALSA: hda/realtek: Add quirk for ASUS GU603Albert Geantă2022-01-311-0/+1
* | ALSA: hda/realtek: Fix silent output on Gigabyte X570 Aorus Xtreme after rebo...Christian Lachner2022-01-311-1/+1
* | ALSA: hda/realtek: Fix silent output on Gigabyte X570S Aorus Master (newer ch...Christian Lachner2022-01-311-0/+2
* | ALSA: hda/realtek: Add missing fixup-model entry for Gigabyte X570 ALC1220 qu...Christian Lachner2022-01-311-0/+1
* | ALSA: hda: realtek: Fix race at concurrent COEF updatesTakashi Iwai2022-01-311-11/+50
* | ALSA: hda: Fix signedness of sscanf() argumentsTakashi Iwai2022-01-281-1/+1
* | ALSA: usb-audio: initialize variables that could ignore errorsTom Rix2022-01-271-0/+4
* | ALSA: hda: Fix UAF of leds class devs at unbindingTakashi Iwai2022-01-262-2/+18
* | proc: remove PDE_DATA() completelyMuchun Song2022-01-221-2/+2
* | Merge tag 'sound-fix-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-219-87/+116
|\ \
| * | ALSA: hda/cs8409: Add new Warlock SKUs to patch_cs8409Stefan Binding2022-01-201-0/+2
| * | ALSA: core: Simplify snd_power_ref_and_wait() with the standard macroTakashi Iwai2022-01-191-20/+5
| * | ALSA: hda: cs35l41: Make cs35l41_hda_remove() return voidUwe Kleine-König2022-01-184-6/+8
| * | ALSA: hda: cs35l41: Tidyup codeLucas Tanure2022-01-184-54/+49
| * | ALSA: hda: cs35l41: Make use of the helper function dev_err_probe()Lucas Tanure2022-01-181-2/+1
| * | ALSA: hda: cs35l41: Add missing default casesLucas Tanure2022-01-181-0/+13
| * | ALSA: hda: cs35l41: Move cs35l41* calls to its own symbol namespaceLucas Tanure2022-01-183-3/+4
| * | ALSA: hda: cs35l41: Add calls to newly added test key functionCharles Keepax2022-01-181-0/+8
| * | ALSA: hda: cs35l41: Avoid overwriting register patchCharles Keepax2022-01-181-1/+1
| * | ALSA: core: Fix SSID quirk lookup for subvendor=0Takashi Iwai2022-01-171-1/+1
| * | ALSA: usb-audio: add mapping for MSI MPG X570S Carbon Max Wifi.Johannes Schickel2022-01-161-0/+12
| * | ALSA: hda/realtek: fix speakers and micmute on HP 855 G8Alexander Sergeyev2022-01-141-0/+12
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-181-2/+2
|\ \ \
| * | | virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-2/+2
* | | | Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-01-14317-4541/+13717
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | ALSA: hda: intel-dsp-config: reorder the config tableBrent Lu2022-01-131-12/+12