aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2025-08-29ALSA: seq: oss/midi: Cleanup with guard and auto-cleanupTakashi Iwai1-80/+36
2025-08-29ALSA: seq: oss: Clean up core code with guard()Takashi Iwai1-17/+7
2025-08-29ALSA: seq: Clean up fifo locking with guardTakashi Iwai3-13/+6
2025-08-29ALSA: seq: Clean up queue locking with auto cleanupTakashi Iwai4-81/+39
2025-08-29ALSA: seq: Clean up port locking with auto cleanupTakashi Iwai3-93/+53
2025-08-29ALSA: seq: Use auto-cleanup for client refcountingTakashi Iwai3-146/+86
2025-08-29ALSA: seq: Use guard() for mutex and rwsem locksTakashi Iwai1-120/+110
2025-08-29ALSA: seq: Clean up spin lock with guard()Takashi Iwai2-44/+47
2025-08-29ALSA: seq: Simplify internal command operation from OSS layerTakashi Iwai3-52/+35
2025-08-29ALSA: hda/intel: Use guard() for spinlocksTakashi Iwai1-2/+1
2025-08-29ALSA: hda/common: Use guard() for spinlocksTakashi Iwai2-37/+26
2025-08-29ALSA: hda/core: Use guard() for spinlocksTakashi Iwai2-50/+33
2025-08-29ALSA: hda/ext: Use guard() for spinlocksTakashi Iwai1-21/+17
2025-08-29ALSA: hda/generic: Use auto cleanup for temporary buffersTakashi Iwai1-5/+2
2025-08-29ALSA: hda/realtek: Use auto cleanup for temporary buffersTakashi Iwai1-2/+1
2025-08-29ALSA: hda/common: Use auto cleanup for temporary buffersTakashi Iwai2-23/+14
2025-08-29ALSA: hda/intel: Use guard() for mutex locksTakashi Iwai1-6/+5
2025-08-29ALSA: hda/analog: Use guard() for mutex locksTakashi Iwai1-2/+1
2025-08-29ALSA: hda/generic: Use guard() for mutex locksTakashi Iwai1-39/+30
2025-08-29ALSA: hda/component: Use guard() for mutex locksTakashi Iwai2-13/+5
2025-08-29ALSA: hda/cs8409: Use guard() for mutex locksTakashi Iwai1-17/+5
2025-08-29ALSA: hda/tas2781: Use guard() for mutex locksTakashi Iwai1-36/+17
2025-08-29ALSA: hda/cs35l41: Use guard() for mutex locksTakashi Iwai1-63/+47
2025-08-29ALSA: hda/realtek: Use guard() for mutex locks and COEF locksTakashi Iwai3-34/+27
2025-08-29ALSA: hda/hdmi: Use guard() for mutex locksTakashi Iwai2-110/+63
2025-08-29ALSA: hda/ca0132: Use guard() for mutex locksTakashi Iwai1-110/+60
2025-08-29ALSA: hda/core: Use guard() for mutex locksTakashi Iwai5-51/+27
2025-08-29ALSA: hda/common: Use guard() for mutex locksTakashi Iwai3-105/+74
2025-08-29ALSA: hda: Use auto cleanup macros for DSP loader locksTakashi Iwai2-35/+23
2025-08-29ALSA: hda/common: Use cleanup macros for PM controlsTakashi Iwai3-21/+24
2025-08-29ALSA: hda/realtek: Use cleanup macros for PM controlsTakashi Iwai1-2/+1
2025-08-29ALSA: hda/hdmi: Use cleanup macros for PM controlsTakashi Iwai1-19/+10
2025-08-29ALSA: hda/ca0132: Use cleanup macros for PM controlsTakashi Iwai1-77/+48
2025-08-29Merge tag 'asoc-fix-v6.17-rc3' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai4-12/+18
2025-08-29ASoC: SOF: Intel: only detect codecs when HDA DSP probeBard Liao4-5/+6
2025-08-29ASoC: SOF: Intel: split codec mask detect and programming UNSOLBard Liao2-3/+3
2025-08-29ALSA: usb-audio: Add mute TLV for playback volumes on more devicesqaqland1-0/+10
2025-08-28ASoC: Intel: avs: Refactor machine-board registrationMark Brown2-190/+118
2025-08-28ASoC: use int type to store negative error codesMark Brown6-6/+9
2025-08-28ASoC: renesas: msiof: Make small adjustments to avoidMark Brown13-108/+84
2025-08-28ASoC: SOF: Intel: WCL: Add the sdw_process_wakeen opAjye Huang1-0/+1
2025-08-28ALSA: hda: Avoid binding with SOF for SKL/KBL platformsTakashi Iwai1-0/+7
2025-08-28ASoC: amd: acp: Remove (explicitly) unused headerAndy Shevchenko1-1/+1
2025-08-28ASoC: qcom: use int type to store negative error codesQianfeng Rong2-2/+3
2025-08-28ASoC: adau1977: use int type to store negative error codesQianfeng Rong1-1/+1
2025-08-28ASoC: amd: use int type to store negative error codesQianfeng Rong3-3/+5
2025-08-28ASoC: Intel: avs: Allow i2s test and non-test boards to coexistCezary Rojewski1-3/+7
2025-08-28ASoC: Intel: avs: Simplify avs_get_i2s_boards()Cezary Rojewski1-10/+10
2025-08-28ASoC: Intel: avs: Simplify dmi_match_quirk()Cezary Rojewski1-9/+3
2025-08-28ASoC: Intel: avs: Cleanup duplicate membersCezary Rojewski2-225/+10