From 482a1ba4ade166f9a9a763bf306aebc94442b7e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=2E=20=C3=81rkosi=20R=C3=B3bert?= Date: Wed, 29 Jun 2022 22:29:03 +0200 Subject: [PATCH] Update i2s_audio.rst --- components/media_player/i2s_audio.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/media_player/i2s_audio.rst b/components/media_player/i2s_audio.rst index b3543c8f1..6a1beda0a 100644 --- a/components/media_player/i2s_audio.rst +++ b/components/media_player/i2s_audio.rst @@ -25,7 +25,7 @@ Configuration variables: - **dac_type** (**Required**, enum) - - ``external``: Use an external DAC, for example the NS4168. + - ``external``: Use an external DAC, for example the NS4168, or UDA1334A. - ``internal``: Use the internal DAC - All other options from :ref:`Media Player ` @@ -33,9 +33,9 @@ Configuration variables: External DAC ************ -- **i2s_lrclk_pin** (**Required**, :ref:`Pin Schema `): The GPIO pin to use for the I2S LRCLK signal. -- **i2s_dout_pin** (**Required**, :ref:`Pin Schema `): The GPIO pin to use for the I2S DOUT signal. -- **i2s_bclk_pin** (**Required**, :ref:`Pin Schema `): The GPIO pin to use for the I2S BCLK signal. +- **i2s_lrclk_pin** (**Required**, :ref:`Pin Schema `): The GPIO pin to use for the I2S LRCLK (Word Select or Left/Right Clock) signal. +- **i2s_dout_pin** (**Required**, :ref:`Pin Schema `): The GPIO pin to use for the I2S DOUT (Data Out) signal. +- **i2s_bclk_pin** (**Required**, :ref:`Pin Schema `): The GPIO pin to use for the I2S BCLK signal (Bit Clock). - **mode** (*Optional*, string): The mode of the I2S bus. Can be ``mono`` or ``stereo``. Defaults to ``mono``. Internal DAC