Skip to content

Commit 7b3b302

Browse files
mripardtiwai
authored andcommitted
ALSA: lx_core: Remove unused defines
Commit f9367f3 ("ALSA: lx6464es: Remove unused function in pci/lx6464es/lx_core.c") removed the lx_dsp_es_check_pipeline function that was the only user of these defines. Since they're useless now, simply remove them. Signed-off-by: Maxime Ripard <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent 00d9015 commit 7b3b302

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

sound/pci/lx6464es/lx_core.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -429,11 +429,6 @@ int lx_dsp_read_async_events(struct lx6464es *chip, u32 *data)
429429
return ret;
430430
}
431431

432-
#define CSES_TIMEOUT 100 /* microseconds */
433-
#define CSES_CE 0x0001
434-
#define CSES_BROADCAST 0x0002
435-
#define CSES_UPDATE_LDSV 0x0004
436-
437432
#define PIPE_INFO_TO_CMD(capture, pipe) \
438433
((u32)((u32)(pipe) | ((capture) ? ID_IS_CAPTURE : 0L)) << ID_OFFSET)
439434

0 commit comments

Comments
 (0)