mirror of https://github.com/thesofproject/sof.git
timer: remove TIMER_AUDIO macro
Not used anywhere so delete it. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
parent
ac894e489e
commit
0e93dd516d
|
@ -45,8 +45,6 @@
|
|||
#define TIMER3 IRQ_EXT_TSTAMP0_LVL2(0)
|
||||
#define TIMER4 IRQ_EXT_TSTAMP1_LVL2(0)
|
||||
|
||||
#define TIMER_AUDIO TIMER3
|
||||
|
||||
struct comp_dev;
|
||||
struct sof_ipc_stream_posn;
|
||||
|
||||
|
|
|
@ -44,8 +44,6 @@
|
|||
#define TIMER2 IRQ_NUM_TIMER3
|
||||
#define TIMER3 IRQ_NUM_EXT_TIMER
|
||||
|
||||
#define TIMER_AUDIO TIMER3
|
||||
|
||||
struct comp_dev;
|
||||
struct sof_ipc_stream_posn;
|
||||
|
||||
|
|
|
@ -46,8 +46,6 @@
|
|||
#define TIMER3 IRQ_EXT_TSTAMP0_LVL2(0)
|
||||
#define TIMER4 IRQ_EXT_TSTAMP1_LVL2(0)
|
||||
|
||||
#define TIMER_AUDIO TIMER3
|
||||
|
||||
struct comp_dev;
|
||||
struct sof_ipc_stream_posn;
|
||||
|
||||
|
|
|
@ -43,8 +43,6 @@
|
|||
#define TIMER1 IRQ_NUM_TIMER2
|
||||
#define TIMER2 IRQ_NUM_TIMER3
|
||||
|
||||
#define TIMER_AUDIO TIMER0
|
||||
|
||||
struct comp_dev;
|
||||
struct sof_ipc_stream_posn;
|
||||
|
||||
|
|
Loading…
Reference in New Issue