aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2025-09-01ALSA: ad1889: Use guard() for spin locksTakashi Iwai1-9/+3
2025-09-01ALSA: als4000: Use guard() for spin locksTakashi Iwai1-36/+32
2025-09-01ALSA: als300: Use guard() for spin locksTakashi Iwai1-13/+8
2025-09-01ALSA: ens137x: Use guard() for spin locksTakashi Iwai1-165/+138
2025-09-01ALSA: ens137x: Use guard() for mutex locksTakashi Iwai2-21/+10
2025-09-01ALSA: azt3328: Use guard() for spin locksTakashi Iwai1-79/+66
2025-09-01ALSA: ali5451: Use guard() for spin locksTakashi Iwai1-54/+38
2025-09-01ALSA: ac97: Use guard() for spin locksTakashi Iwai1-25/+22
2025-09-01ALSA: ac97: Use guard() for mutex locksTakashi Iwai4-36/+18
2025-09-01ALSA: hda/hdmi: Add pin fix for another HP EliteDesk 800 G4 modelTakashi Iwai1-0/+1
2025-09-01ALSA: usb-audio: Allow Focusrite devices to use low sampleratesTina Wuest1-4/+8
2025-08-30ALSA: firewire: motu: Use guard() for spin locksTakashi Iwai6-75/+27
2025-08-30ALSA: firewire: lib: Use guard() for spin locksTakashi Iwai2-19/+16
2025-08-30ALSA: firewire: tascam: Use guard() for spin locksTakashi Iwai4-59/+26
2025-08-30ALSA: firewire: oxfw: Use guard() for spin locksTakashi Iwai3-50/+18
2025-08-30ALSA: firewire: fireworks: Use guard() for spin locksTakashi Iwai5-85/+42
2025-08-30ALSA: firewire: fireface: Use guard() for spin locksTakashi Iwai4-53/+19
2025-08-30ALSA: firewire: digi00x: Use guard() for spin locksTakashi Iwai4-55/+21
2025-08-30ALSA: firewire: dice: Use guard() for spin locksTakashi Iwai4-54/+21
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-29ASoC: SOF: ipc4: Add support for 8-bit and floatMark Brown3-20/+187
2025-08-29ASoC: SOF: sof-client-probes-ipc4: Query availableMark Brown6-25/+216
2025-08-29ASoC: SOF: sof-client: Enforce client access scopeMark Brown3-37/+83
2025-08-29ASoC: 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