Skip to content

Commit

Permalink
ASoC: SOF: sof-client-probes: IPC4: Remove idle enum sof_ipc4_probe_type
Browse files Browse the repository at this point in the history
Remove unused enum sof_ipc4_probe_type definition. There is no need
for IPC4 specific probe types.

Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
  • Loading branch information
Jyri Sarha committed Nov 25, 2024
1 parent 45ef185 commit ccc2da5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sound/soc/sof/sof-client-probes-ipc4.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ struct sof_ipc4_probe_cfg {
struct sof_ipc4_probe_gtw_cfg gtw_cfg;
} __packed __aligned(4);

enum sof_ipc4_probe_type {
SOF_IPC4_PROBE_TYPE_INPUT = 0,
SOF_IPC4_PROBE_TYPE_OUTPUT,
SOF_IPC4_PROBE_TYPE_INTERNAL
};

struct sof_ipc4_probe_point {
u32 point_id;
u32 purpose;
Expand Down

0 comments on commit ccc2da5

Please sign in to comment.