summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2023-09-23ASoC: SOF: amd: clear panic mask status when panic occursVijendar Mukunda1-0/+4
2023-09-23ALSA: hda: intel-dsp-cfg: add LunarLake supportPierre-Louis Bossart1-0/+8
2023-09-23ASoC: Intel: sof_sdw: Update BT offload config for soundwire configUday M Bhat1-1/+3
2023-09-23ASoC: SOF: topology: simplify code to prevent static analysis warningsPierre-Louis Bossart1-2/+3
2023-09-19ASoC: tegra: Fix SFC conversion for few ratesSheetal2-3/+32
2023-09-13ALSA: hda/cirrus: Fix broken audio on hardware with two CS42L42 codecs.Vitaly Rodionov2-1/+2
2023-09-13ALSA: seq: Fix snd_seq_expand_var_event() call to user-spaceTakashi Iwai1-2/+7
2023-09-13ALSA: usb-audio: Fix potential memory leaks at error path for UMP openTakashi Iwai1-2/+5
2023-09-13ALSA: pcm: Fix missing fixup call in compat hw_refine ioctlTakashi Iwai1-2/+6
2023-09-13um: Fix hostaudio build errorsRandy Dunlap1-1/+1
2023-09-13ALSA: ump: Fix -Wformat-truncation warningsTakashi Iwai1-2/+2
2023-09-13ALSA: ump: Don't create unused substreams for static blocksTakashi Iwai1-6/+37
2023-09-13ALSA: ump: Fill group names for legacy rawmidi substreamsTakashi Iwai1-0/+15
2023-09-13ALSA: usb-audio: Attach legacy rawmidi after probing all UMP EPsTakashi Iwai2-7/+10
2023-09-13ALSA: ac97: Fix possible error value of *rac97Su Hui1-3/+2
2023-09-13ASoC: SOF: amd: clear dsp to host interrupt statusVijendar Mukunda1-3/+3
2023-09-13ASoC: SOF: Intel: fix u16/32 confusion in LSDIIDPierre-Louis Bossart1-4/+4
2023-09-13ASoC: SOF: Intel: hda-mlink: fix off-by-one errorPierre-Louis Bossart1-1/+11
2023-09-13ASoC: fsl: fsl_qmc_audio: Fix snd_pcm_format_t values handlingHerve Codina1-14/+14
2023-09-13ASoC: loongson: drop of_match_ptr for OF device idYingKun Meng1-1/+1
2023-09-13ASoC: stac9766: fix build errors with REGMAP_AC97Randy Dunlap1-0/+1
2023-09-13ASoC: cs43130: Fix numerator/denominator mixupPhil Elwell1-69/+69
2023-09-13ASoC: soc-compress: Fix deadlock in soc_compr_open_feyixuanjiang1-0/+1
2023-09-06ALSA: usb-audio: Fix init call orders for UAC1Takashi Iwai1-1/+10
2023-08-25Merge tag 'asoc-fix-v6.5-rc7-2' of https://git.kernel.org/pub/scm/linux/kerne...Takashi Iwai1-1/+1
2023-08-24ASoC: amd: yc: Fix a non-functional mic on Lenovo 82SJMario Limonciello1-1/+1
2023-08-24Merge tag 'asoc-fix-v6.5-rc7' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai7-29/+51
2023-08-23ALSA: ymfpci: Fix the missing snd_card_free() call at probe errorTakashi Iwai1-2/+8
2023-08-23ASoC: cs35l41: Correct amp_gain_tlv valuesCharles Keepax1-1/+1
2023-08-19ASoC: amd: yc: Add VivoBook Pro 15 to quirks list for acp6xBrenoRCBrito1-0/+7
2023-08-17ASoC: cs35l56: Update ACPI HID and propertyMark Brown3-19/+30
2023-08-17ASoC: tas2781: fixed register access error when switching to other chipsShenghao Ding1-9/+10
2023-08-17ASoC: cs35l56: Add an ACPI match tableSimon Trimmer2-0/+18
2023-08-17ASoC: cs35l56: Read firmware uuid from a device property instead of _SUBMaciej Strozek1-19/+12
2023-08-16ASoC: SOF: ipc4-pcm: fix possible null pointer deferenceChao Song1-0/+3
2023-08-16ALSA: hda/realtek - Remodified 3k pull low procedureKailang Yang1-2/+5
2023-08-15Merge tag 'asoc-fix-v6.5-rc6' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai12-35/+73
2023-08-13ASoC: rt1308-sdw: fix random louder soundShuming Fan1-1/+12
2023-08-11ALSA: hda/cs8409: Support new Dell Dolphin VariantsStefan Binding1-0/+4
2023-08-10ALSA: hda/realtek: Switch Dell Oasis models to use SPIStefan Binding1-5/+4
2023-08-10ALSA: hda/realtek: Add quirks for HP G11 LaptopsStefan Binding1-1/+7
2023-08-10ASoC: meson: axg-tdm-formatter: fix channel slot allocationJerome Brunet1-16/+26
2023-08-09ASoC: SOF: ipc4-topology: Update the basecfg for copier earlierPeter Ujfalusi1-3/+3
2023-08-08ASoC: SOF: intel: hda: Clean up link DMA for IPC3 during stopRanjani Sridharan3-4/+14
2023-08-08ASoC: Intel: sof-sdw-cs42142: fix for codec button mappingjairaj-arava1-3/+3
2023-08-08ASoC: Intel: sof-sdw: update jack detection quirk for LunarLake RVPPierre-Louis Bossart1-1/+1
2023-08-07ASoC: SOF: Fix incorrect use of sizeof in sof_ipc3_do_rx_work()Xia Fukun1-1/+1
2023-08-07ASoC: lower "no backend DAIs enabled for ... Port" log severityHans de Goede1-2/+6
2023-08-07ASoC: rt5665: add missed regulator_bulk_disableZhang Shurong1-0/+2
2023-08-04ASoC: max98363: don't return on success reading revision IDBard Liao1-4/+5