mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-11 22:17:17 +03:00
Use our own local i2s driver as opposed to patching the esp-idf.
The esp-idf has a known issue with the i2s frequency calculation that prevents us from leveraging the i2s output to drive SPDIF. We used to patch the esp-idf with our changed code before compiling, but that may cause problems when setting up a new build environment and not reading the instructions.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
idf_component_register(SRC_DIRS .
|
||||
INCLUDE_DIRS .
|
||||
REQUIRES json tools platform_config display
|
||||
INCLUDE_DIRS . ${IDF_PATH}/components/driver
|
||||
REQUIRES json tools platform_config display
|
||||
|
||||
)
|
||||
|
||||
|
||||
1334
components/services/i2s.c
Normal file
1334
components/services/i2s.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user