lkml.org 
[lkml]   [2022]   [Aug]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/5] Create a new sound card to access MICFIL based on rpmsg channel
Date
At a previous time, we have successfully created a virtual sound card
based on rpmsg. The sound card works under this mechanism Cortex-A core
tells the Cortex-M core the format, rate, channel, .etc configuration
of the PCM parameters and Cortex-M controls real hardware devices such
as SAI and DMA. From the view of Linux side, the sound card is bound to
a rpmsg channel through which it can access SAI.

Here these patches are introduced to create a new virtual sound card to
access MICFIL based on a new created rpmsg channel. It's easy to create
a new rpmsg channel for MICFIL through rpmsg name service announcment.
Also the other ASoC components bound to this rpmsg MICFIL sound card
will be registered with these patches.

If other sound cards using different hardware devices needs to be
created over rpmsg in the future, these patches can be referred.

Chancel Liu (5):
ASoC: dt-bindings: fsl_rpmsg: Add a property to assign platform driver
name
ASoC: imx-audio-rpmsg: Create rpmsg channel for MICFIL
ASoC: imx-pcm-rpmsg: Register different platform drivers
ASoC: fsl_rpmsg: Register different CPU DAI drivers
ASoC: imx-rpmsg: Assign platform driver used by machine driver to link
with

.../devicetree/bindings/sound/fsl,rpmsg.yaml | 34 +++++++++++++++++--
sound/soc/fsl/fsl_rpmsg.c | 2 +-
sound/soc/fsl/imx-audio-rpmsg.c | 3 +-
sound/soc/fsl/imx-pcm-rpmsg.c | 10 ++++--
sound/soc/fsl/imx-rpmsg.c | 6 +++-
5 files changed, 47 insertions(+), 8 deletions(-)

--
2.25.1

\
 
 \ /
  Last update: 2022-08-29 09:56    [W:0.067 / U:0.580 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site