Re: [PATCH v4 27/28] ASoC: codecs: Add support for the framer codec

From: Randy Dunlap
Date: Fri Aug 18 2023 - 19:19:20 EST


Hi,

On 8/18/23 09:39, Christophe Leroy wrote:
> +config SND_SOC_FRAMER
> + tristate "Framer codec"
> + depends on GENERIC_FRAMER
> + help
> + Enable support for the framer codec.
> + The framer codec uses the generic framer infrastructure to transport
> + some audio data over an analog E1/T1/J1 line.
> + This codec allows to use some of the time slots available on the TDM
> + bus on which the framer is connected to transport the audio data.
> +

Just curious: what controls the slot allocations/usages?
Is that done in userspace?

> + To compile this driver as a module, choose M here: the module
> + will be called snd-soc-framer.

thanks.
--
~Randy