Skip to content

Commit b39301e

Browse files
Srinivas-Kandagatlavinodkoul
authored andcommitted
soundwire: qcom: remove unused SWRM_SPECIAL_CMD_ID
Signed-off-by: Srinivas Kandagatla <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent f744957 commit b39301e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/soundwire/qcom.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@
104104
#define SWRM_REG_VAL_PACK(data, dev, id, reg) \
105105
((reg) | ((id) << 16) | ((dev) << 20) | ((data) << 24))
106106

107-
#define SWRM_SPECIAL_CMD_ID 0xF
108107
#define MAX_FREQ_NUM 1
109108
#define TIMEOUT_MS 100
110109
#define QCOM_SWRM_MAX_RD_LEN 0x1

0 commit comments

Comments
 (0)