dsp: afe: Add support for Rx and TX codec dma interface
New codec dma interfaces have been introduced to connect LPASS and Codec macros. This change is to add Rx and Tx codec dma interface related updates to Q6 AFE native driver. CRs-Fixed: 2281591 Change-Id: I2edbe904cd4c13801f06cdd7bd226a82db5d6d51 Signed-off-by: Aditya Bavanari <abavanar@codeaurora.org>
This commit is contained in:
@@ -1311,6 +1311,48 @@ struct adm_cmd_connect_afe_port_v5 {
|
||||
/* AFE VA Codec DMA Tx port 1 */
|
||||
#define AFE_PORT_ID_VA_CODEC_DMA_TX_1 0xB023
|
||||
|
||||
/* AFE Rx Codec DMA Rx port 0 */
|
||||
#define AFE_PORT_ID_RX_CODEC_DMA_RX_0 0xB030
|
||||
|
||||
/* AFE Tx Codec DMA Tx port 0 */
|
||||
#define AFE_PORT_ID_TX_CODEC_DMA_TX_0 0xB031
|
||||
|
||||
/* AFE Rx Codec DMA Rx port 1 */
|
||||
#define AFE_PORT_ID_RX_CODEC_DMA_RX_1 0xB032
|
||||
|
||||
/* AFE Tx Codec DMA Tx port 1 */
|
||||
#define AFE_PORT_ID_TX_CODEC_DMA_TX_1 0xB033
|
||||
|
||||
/* AFE Rx Codec DMA Rx port 2 */
|
||||
#define AFE_PORT_ID_RX_CODEC_DMA_RX_2 0xB034
|
||||
|
||||
/* AFE Tx Codec DMA Tx port 2 */
|
||||
#define AFE_PORT_ID_TX_CODEC_DMA_TX_2 0xB035
|
||||
|
||||
/* AFE Rx Codec DMA Rx port 3 */
|
||||
#define AFE_PORT_ID_RX_CODEC_DMA_RX_3 0xB036
|
||||
|
||||
/* AFE Tx Codec DMA Tx port 3 */
|
||||
#define AFE_PORT_ID_TX_CODEC_DMA_TX_3 0xB037
|
||||
|
||||
/* AFE Rx Codec DMA Rx port 4 */
|
||||
#define AFE_PORT_ID_RX_CODEC_DMA_RX_4 0xB038
|
||||
|
||||
/* AFE Tx Codec DMA Tx port 4 */
|
||||
#define AFE_PORT_ID_TX_CODEC_DMA_TX_4 0xB039
|
||||
|
||||
/* AFE Rx Codec DMA Rx port 5 */
|
||||
#define AFE_PORT_ID_RX_CODEC_DMA_RX_5 0xB03A
|
||||
|
||||
/* AFE Tx Codec DMA Tx port 5 */
|
||||
#define AFE_PORT_ID_TX_CODEC_DMA_TX_5 0xB03B
|
||||
|
||||
/* AFE Rx Codec DMA Rx port 6 */
|
||||
#define AFE_PORT_ID_RX_CODEC_DMA_RX_6 0xB03C
|
||||
|
||||
/* AFE Rx Codec DMA Rx port 7 */
|
||||
#define AFE_PORT_ID_RX_CODEC_DMA_RX_7 0xB03E
|
||||
|
||||
/* Generic pseudoport 1. */
|
||||
#define AFE_PORT_ID_PSEUDOPORT_01 0x8001
|
||||
/* Generic pseudoport 2. */
|
||||
|
Reference in New Issue
Block a user