Fix yellow from e532714d1f

Change-Id: I4f49e93fc1efa78874fb76de6a436ad1fc894cc5
This commit is contained in:
Aidan MacDonald 2021-07-25 15:22:33 +01:00
parent e532714d1f
commit 148fac6f34
2 changed files with 0 additions and 20 deletions

View file

@ -42,7 +42,6 @@ __ENSURE_STRUCT_CACHE_FRIENDLY(struct pcm_dma_command_t)
static int dac_locked = 0;
static struct pcm_dma_command_t dac_dma;
static bool dac_freezed = false;
static const void *dac_buf; /* current buffer */
static size_t dac_size; /* remaining size */