Skip to content

Commit 101610e

Browse files
author
Marcin Maka
committed
plat: cavs: removed unused platform specific ssp defs
Signed-off-by: Marcin Maka <marcin.maka@linux.intel.com>
1 parent 1024e94 commit 101610e

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/platform/intel/cavs/platform.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,6 @@
5858
#include <string.h>
5959
#include <version.h>
6060

61-
#if defined(CONFIG_APOLLOLAKE)
62-
#define SSP_CLOCK_FREQUENCY 19200000
63-
#elif defined(CONFIG_CANNONLAKE) || defined(CONFIG_SUECREEK)
64-
#define SSP_CLOCK_FREQUENCY 24000000
65-
#elif defined(CONFIG_ICELAKE)
66-
#define SSP_CLOCK_FREQUENCY 38400000
67-
#endif
68-
6961
static const struct sof_ipc_fw_ready ready = {
7062
.hdr = {
7163
.cmd = SOF_IPC_FW_READY,

0 commit comments

Comments
 (0)