You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Applying StaticRocket's helpful grammar fixups and suggestions
Co-authored-by: Randolph Sapp <res.sapp@gmail.com>
Signed-off-by: Sen Wang <senwang125@gmail.com>
Copy file name to clipboardExpand all lines: source/linux/Foundational_Components/Kernel/Kernel_Drivers/Audio.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ in board-level device trees:
90
90
- uint32
91
91
- No :sup:`1`
92
92
- | A fixed multiplier to sampling rate (𝑓\ :sub:`s`) for a given AUXCLK frequency for TX (and RX if ``auxclk-fs-ratio-rx`` not specified).
93
-
|:sup:`1` If not specified, dividers are calculated from ``.set_sysclk`` via the ASoC machine driver. (For common machine driver such as simple-audio-card, audio-graph-card, or audio-graph-card2, this is set via the ``system-clock-frequency = <>`` property in the DAI link or endpoint).
93
+
|:sup:`1` If not specified, dividers are calculated from ``.set_sysclk`` via the ASoC machine driver. The ``system-clock-frequency`` property in the DAI link or endpoint sets this value for common machine drivers such as simple-audio-card, audio-graph-card, or audio-graph-card2).
94
94
|Only applicable when McASP is the master which produces the bit clock.
95
95
|See :ref:`Configuration Guidelines <mcasp-configuration-guidelines>` for details on usage and calculation.
96
96
* - **serial-dir**
@@ -348,8 +348,8 @@ The **simple-audio-card** is a generic machine driver and establishes Digital Au
348
348
links that connect the McASP (CPU-side) to codec(s). These DAI links operate within the ASoC framework, which constitutes part of the ALSA stack.
349
349
Most TI EVMs use simple-audio-card for its simplicity, though audio-graph-card2 or custom machine drivers are also supported.
350
350
audio-graph-card2 describes DAI links through the generic OF-graph ``ports``/``port``/``endpoint`` bindings
351
-
on the McASP node instead of ``simple-audio-card``'s ``cpu``/``codec`` phandle pairs (see the example
352
-
below). It also handles a DPCM (Dynamic PCM) topology, where one front-end stream fans out to, or fans in from, more
351
+
on the McASP node instead of ``simple-audio-card``'s ``cpu``/``codec`` phandle pairs (see the following
352
+
example). It also handles a DPCM (Dynamic PCM) topology, where one front-end stream fans out to, or fans in from, more
353
353
than one backend codec DAI. ``simple-audio-card`` has no mechanism for that: it only ever builds fixed
354
354
one-to-one DAI links. See :ref:`DPCM Topology <mcasp-dpcm-topology>` below.
355
355
All DAI link properties McASP relies on are part of the generic ASoC framework, not specific to any particular machine driver.
0 commit comments