Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6ab9e57 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ASoC: doc: ReSTize codec_to_codec.txt



Yet another simple conversion from a plain text file.
Renamed to codec-to-codec.rst to align with others.

Acked-by: default avatarMark Brown <broonie@kernel.org>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 76228a2b
Loading
Loading
Loading
Loading
+42 −37
Original line number Diff line number Diff line
==============================================
Creating codec to codec dai link for ALSA dapm
===================================================
==============================================

Mostly the flow of audio is always from CPU to codec so your system
will look as below:
::

   ---------          ---------
  |         |  dai   |         |
@@ -11,6 +13,8 @@ will look as below:
   ---------          ---------

In case your system looks as below:
::

                       ---------
                      |         |
                        codec-2
@@ -42,6 +46,7 @@ connection should be used.

Your dai_link should appear as below in your machine
file:
::

 /*
  * this pcm stream only supports 24 bit, 2 channel and
+1 −0
Original line number Diff line number Diff line
@@ -17,3 +17,4 @@ The documentation is spilt into the following sections:-
   clocking
   jack
   dpcm
   codec-to-codec