arch/arm/src: Fix small typo where I2S is referenced as I2C
This commit is contained in:
parent
c74e9fd6da
commit
d260d9e703
@ -2549,7 +2549,7 @@ config SAMA5_SSC0_RX_STTDLY
|
|||||||
endif # SAMA5_SSC0_RX
|
endif # SAMA5_SSC0_RX
|
||||||
|
|
||||||
config SAMA5_SSC0_TX
|
config SAMA5_SSC0_TX
|
||||||
bool "Enable I2C transmitter"
|
bool "Enable I2S transmitter"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable I2S transmission logic
|
Enable I2S transmission logic
|
||||||
@ -2721,7 +2721,7 @@ config SAMA5_SSC1_RX_STTDLY
|
|||||||
endif # SAMA5_SSC1_RX
|
endif # SAMA5_SSC1_RX
|
||||||
|
|
||||||
config SAMA5_SSC1_TX
|
config SAMA5_SSC1_TX
|
||||||
bool "Enable I2C transmitter"
|
bool "Enable I2S transmitter"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable I2S transmission logic
|
Enable I2S transmission logic
|
||||||
|
@ -2072,7 +2072,7 @@ static int ssc_checkwidth(struct sam_ssc_s *priv, int bits)
|
|||||||
* Description:
|
* Description:
|
||||||
* Set the I2S RX sample rate. NOTE: This will have no effect if (1) the
|
* Set the I2S RX sample rate. NOTE: This will have no effect if (1) the
|
||||||
* driver does not support an I2C receiver or if (2) the sample rate is
|
* driver does not support an I2C receiver or if (2) the sample rate is
|
||||||
* driven by the I2C frame clock. This may also have unexpected side-
|
* driven by the I2S frame clock. This may also have unexpected side-
|
||||||
* effects of the RX sample is coupled with the TX sample rate.
|
* effects of the RX sample is coupled with the TX sample rate.
|
||||||
*
|
*
|
||||||
* Input Parameters:
|
* Input Parameters:
|
||||||
@ -2282,8 +2282,8 @@ errout_with_exclsem:
|
|||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
* Set the I2S TX sample rate. NOTE: This will have no effect if (1) the
|
* Set the I2S TX sample rate. NOTE: This will have no effect if (1) the
|
||||||
* driver does not support an I2C transmitter or if (2) the sample rate is
|
* driver does not support an I2S transmitter or if (2) the sample rate is
|
||||||
* driven by the I2C frame clock. This may also have unexpected side-
|
* driven by the I2S frame clock. This may also have unexpected side-
|
||||||
* effects of the TX sample is coupled with the RX sample rate.
|
* effects of the TX sample is coupled with the RX sample rate.
|
||||||
*
|
*
|
||||||
* Input Parameters:
|
* Input Parameters:
|
||||||
|
@ -1145,7 +1145,7 @@ config SAMV7_SSC0_RX_STTDLY
|
|||||||
endif # SAMV7_SSC0_RX
|
endif # SAMV7_SSC0_RX
|
||||||
|
|
||||||
config SAMV7_SSC0_TX
|
config SAMV7_SSC0_TX
|
||||||
bool "Enable I2C transmitter"
|
bool "Enable I2S transmitter"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable I2S transmission logic
|
Enable I2S transmission logic
|
||||||
@ -1317,7 +1317,7 @@ config SAMV7_SSC1_RX_STTDLY
|
|||||||
endif # SAMV7_SSC1_RX
|
endif # SAMV7_SSC1_RX
|
||||||
|
|
||||||
config SAMV7_SSC1_TX
|
config SAMV7_SSC1_TX
|
||||||
bool "Enable I2C transmitter"
|
bool "Enable I2S transmitter"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable I2S transmission logic
|
Enable I2S transmission logic
|
||||||
|
@ -2051,7 +2051,7 @@ static int ssc_checkwidth(struct sam_ssc_s *priv, int bits)
|
|||||||
* Description:
|
* Description:
|
||||||
* Set the I2S RX sample rate. NOTE: This will have no effect if (1) the
|
* Set the I2S RX sample rate. NOTE: This will have no effect if (1) the
|
||||||
* driver does not support an I2C receiver or if (2) the sample rate is
|
* driver does not support an I2C receiver or if (2) the sample rate is
|
||||||
* driven by the I2C frame clock. This may also have unexpected side-
|
* driven by the I2S frame clock. This may also have unexpected side-
|
||||||
* effects of the RX sample is coupled with the TX sample rate.
|
* effects of the RX sample is coupled with the TX sample rate.
|
||||||
*
|
*
|
||||||
* Input Parameters:
|
* Input Parameters:
|
||||||
@ -2261,8 +2261,8 @@ errout_with_exclsem:
|
|||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
* Set the I2S TX sample rate. NOTE: This will have no effect if (1) the
|
* Set the I2S TX sample rate. NOTE: This will have no effect if (1) the
|
||||||
* driver does not support an I2C transmitter or if (2) the sample rate is
|
* driver does not support an I2S transmitter or if (2) the sample rate is
|
||||||
* driven by the I2C frame clock. This may also have unexpected side-
|
* driven by the I2S frame clock. This may also have unexpected side-
|
||||||
* effects of the TX sample is coupled with the RX sample rate.
|
* effects of the TX sample is coupled with the RX sample rate.
|
||||||
*
|
*
|
||||||
* Input Parameters:
|
* Input Parameters:
|
||||||
|
@ -7506,7 +7506,7 @@ config STM32_I2S3_RX
|
|||||||
Enable I2S receipt logic
|
Enable I2S receipt logic
|
||||||
|
|
||||||
config STM32_I2S3_TX
|
config STM32_I2S3_TX
|
||||||
bool "Enable I2C transmitter"
|
bool "Enable I2S transmitter"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable I2S transmission logic
|
Enable I2S transmission logic
|
||||||
|
@ -1768,7 +1768,7 @@ static int i2s_checkwidth(struct stm32_i2s_s *priv, int bits)
|
|||||||
* Description:
|
* Description:
|
||||||
* Set the I2S RX sample rate. NOTE: This will have no effect if (1) the
|
* Set the I2S RX sample rate. NOTE: This will have no effect if (1) the
|
||||||
* driver does not support an I2C receiver or if (2) the sample rate is
|
* driver does not support an I2C receiver or if (2) the sample rate is
|
||||||
* driven by the I2C frame clock. This may also have unexpected side-
|
* driven by the I2S frame clock. This may also have unexpected side-
|
||||||
* effects of the RX sample is coupled with the TX sample rate.
|
* effects of the RX sample is coupled with the TX sample rate.
|
||||||
*
|
*
|
||||||
* Input Parameters:
|
* Input Parameters:
|
||||||
@ -1966,8 +1966,8 @@ static int roundf(float num)
|
|||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
* Set the I2S TX sample rate. NOTE: This will have no effect if (1) the
|
* Set the I2S TX sample rate. NOTE: This will have no effect if (1) the
|
||||||
* driver does not support an I2C transmitter or if (2) the sample rate is
|
* driver does not support an I2S transmitter or if (2) the sample rate is
|
||||||
* driven by the I2C frame clock. This may also have unexpected side-
|
* driven by the I2S frame clock. This may also have unexpected side-
|
||||||
* effects of the TX sample is coupled with the RX sample rate.
|
* effects of the TX sample is coupled with the RX sample rate.
|
||||||
*
|
*
|
||||||
* Input Parameters:
|
* Input Parameters:
|
||||||
|
Loading…
Reference in New Issue
Block a user