aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
AgeCommit message (Expand)AuthorFilesLines
2026-08-25ALSA: rawmidi: Another workaround for false-positive mutex lockdep warningTakashi Iwai1-1/+7
2026-08-18Merge tag 'asoc-v7.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai19-121/+283
2026-08-17Merge branch 'for-next' into for-linusTakashi Iwai11-95/+729
2026-08-14ASoC: cs35l56: Use IRQ provided by the SoundWire coreRichard Fitzgerald1-1/+0
2026-08-13ALSA: pcm: Avoid macros for SNDRV_PCM_FMTBIT and SNDRV_PCM_SUBFMTBITTakashi Iwai1-57/+55
2026-08-13ALSA: pcm: Drop __force castsTakashi Iwai2-14/+9
2026-08-12ALSA: seq: Drop the dead struct snd_seq_event_bounceHyeongJun An1-3/+0
2026-08-10ALSA: seq: Use RCU for the virmidi file listTakashi Iwai1-1/+0
2026-08-06ASoC: wm8904: don't use "/**" for non-kernel-doc commentsRandy Dunlap1-2/+2
2026-08-06ASoC: soc-acpi: fix all kernel-doc warningsRandy Dunlap1-11/+12
2026-08-06ASoC: SDCA: correct enum names and add a missing struct fieldRandy Dunlap1-2/+4
2026-08-06ALSA: rawmidi: Work around false-positive mutex lockdep warningTakashi Iwai1-2/+12
2026-08-06ASoC: SDCA: Pass swft table through sdca_dev_register()Charles Keepax1-2/+1
2026-08-06ASoC: SDCA: Add missing destroy for HID deviceCharles Keepax1-0/+5
2026-08-06ASoC: SDCA: Move HID descriptors to functionCharles Keepax1-4/+15
2026-08-06ASoC: SDCA: Move HID registration to IRQ timeCharles Keepax2-6/+2
2026-08-06ASoC: SDCA: Remove unused dev pointer argumentCharles Keepax1-4/+4
2026-08-05ALSA: control: add ioctl to retrieve full card componentsMaciej Strozek2-2/+5
2026-08-05ASoC: add and use new snd_soc_register_component()Mark Brown4-15/+22
2026-08-05ASoC: soc-core: makes snd_soc_component_initialize() / snd_soc_add_component() localKuninori Morimoto1-6/+0
2026-08-05ASoC: soc-generic-dmaengine-pcm: use snd_soc_register_component()Kuninori Morimoto1-6/+0
2026-08-05ASoC: soc-component: add snd_soc_component_{set/to}_priv()Kuninori Morimoto1-0/+6
2026-08-05ASoC: soc-component: add snd_soc_component_{set_}name()Kuninori Morimoto1-0/+4
2026-08-05ASoC: soc-component: add snd_soc_register_component_{c/d}()Kuninori Morimoto1-1/+8
2026-08-05ASoC: soc-component: add snd_soc_component_alloc()Kuninori Morimoto1-0/+1
2026-08-04ASoC: tas2781: add capture_profile_id field and update the tuning_switch functionShenghao Ding1-1/+6
2026-08-04ASoC: SOF: ipc4-topology: Pipeline params improvementsMark Brown4-2/+19
2026-08-03Merge branch 'for-linus' into for-nextTakashi Iwai4-2/+19
2026-08-03Merge remote-tracking branch 'asoc/for-7.3' into asoc-nextMark Brown12-75/+834
2026-07-31ASoC: SOF: Intel: hda: Avoid ACE2+ link DMA stream allocation hazardsPeter Ujfalusi1-0/+21
2026-07-31ASoC: SOF: Intel: hda: Remove unused hda_bus_ml_put_all()Peter Ujfalusi1-2/+0
2026-07-31ASoC: SDCA: Add missing stub for sdca_fdl_free_state()Charles Keepax1-0/+4
2026-07-31ASoC: SOF: ipc4-topology: Update the memory data buildingMark Brown1-3/+77
2026-07-31ASoC: SOF: ipc4-topology: Fix sof_ipc4_mod_init_ext_dp_memory_data commentsJyri Sarha1-4/+4
2026-07-31ASoC: SOF: ipc4: Add SOF_IPC4_GLB_CREATE_PIPELINE payload macros and structsJyri Sarha1-1/+75
2026-07-31ASoC/soundwire: Intel: reset the PCMSyCM registers in hda_sdw_bpt_closeBard Liao1-2/+3
2026-07-30ASoC: SOF: ipc4: Add decoder for RESOURCE_EVENT notifications from firmwarePeter Ujfalusi1-1/+52
2026-07-30ASoC: SDCA: export sdca_asoc_populate_rate_format() helperShuming Fan1-0/+7
2026-07-30ASoC: SDCA: export sdca_find_entity_by_label() helperShuming Fan1-0/+2
2026-07-30ASoC: tlv320aic32x4: remove global header with platform dataDmitry Torokhov1-43/+0
2026-07-27ASoC: SOF: don't use "/**" for non-kernel-doc commentsRandy Dunlap1-2/+2
2026-07-27ASoC: SDCA: Move kcontrol search out of IRQCharles Keepax1-0/+1
2026-07-27ASoC: Add a component fixup_controls callbackCharles Keepax1-0/+2
2026-07-27ASoC: SDCA: Populate IRQ data earlierCharles Keepax1-0/+2
2026-07-27ASoC: SDCA: Remove devm from primary IRQ cleanupCharles Keepax3-0/+6
2026-07-27ASoC: SDCA: Add sdca_irq_cleanup_late()Charles Keepax1-0/+5
2026-07-27ASoC: SDCA: Rename sdca_irq_allocate() to include devmCharles Keepax1-2/+3
2026-07-27Merge tag 'asoc-aw88339-lib' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-0/+621
2026-07-21ALSA: hda: Add AW88399 HDA side codec driver for Lenovo LegionMark Brown1-0/+621
2026-07-21ASoC: aw88399: add channel setter for HDA side codecMarco Giunta1-0/+1