Selaa lähdekoodia

asoc: bindings: add bt swr port types

Add port type definitions for bt swr master port.

Change-Id: I6cec807fa32064301a6cf7f0f5c5b5c31c76b9b2
Signed-off-by: Vangala, Amarnath <[email protected]>
Vangala, Amarnath 1 vuosi sitten
vanhempi
sitoutus
ae831399c3
1 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  1. 10 0
      include/bindings/audio-codec-port-types.h

+ 10 - 0
include/bindings/audio-codec-port-types.h

@@ -96,4 +96,14 @@
 #define SWRM_TX_PCM_IN 58
 #define HIFI_PCM_L 59
 #define HIFI_PCM_R 60
+
+// BT SWR PORT defines
+#define BT_AUDIO_RX1 101
+#define BT_AUDIO_TX1 102
+#define BT_AUDIO_RX2 103
+#define BT_AUDIO_TX2 104
+#define BT_AUDIO_RX3 105
+#define BT_AUDIO_TX3 106
+#define FM_AUDIO_TX1 107
+
 #endif /* __AUDIO_CODEC_PORT_TYPES_H */