summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2025-08-30ALSA: firewire: bebob: Use guard() for spin locksTakashi Iwai3-50/+18
2025-08-30ALSA: firewire: lib: Use guard() for mutex locksTakashi Iwai3-77/+38
2025-08-30ALSA: firewire: isight: Use guard() for mutex locksTakashi Iwai1-13/+7
2025-08-30ALSA: firewire: fireface: Use guard() for mutex locksTakashi Iwai1-53/+39
2025-08-30ALSA: firewire: tascam: Use guard() for mutex locksTakashi Iwai2-47/+31
2025-08-30ALSA: firewire: oxfw: Use guard() for mutex locksTakashi Iwai3-86/+61
2025-08-30ALSA: firewire: motu: Use guard() for mutex locksTakashi Iwai2-65/+55
2025-08-30ALSA: firewire: fireworks: Use guard() for mutex locksTakashi Iwai3-78/+61
2025-08-30ALSA: firewire: digi00x: Use guard() for mutex locksTakashi Iwai3-60/+44
2025-08-30ALSA: firewire: dice: Use guard() for mutex locksTakashi Iwai3-70/+54
2025-08-30ALSA: firewire: bebob: Use guard() for mutex locksTakashi Iwai4-99/+73
2025-08-30Merge branch 'for-linus' into for-nextTakashi Iwai13-26/+96
2025-08-30ALSA: hda: tas2781: reorder tas2563 calibration variablesGergo Koteles1-1/+1
2025-08-30ALSA: hda: tas2781: fix tas2563 EFI data endiannessGergo Koteles1-0/+3
2025-08-30ALSA: firewire-motu: drop EPOLLOUT from poll return values as write is not su...Takashi Sakamoto1-1/+1
2025-08-30ASoC: SOF: ipc4: Add support for 8-bit and floatMark Brown3-20/+187
2025-08-30ASoC: SOF: sof-client-probes-ipc4: Query availableMark Brown6-25/+216
2025-08-30ASoC: SOF: sof-client: Enforce client access scopeMark Brown3-37/+83
2025-08-30ASoC: SOF: Intel: only detect codecs when HDA DSPMark Brown5-8/+9
2025-08-29ASoC: sof: ipc4-topology: Add support to sched_domain attributeJyri Sarha3-1/+53
2025-08-29ASoC: SOF: sof-client: Introduce sof_client_dev_entry structurePeter Ujfalusi2-36/+69
2025-08-29ASoC: SOF: sof-client: Convert sof_client_dev_to_sof_dev into functionPeter Ujfalusi3-4/+17
2025-08-29ASoC: SOF: sof-client-probes: Add available points_info(), IPC4 onlyJyri Sarha4-18/+84
2025-08-29ASoC: SOF: sof-client-probes-ipc4: Human readable debugfs "probe_points"Jyri Sarha3-3/+72
2025-08-29ASoC: SOF: sof-client: Add sof_client_ipc4_find_swidget_by_id()Jyri Sarha2-0/+15
2025-08-29ASoC: SOF: sof-client-probes-ipc4: Implement ipc4_probes_points_infoJyri Sarha1-6/+47
2025-08-29ASoC: SOF: ipc4-topology: Add support for float sample typeSeppo Ingalsuo1-1/+15
2025-08-29ASoC: SOF: ipc4-topology: Add support for 8-bit formatsSeppo Ingalsuo2-19/+116
2025-08-29ASoC: SOF: ipc4-pcm: Add fixup for channelsPeter Ujfalusi1-0/+56
2025-08-29ALSA: seq: oss/rw: Cleanup with guardTakashi Iwai2-12/+3
2025-08-29ALSA: seq: oss/synth: Clean up with guard and auto cleanupTakashi Iwai1-73/+52
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