We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa66ffb commit 8e88dc1Copy full SHA for 8e88dc1
src/Common.h
@@ -127,7 +127,7 @@ typedef enum {
127
I2S_LEFT = 1, /*!< set all left format */
128
I2S_RIGHT = 2, /*!< set all right format */
129
I2S_DSP = 3, /*!< set dsp/pcm format */
130
- TDM = 4, /*!< set tdm format */
+ I2S_TDM = 4, /*!< set tdm format */
131
} i2s_format_t;
132
133
/**
src/Driver/cs42448/cs42448.h
@@ -562,7 +562,7 @@ class CS42448 {
562
} else
563
return false;
564
return setFormat(fmt);
565
- case TDM:
+ case I2S_TDM:
566
return setFormat(Format::TDM);
567
default:
568
0 commit comments