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:
Liam Girdwood 2018-03-12 13:30:21 +00:00
parent ac894e489e
commit 0e93dd516d
4 changed files with 0 additions and 8 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;