Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions components/esp_codec_dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v1.5.11

### Bug Fixed

- Fixed dependencies of ADC codec header file

## v1.5.10

### Bug Fixed
Expand Down
2 changes: 1 addition & 1 deletion components/esp_codec_dev/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.5.10
version: 1.5.11
description: Audio codec device support for Espressif SOC
url: https://github.com/espressif/esp-adf/tree/master/components/esp_codec_dev

Expand Down
1 change: 1 addition & 0 deletions components/esp_codec_dev/include/esp_codec_adc.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

#ifdef CONFIG_CODEC_DATA_ADC_SUPPORT

#include "audio_codec_data_if.h"
#include "esp_idf_version.h"
#include "soc/soc_caps.h"
#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 0, 0) && SOC_ADC_SUPPORTED
Expand Down