xiaoxiang781216 commented on code in PR #12076:
URL: https://github.com/apache/nuttx/pull/12076#discussion_r1554526338


##########
arch/xtensa/src/esp32s3/Kconfig:
##########
@@ -366,26 +366,26 @@ config ESP32S3_I2S0_SAMPLE_RATE
 config ESP32S3_I2S0_BCLKPIN
        int "I2S0 BCLK pin"
        default 4
-       range 0 33 if ESP32S3_I2S0_ROLE_MASTER
-       range 0 39 if ESP32S3_I2S0_ROLE_SLAVE
+       range 0 48 if ESP32S3_I2S0_ROLE_MASTER
+       range 0 48 if ESP32S3_I2S0_ROLE_SLAVE
 
 config ESP32S3_I2S0_WSPIN
        int "I2S0 WS pin"
        default 5
-       range 0 33 if ESP32S3_I2S0_ROLE_MASTER
-       range 0 39 if ESP32S3_I2S0_ROLE_SLAVE
+       range 0 48 if ESP32S3_I2S0_ROLE_MASTER
+       range 0 48 if ESP32S3_I2S0_ROLE_SLAVE

Review Comment:
   merge to `range 0 48`



##########
arch/xtensa/src/esp32s3/Kconfig:
##########
@@ -478,26 +478,26 @@ config ESP32S3_I2S1_SAMPLE_RATE
 config ESP32S3_I2S1_BCLKPIN
        int "I2S1 BCLK pin"
        default 22
-       range 0 33 if ESP32S3_I2S1_ROLE_MASTER
-       range 0 39 if ESP32S3_I2S1_ROLE_SLAVE
+       range 0 48 if ESP32S3_I2S1_ROLE_MASTER
+       range 0 48 if ESP32S3_I2S1_ROLE_SLAVE
 
 config ESP32S3_I2S1_WSPIN
        int "I2S1 WS pin"
        default 23
-       range 0 33 if ESP32S3_I2S1_ROLE_MASTER
-       range 0 39 if ESP32S3_I2S1_ROLE_SLAVE
+       range 0 48 if ESP32S3_I2S1_ROLE_MASTER
+       range 0 48 if ESP32S3_I2S1_ROLE_SLAVE

Review Comment:
   merge to `range 0 48`



##########
arch/xtensa/src/esp32s3/Kconfig:
##########
@@ -478,26 +478,26 @@ config ESP32S3_I2S1_SAMPLE_RATE
 config ESP32S3_I2S1_BCLKPIN
        int "I2S1 BCLK pin"
        default 22
-       range 0 33 if ESP32S3_I2S1_ROLE_MASTER
-       range 0 39 if ESP32S3_I2S1_ROLE_SLAVE
+       range 0 48 if ESP32S3_I2S1_ROLE_MASTER
+       range 0 48 if ESP32S3_I2S1_ROLE_SLAVE

Review Comment:
   merge to `range 0 48`



##########
arch/xtensa/src/esp32s3/Kconfig:
##########
@@ -366,26 +366,26 @@ config ESP32S3_I2S0_SAMPLE_RATE
 config ESP32S3_I2S0_BCLKPIN
        int "I2S0 BCLK pin"
        default 4
-       range 0 33 if ESP32S3_I2S0_ROLE_MASTER
-       range 0 39 if ESP32S3_I2S0_ROLE_SLAVE
+       range 0 48 if ESP32S3_I2S0_ROLE_MASTER
+       range 0 48 if ESP32S3_I2S0_ROLE_SLAVE

Review Comment:
   merge to `range 0 48`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to