mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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: Mark Brown <broonie@kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
76228a2b54
commit
c6ab9e57e8
2 changed files with 43 additions and 37 deletions
|
@ -1,8 +1,10 @@
|
||||||
|
==============================================
|
||||||
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
|
|
@ -17,3 +17,4 @@ The documentation is spilt into the following sections:-
|
||||||
clocking
|
clocking
|
||||||
jack
|
jack
|
||||||
dpcm
|
dpcm
|
||||||
|
codec-to-codec
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue