mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
rk_i2s: remove unused definition
(cherry picked from commit 89cb925fddac372f74068b9e57528090299032a2)
This commit is contained in:
parent
52dfb8b114
commit
1dd72f26e3
1 changed files with 0 additions and 2 deletions
|
|
@ -51,8 +51,6 @@
|
|||
#include <dev/sound/fdt/audio_dai.h>
|
||||
#include "audio_dai_if.h"
|
||||
|
||||
#define AUDIO_BUFFER_SIZE 48000 * 4
|
||||
|
||||
#define I2S_TXCR 0x0000
|
||||
#define I2S_CSR_2 (0 << 15)
|
||||
#define I2S_CSR_4 (1 << 15)
|
||||
|
|
|
|||
Loading…
Reference in a new issue