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
+6 −1
Original line number Original line Diff line number Diff line
==============================================
Creating codec to codec dai link for ALSA dapm
Creating codec to codec dai link for ALSA dapm
===================================================
==============================================


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


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


In case your system looks as below:
In case your system looks as below:
::

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


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


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