]> Git Repo - J-linux.git/commitdiff
Merge tag 'asoc-v6.10' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie...
authorTakashi Iwai <[email protected]>
Mon, 13 May 2024 09:39:49 +0000 (11:39 +0200)
committerTakashi Iwai <[email protected]>
Mon, 13 May 2024 09:39:49 +0000 (11:39 +0200)
ASoC: Updates for v6.10

This is a very big update, in large part due to extensive work the Intel
people have been doing in their drivers though it's also been busy
elsewhere.  There's also a big overhaul of the DAPM documentation from
Luca Ceresoli arising from the work he did putting together his recent
ELC talk, and he also contributed a new tool for visualising the DAPM
state.

 - A new tool dapm-graph for visualising the DAPM state.
 - Substantial fixes and clarifications for the DAPM documentation.
 - Very large updates throughout the Intel audio drivers.
 - Cleanups of accessors for driver data, module labelling, and for
   constification.
 - Modernsation and cleanup work in the Mediatek drivers.
 - Several fixes and features for the DaVinci I2S driver.
 - New drivers for several AMD and Intel platforms, Nuvoton NAU8325,
   Rockchip RK3308 and Texas Instruments PCM6240.

13 files changed:
1  2 
include/sound/soc-acpi.h
include/sound/sof.h
sound/pci/hda/hda_cs_dsp_ctl.c
sound/soc/codecs/cs35l56.c
sound/soc/generic/audio-graph-card2.c
sound/soc/intel/avs/boards/es8336.c
sound/soc/intel/avs/boards/nau8825.c
sound/soc/intel/avs/boards/rt274.c
sound/soc/intel/avs/boards/rt286.c
sound/soc/intel/avs/boards/rt298.c
sound/soc/meson/axg-fifo.c
sound/soc/sof/amd/Makefile
sound/soc/sof/intel/hda-bus.c

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index 5f2eca283690bb7f4fb0015cf2f9e71b785bb6f1,380a9769c321389742d7ac22d696ccb786a3dc70..701d578d63b2126c75ab0c5dc90987a152bc949b
@@@ -4,15 -4,15 +4,15 @@@
  #
  # Copyright(c) 2021, 2023 Advanced Micro Devices, Inc. All rights reserved.
  
- snd-sof-amd-acp-objs := acp.o acp-loader.o acp-ipc.o acp-pcm.o acp-stream.o acp-trace.o acp-common.o
+ snd-sof-amd-acp-y := acp.o acp-loader.o acp-ipc.o acp-pcm.o acp-stream.o acp-trace.o acp-common.o
  snd-sof-amd-acp-$(CONFIG_SND_SOC_SOF_ACP_PROBES) = acp-probes.o
- snd-sof-amd-renoir-objs := pci-rn.o renoir.o
- snd-sof-amd-rembrandt-objs := pci-rmb.o rembrandt.o
- snd-sof-amd-vangogh-objs := pci-vangogh.o vangogh.o
- snd-sof-amd-acp63-objs := pci-acp63.o acp63.o
+ snd-sof-amd-renoir-y := pci-rn.o renoir.o
+ snd-sof-amd-rembrandt-y := pci-rmb.o rembrandt.o
+ snd-sof-amd-vangogh-y := pci-vangogh.o vangogh.o
+ snd-sof-amd-acp63-y := pci-acp63.o acp63.o
  
  obj-$(CONFIG_SND_SOC_SOF_AMD_COMMON) += snd-sof-amd-acp.o
 -obj-$(CONFIG_SND_SOC_SOF_AMD_RENOIR) +=snd-sof-amd-renoir.o
 -obj-$(CONFIG_SND_SOC_SOF_AMD_REMBRANDT) +=snd-sof-amd-rembrandt.o
 -obj-$(CONFIG_SND_SOC_SOF_AMD_VANGOGH) +=snd-sof-amd-vangogh.o
 -obj-$(CONFIG_SND_SOC_SOF_AMD_ACP63) +=snd-sof-amd-acp63.o
 +obj-$(CONFIG_SND_SOC_SOF_AMD_RENOIR) += snd-sof-amd-renoir.o
 +obj-$(CONFIG_SND_SOC_SOF_AMD_REMBRANDT) += snd-sof-amd-rembrandt.o
 +obj-$(CONFIG_SND_SOC_SOF_AMD_VANGOGH) += snd-sof-amd-vangogh.o
 +obj-$(CONFIG_SND_SOC_SOF_AMD_ACP63) += snd-sof-amd-acp63.o
Simple merge
This page took 0.107872 seconds and 4 git commands to generate.