summaryrefslogtreecommitdiff
path: root/drivers/modem/m6718_spi/modem_statemachine.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/modem/m6718_spi/modem_statemachine.h')
-rw-r--r--drivers/modem/m6718_spi/modem_statemachine.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/modem/m6718_spi/modem_statemachine.h b/drivers/modem/m6718_spi/modem_statemachine.h
index 55e4a520d3d..6a2a32cad3a 100644
--- a/drivers/modem/m6718_spi/modem_statemachine.h
+++ b/drivers/modem/m6718_spi/modem_statemachine.h
@@ -15,7 +15,6 @@
/* valid states for the driver state machine */
enum ipc_sm_state_id {
- /* common link and shared states below */
IPC_SM_INIT,
IPC_SM_HALT,
IPC_SM_RESET,
@@ -35,15 +34,6 @@ enum ipc_sm_state_id {
IPC_SM_SLW_RX_WR_CMD,
IPC_SM_ACT_RX_WR_CMD,
IPC_SM_ACT_RX_WR_DAT,
- /* audio link states below */
- IPC_SM_INIT_AUD,
- IPC_SM_HALT_AUD,
- IPC_SM_RESET_AUD,
- IPC_SM_IDL_AUD,
- IPC_SM_SLW_TX_WR_DAT_AUD,
- IPC_SM_ACT_TX_WR_DAT_AUD,
- IPC_SM_SLW_RX_WR_DAT_AUD,
- IPC_SM_ACT_RX_WR_DAT_AUD,
IPC_SM_STATE_ID_NBR
};