summaryrefslogtreecommitdiffstats
path: root/sound/soc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-fix-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2025-01-3119-63/+199
|\
| * Merge tag 'asoc-fix-v6.14-merge-window' of https://git.kernel.org/pub/scm/lin...Takashi Iwai2025-01-2919-63/+199
| |\
| | * ASoC: codec: es8316: "DAC Soft Ramp Rate" is just a 2 bit controlOndrej Jirman2025-01-271-1/+1
| | * ASoC: amd: acp: Fix possible deadlockDaniel Baluta2025-01-271-0/+1
| | * ASoC: renesas: SND_SIU_MIGOR should depend on DMADEVICESGeert Uytterhoeven2025-01-241-1/+1
| | * Add SOF support for new board revisionsMark Brown2025-01-232-0/+26
| | |\
| | | * ASoC: SOF: imx8m: Add entry for new 8M Plus revisionIuliana Prodan2025-01-221-0/+5
| | | * ASoC: SOF: imx8: Add entries for new 8QM and 8QXP revisionsIuliana Prodan2025-01-221-0/+10
| | | * ASoC: SOF: imx: Add mach entry to select cs42888 topologyDaniel Baluta2025-01-221-0/+11
| | * | ASoC: Intel: bytcr_rt5640: Add DMI quirk for Vexia Edu Atla 10 tablet 5VHans de Goede2025-01-231-1/+16
| | * | ASoC: da7213: Initialize the mutexClaudiu Beznea2025-01-231-0/+2
| | * | ASoC: use to_platform_device() instead of container_of()Luoxi Li2025-01-238-16/+10
| | * | ASoC: acp: Support microphone from Lenovo Go SMario Limonciello2025-01-231-0/+28
| | * | ASoC: fsl_asrc_m2m: select CONFIG_DMA_SHARED_BUFFERArnd Bergmann2025-01-221-0/+1
| | * | ASoC: audio-graph-card2: use correct endpoint when getting link parametersIvaylo Dimitrov2025-01-221-33/+29
| | * | ASoC: SOF: imx8m: add SAI2,5,6,7Alexander Boehm2025-01-221-0/+44
| | |/
| | * ASoC: rockchip: i2s_tdm: Re-add the set_sysclk callbackDetlev Casanova2025-01-211-2/+29
| | * ASoC: fsl: two fixes for asrc memory to memoryMark Brown2025-01-201-7/+9
| | |\
| | | * ASoC: fsl_asrc_m2m: return error value in asrc_m2m_device_run()Shengjiu Wang2025-01-201-6/+8
| | | * ASoC: fsl_asrc_m2m: only handle pairs for m2m in the suspendShengjiu Wang2025-01-201-1/+1
| | * | ASoC: codecs: ES8326: Improved PSRRZhang Yi2025-01-201-2/+2
| | |/
* | | Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2025-01-281-27/+12
|\ \ \
| * | | sof-client-ipc-flood-test: don't mess with ->d_nameAl Viro2025-01-151-27/+12
* | | | Merge tag 'sound-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2025-01-24124-1139/+4136
|\ \ \ \ | | |/ / | |/| |
| * | | Merge tag 'asoc-v6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2025-01-20120-1125/+4057
| |\ \ \ | | | |/ | | |/|
| | * | ASoC: xilinx: xlnx_spdif: Simpify using devm_clk_get_enabled()Michal Simek2025-01-161-27/+11
| | * | ASoC: dapm: add support for preparing streamsMartin Blumenstingl2025-01-151-0/+12
| | * | ASoC: soc-dai: add snd_soc_dai_prepare() and use it internallyMartin Blumenstingl2025-01-151-8/+19
| | * | ASoC: fsl: Support micfil on i.MX943Mark Brown2025-01-142-22/+78
| | |\ \
| | | * | ASoC: fsl_micfil: Add i.MX943 platform supportShengjiu Wang2025-01-142-22/+78
| | * | | ASoC: sun4i-codec: Use new devm clk and reset APIsBence Csókás2025-01-141-35/+7
| | * | | ASoC: soc-dapm: remove !card check from snd_soc_dapm_set_bias_level()Kuninori Morimoto2025-01-141-1/+1
| | |/ /
| | * | ASoC: extra format on each DAIMark Brown2025-01-134-230/+168
| | |\ \
| | | * | ASoC: audio-graph-card2: Use extra format on each DAIKuninori Morimoto2025-01-131-32/+44
| | | * | ASoC: soc-core: Enable to use extra format on each DAIKuninori Morimoto2025-01-131-2/+25
| | | * | ASoC: audio-graph-card2: use of_graph_get_port_by_id() at graph_get_next_mult...Kuninori Morimoto2025-01-131-5/+14
| | | * | ASoC: soc-core: return 0 if np was NULL on snd_soc_daifmt_parse_clock_provide...Kuninori Morimoto2025-01-131-0/+3
| | | * | ASoC: simple-card: use __free(device_node) for device nodeKuninori Morimoto2025-01-131-41/+17
| | | * | ASoC: audio-graph-card: use __free(device_node) for device nodeKuninori Morimoto2025-01-131-34/+14
| | | * | ASoC: audio-graph-card2: use __free(device_node) for device nodeKuninori Morimoto2025-01-131-119/+54
| | * | | ASoC: fsl: Support MQS on i.MX943Mark Brown2025-01-131-0/+28
| | |\ \ \
| | | * | | ASoC: fsl_mqs: Add i.MX943 platform supportShengjiu Wang2025-01-131-0/+28
| | | |/ /
| | * | | ASoC: codecs: Use ARRAY_SIZE() to calculate PEB2466_TLV_SIZEThorsten Blum2025-01-131-2/+1
| | * | | ASoC: SOF: Intel: Use str_yes_no() to improve bdw_dump()Thorsten Blum2025-01-131-8/+8
| | * | | ASoC: simple-card: Drop unnecessary "dai-tdm-slot-width-map" property presenc...Rob Herring (Arm)2025-01-101-3/+2
| | |/ /
| | * | ASoC: Use of_property_present() for non-boolean propertiesRob Herring (Arm)2025-01-099-13/+13
| | * | ASoC: amd: Add ACPI dependency to fix build errorYu-Chun Lin2025-01-091-1/+1
| | * | ASoC: remove disable_route_checksMark Brown2025-01-093-37/+6
| | |\ \
| | | * | ASoC: remove disable_route_checksKuninori Morimoto2025-01-092-35/+6
| | | * | ASoC: intel: remove disable_route_checksKuninori Morimoto2025-01-091-2/+0