Re: [PATCH 24/26] ASoC: codecs: Add support for the framer codec

2023-07-25 Thread Randy Dunlap
On 7/25/23 02:24, Herve Codina 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 ov

[PATCH 24/26] ASoC: codecs: Add support for the framer codec

2023-07-25 Thread Herve Codina
The framer codec interracts with a framer. It allows to use some of the framer timeslots as audio channels to transport audio data over the framer E1/T1/J1 lines. It also reports line carrier detection events through the ALSA jack detection feature. Signed-off-by: Herve Codina --- sound/soc/code