aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/soc-topology.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-topology.c b/sound/soc/soc-topology.c
index 12e189701924..6070e35455aa 100644
--- a/sound/soc/soc-topology.c
+++ b/sound/soc/soc-topology.c
@@ -2381,7 +2381,7 @@ static int soc_tplg_load_header(struct soc_tplg *tplg,
2381 2381
2382 /* check for matching ID */ 2382 /* check for matching ID */
2383 if (hdr->index != tplg->req_index && 2383 if (hdr->index != tplg->req_index &&
2384 hdr->index != SND_SOC_TPLG_INDEX_ALL) 2384 tplg->req_index != SND_SOC_TPLG_INDEX_ALL)
2385 return 0; 2385 return 0;
2386 2386
2387 tplg->index = hdr->index; 2387 tplg->index = hdr->index;