소스 검색

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 년 전
부모
커밋
ae831399c3
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  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 */