Skip to content

Commit 31469e8

Browse files
committed
Merge tag 'asoc-fix-v6.9-rc7-2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v6.9 A couple more minor fixes for ASoC, one incremental fix for earlier issues and a minor formatting issue in the Makefile.
2 parents 87988a5 + e54f128 commit 31469e8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

sound/soc/generic/audio-graph-card2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@ static int graph_count_c2c(struct simple_util_priv *priv,
11971197
{
11981198
struct device_node *ports = of_get_parent(lnk);
11991199
struct device_node *port0 = lnk;
1200-
struct device_node *port1 = of_get_next_child(ports, lnk);
1200+
struct device_node *port1 = of_get_next_child(ports, of_node_get(lnk));
12011201
struct device_node *ep0 = port_to_endpoint(port0);
12021202
struct device_node *ep1 = port_to_endpoint(port1);
12031203
struct device_node *codec0 = of_graph_get_remote_port(ep0);

sound/soc/sof/amd/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ snd-sof-amd-vangogh-objs := pci-vangogh.o vangogh.o
1212
snd-sof-amd-acp63-objs := pci-acp63.o acp63.o
1313

1414
obj-$(CONFIG_SND_SOC_SOF_AMD_COMMON) += snd-sof-amd-acp.o
15-
obj-$(CONFIG_SND_SOC_SOF_AMD_RENOIR) +=snd-sof-amd-renoir.o
16-
obj-$(CONFIG_SND_SOC_SOF_AMD_REMBRANDT) +=snd-sof-amd-rembrandt.o
17-
obj-$(CONFIG_SND_SOC_SOF_AMD_VANGOGH) +=snd-sof-amd-vangogh.o
18-
obj-$(CONFIG_SND_SOC_SOF_AMD_ACP63) +=snd-sof-amd-acp63.o
15+
obj-$(CONFIG_SND_SOC_SOF_AMD_RENOIR) += snd-sof-amd-renoir.o
16+
obj-$(CONFIG_SND_SOC_SOF_AMD_REMBRANDT) += snd-sof-amd-rembrandt.o
17+
obj-$(CONFIG_SND_SOC_SOF_AMD_VANGOGH) += snd-sof-amd-vangogh.o
18+
obj-$(CONFIG_SND_SOC_SOF_AMD_ACP63) += snd-sof-amd-acp63.o

0 commit comments

Comments
 (0)