Skip to content

Commit 391b91d

Browse files
committed
fix: Add version dependency to codec_dev
1 parent 7ae07f5 commit 391b91d

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

components/esp_codec_dev/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
### Bug Fixed
66

7+
- Add header dependency for passing compiling build after esp-idf v6.0
8+
9+
## v1.5.2
10+
11+
### Bug Fixed
12+
713
- Fixed race condition when duplex I2S used by multiple data interface and run open in parallel.
814

915
## v1.5.1

components/esp_codec_dev/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.5.2
1+
version: 1.5.3
22
description: Audio codec device support for Espressif SOC
33
url: https://github.com/espressif/esp-adf/tree/master/components/esp_codec_dev
44

components/esp_codec_dev/platform/audio_codec_ctrl_spi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*/
66
#include "audio_codec_ctrl_if.h"
77
#include "esp_codec_dev_defaults.h"
8+
#include "esp_idf_version.h"
89
#include "driver/spi_common.h"
910
#include "driver/spi_master.h"
1011
#include "driver/gpio.h"

0 commit comments

Comments
 (0)