Skip to content

Commit 31f2b48

Browse files
committed
fixup! ASoC: SOF: topology: Add helper function for processing tuple arrays
Add a break for the SND_SOC_TPLG_TUPLE_TYPE_STRING case. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
1 parent 409c759 commit 31f2b48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/sof/topology.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ int sof_update_ipc_object(struct snd_soc_component *scomp, void *object, enum so
112112

113113
tokens[i].get_token((void *)tuples[j].value.s, object,
114114
tokens[i].offset + offset);
115+
break;
115116
}
116117
default:
117118
break;

0 commit comments

Comments
 (0)