summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2025-05-01ASoC: intel/sdw_utils: Add volume limits to CS35L56Mark Brown3-0/+38
2025-05-01ASoC: stm32: sai: fix kernel rate configurationMark Brown5-20/+30
2025-05-01ASoC: Intel: avs: Fix kcalloc() sizesThorsten Blum1-3/+3
2025-05-01ASoC: codec: sma1307: Remove including of_gpio.hPeng Fan1-1/+0
2025-05-01ASoC: codec: twl4030: Convert to GPIO descriptorsPeng Fan1-40/+23
2025-05-01ASoC: codec: twl4030: Sort headers alphabeticallyPeng Fan1-11/+9
2025-05-01ASoC: amd: ps: fix for irq handler return statusVijendar Mukunda1-2/+3
2025-05-01ASoC: simple-card-utils: Fix pointer check in graph_util_parse_link_directionAlexander Stein1-2/+2
2025-05-01ASoC: intel/sdw_utils: Add volume limit to cs35l56 speakersStefan Binding2-0/+28
2025-05-01ASoC: intel/sdw_utils: Add volume limit to cs42l43 speakersStefan Binding1-0/+10
2025-05-01ASoC: stm32: sai: add a check on minimal kernel frequencyOlivier Moysan1-1/+4
2025-05-01ASoC: stm32: sai: skip useless iterations on kernel rate loopOlivier Moysan1-4/+7
2025-04-30ALSA: hda/realtek - Add more HP laptops which need mute led fixupChris Chiu1-0/+3
2025-04-30ALSA: hda/tas2781: Remove tas2781_spi_fwlib.c and leverage SND_SOC_TAS2781_FM...Shenghao Ding13-2837/+712
2025-04-30ALSA: hda/cs35l56: Remove dependency on COMPILE_TESTRichard Fitzgerald1-2/+2
2025-04-30ALSA: hda/realtek: Fix built-mic regression on other ASUS modelsTakashi Iwai1-4/+4
2025-04-30ASoC: wm_adsp: Don't use no_free_ptr() when passing to PTR_ERR()Richard Fitzgerald1-1/+1
2025-04-30ASoC: codecs: Use min() to simplify aw_dev_dsp_update_container()Thorsten Blum3-15/+6
2025-04-30ASoC: SOF: ipc4-pcm: Adjust pipeline_list->pipelines allocation typeKees Cook1-1/+2
2025-04-30ASoC: SOF: topology: Fix null pointer dereferenceJulien Massot1-1/+1
2025-04-30ASoC: amd: acp: Drop superfluous assignment in acp_sof_probe()Cristian Ciocaltea1-1/+1
2025-04-30ASoC: Intel: catpt: avoid type mismatch in dev_dbg() formatArnd Bergmann1-1/+1
2025-04-29ALSA: usb-audio: Fix duplicated name in MIDI substream namesTakashi Iwai1-4/+12
2025-04-29ALSA: korg1212: Replace the pending stop check code with sync_stop PCM opsTakashi Iwai1-56/+19
2025-04-28Merge 6.15-rc4 into usb-nextGreg Kroah-Hartman16-62/+288
2025-04-28ALSA: usb-audio: Add second USB ID for Jabra Evolve 65 headsetJoachim Priesner1-1/+2
2025-04-27ALSA: hda/realtek: Add quirk for HP Spectre x360 15-df1xxxTakashi Iwai1-0/+42
2025-04-27ALSA: hda: Apply volume control on speaker+lineout for HP EliteStudio AIOChris Chiu1-0/+26
2025-04-27ALSA: hda/hda_cs_dsp_ctl: Delete hda_cs_dsp_ctl moduleRichard Fitzgerald6-313/+38
2025-04-26ASoC: add Renesas MSIOF sound driverMark Brown5-4/+611
2025-04-26ASoC: renesas: add MSIOF sound supportKuninori Morimoto3-0/+576
2025-04-26ASoC: renesas: rsnd: enable to use "adg" clockKuninori Morimoto1-0/+19
2025-04-26ASoC: renesas: rsnd: care BRGA/BRGB select in rsnd_adg_clk_enable()Kuninori Morimoto1-3/+10
2025-04-26ASoC: renesas: rsnd: allow to use ADG as standaloneKuninori Morimoto1-1/+6
2025-04-25ASoC: codec: tpa6130a2: Convert to GPIO descriptorsMark Brown1-38/+16
2025-04-25ASoC: codecs: wcd938x: fix mux error handlingMark Brown1-12/+11
2025-04-25ASoC: Intel: bytcr_rt5640: Add DMI quirk for Acer Aspire SW3-013Takashi Iwai1-0/+13
2025-04-25ASoC: amd: acp: Fix devm_snd_soc_register_card(acp-pdm-mach) failureVenkata Prasad Potturu1-1/+1
2025-04-25ASoC: amd: acp: Fix NULL pointer deref in acp_i2s_set_tdm_slotVenkata Prasad Potturu1-1/+1
2025-04-25ASoC: amd: acp: Fix NULL pointer deref on acp resume pathVenkata Prasad Potturu4-4/+4
2025-04-25ASoC: starfive: Use max() to simplify code in jh7110_tdm_syncdiv()Thorsten Blum1-10/+3
2025-04-25ASoC: fsl: don't set link->platform if not neededKuninori Morimoto1-2/+5
2025-04-24ASoC: Intel: avs: Fix NULL pointer dereferenceAmadeusz Sławiński1-8/+8
2025-04-24ASoC: meson: meson-card-utils: use of_property_present() for DT parsingMartin Blumenstingl1-1/+1
2025-04-24ASoC: Merge up fixesMark Brown17-53/+287
2025-04-24ASoC: codecs: wcd938x: drop unnecessary mux flag assignmentJohan Hovold1-1/+0
2025-04-24ASoC: codecs: wcd938x: fix mux error handlingJohan Hovold1-11/+11
2025-04-24ASoC: codec: tpa6130a2: Convert to GPIO descriptorsPeng Fan1-21/+11
2025-04-24ASoC: codec: tpa6130a2: Remove tpa6130a2_platform_dataPeng Fan1-13/+1
2025-04-24ASoC: codec: tpa6130a2: Sort headers alphabeticallyPeng Fan1-7/+7