@@ -17,6 +17,9 @@ Note: The card is initially designed for those sound cards who use AC'97, I2S
and PCM DAI formats. However, it'll be also possible to support those non
AC'97/I2S/PCM type sound cards, such as S/PDIF audio and HDMI audio, as
long as the driver has been properly upgraded.
+ To use CPU DAIs that do not require a codec such as an S/PDIF controller,
+ or to use a DAI to output or capture raw I2S/TDM data, you can
+ use the compatible "fsl,imx-audio-dummy-codec".
The compatible list for this generic sound card currently:
@@ -48,6 +51,8 @@ The compatible list for this generic sound card currently:
"fsl,imx-audio-nau8822"
+ "fsl,imx-audio-dummy-codec"
+
Required properties:
- compatible : Contains one of entries in the compatible list.
@@ -56,6 +61,8 @@ Required properties:
- audio-cpu : The phandle of an CPU DAI controller
+Required, unless "fsl,imx-audio-dummy-codec" compatible is used:
+
- audio-codec : The phandle of an audio codec
Optional properties:
@@ -88,6 +95,19 @@ Optional properties:
- bitclock-inversion : dai-link uses bit clock inversion, for details see simple-card.yaml.
- mclk-id : main clock id, specific for each card configuration.
+Optional, relevant only with the "fsl,imx-audio-dummy-codec" compatible:
+
+ - cpu-slot-width : Indicates a specific TDM slot width in bits.
+ - cpu-slot-num : Indicates a specific number of TDM slots per frame.
+
+ - cpu-sysclk-freq-rx : Frequency of the CPU DAI sys clock for Rx.
+ - cpu-sysclk-freq-tx : Frequency of the CPU DAI sys clock for Tx.
+
+ - cpu-sysclk-dir-rx-out : Boolean property. Specifies sys clock direction
+ as 'out' on initialization for Rx. If not set, default direction is 'in'.
+ - cpu-sysclk-dir-tx-out : Boolean property. Specifies sys clock direction
+ as 'out' on initialization for Tx. If not set, default direction is 'in'.
+
Optional unless SSI is selected as a CPU DAI:
- mux-int-port : The internal port of the i.MX audio muxer (AUDMUX)