mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-10 07:10:27 +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
@ -1,8 +1,10 @@
|
||||
==============================================
|
||||
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
|
@ -17,3 +17,4 @@ The documentation is spilt into the following sections:-
|
||||
clocking
|
||||
jack
|
||||
dpcm
|
||||
codec-to-codec
|
||||
|
Loading…
x
Reference in New Issue
Block a user