Skip to content

Commit ccc2da5

Browse files
author
Jyri Sarha
committed
ASoC: SOF: sof-client-probes: IPC4: Remove idle enum sof_ipc4_probe_type
Remove unused enum sof_ipc4_probe_type definition. There is no need for IPC4 specific probe types. Signed-off-by: Jyri Sarha <[email protected]>
1 parent 45ef185 commit ccc2da5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

sound/soc/sof/sof-client-probes-ipc4.c

-6
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ struct sof_ipc4_probe_cfg {
4545
struct sof_ipc4_probe_gtw_cfg gtw_cfg;
4646
} __packed __aligned(4);
4747

48-
enum sof_ipc4_probe_type {
49-
SOF_IPC4_PROBE_TYPE_INPUT = 0,
50-
SOF_IPC4_PROBE_TYPE_OUTPUT,
51-
SOF_IPC4_PROBE_TYPE_INTERNAL
52-
};
53-
5448
struct sof_ipc4_probe_point {
5549
u32 point_id;
5650
u32 purpose;

0 commit comments

Comments
 (0)