diff options
Diffstat (limited to 'include/dt-bindings/sound/audio-graph.h')
-rw-r--r-- | include/dt-bindings/sound/audio-graph.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/include/dt-bindings/sound/audio-graph.h b/include/dt-bindings/sound/audio-graph.h deleted file mode 100644 index bdb70c6b733..00000000000 --- a/include/dt-bindings/sound/audio-graph.h +++ /dev/null @@ -1,26 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 - * - * audio-graph.h - * - * Copyright (c) 2024 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> - */ -#ifndef __AUDIO_GRAPH_H -#define __AUDIO_GRAPH_H - -/* - * used in - * link-trigger-order - * link-trigger-order-start - * link-trigger-order-stop - * - * default is - * link-trigger-order = <SND_SOC_TRIGGER_LINK - * SND_SOC_TRIGGER_COMPONENT - * SND_SOC_TRIGGER_DAI>; - */ -#define SND_SOC_TRIGGER_LINK 0 -#define SND_SOC_TRIGGER_COMPONENT 1 -#define SND_SOC_TRIGGER_DAI 2 -#define SND_SOC_TRIGGER_SIZE 3 /* shoud be last */ - -#endif /* __AUDIO_GRAPH_H */ |