Re: [RFC PATCH v3 0/6] ASoC: fsl: add memory to memory function for ASRC

2024-10-02 Thread Jaroslav Kysela
r change is to add memory to memory support for two kinds of i.MX ASRC modules. Acked-by: Jaroslav Kysela -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: [RFC PATCH v2 4/6] ASoC: fsl_asrc_m2m: Add memory to memory function

2024-08-20 Thread Jaroslav Kysela
Is. I'll work on it. For now, just add support for one converter. Jaroslav -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: [RFC PATCH 1/6] ALSA: compress: add Sample Rate Converter codec support

2024-08-14 Thread Jaroslav Kysela
an use a rate bitmap to be more precise in "struct snd_codec_desc_src" (or combination of range/bitmap). Jaroslav -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: [RFC PATCH 1/6] ALSA: compress: add Sample Rate Converter codec support

2024-08-12 Thread Jaroslav Kysela
On 12. 08. 24 12:24, Shengjiu Wang wrote: On Fri, Aug 9, 2024 at 10:01 PM Jaroslav Kysela wrote: On 09. 08. 24 14:52, Pierre-Louis Bossart wrote: And metadata ioctl can be called many times which can meet the ratio modifier requirement (ratio may be drift on the fly) Interesting, that&#

Re: [RFC PATCH 1/6] ALSA: compress: add Sample Rate Converter codec support

2024-08-09 Thread Jaroslav Kysela
ate Shift 10" control implementation in sound/drivers/aloop.c. It would be nice to have the base offset for the shift/drift/pitch value standardized. Jaroslav -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: [RFC PATCH 1/6] ALSA: compress: add Sample Rate Converter codec support

2024-08-09 Thread Jaroslav Kysela
to the card, but the element identifiers have already iface (interface), device and subdevice numbers. We are using controls for PCM devices for example. The binding is straight. Just add SNDRV_CTL_ELEM_IFACE_COMPRESS define and specify the compress device number in the 'struct snd_ctl_elem_id'. Jaroslav -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: [RFC PATCH 1/6] ALSA: compress: add Sample Rate Converter codec support

2024-08-08 Thread Jaroslav Kysela
x27;simple EQ', the parameters should be the band (frequency range) volume values. It's abstract and the real filters (resp. implementation) used behind may depend on the hardware/driver capabilities. From my view, the really special cases may be handled as black box, but others like (A)

Re: [RFC PATCH 1/6] ALSA: compress: add Sample Rate Converter codec support

2024-08-08 Thread Jaroslav Kysela
type and an opaque set of parameters with this UUID passed in a header. We don't need to use UUID-defined scheme for simple (A)SRC implementation. As I noted, the specific runtime controls may use existing ALSA control API. Jaroslav -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: [PATCH v15 00/16] Add audio support in v4l2 framework

2024-05-27 Thread Jaroslav Kysela
On 16. 05. 24 16:50, Jaroslav Kysela wrote: On 15. 05. 24 22:33, Nicolas Dufresne wrote: In GFX, they solve this issue with fences. That allow setting up the next operation in the chain before the data has been produced. The fences look really nicely and seem more modern. It should be

Re: [PATCH v15 00/16] Add audio support in v4l2 framework

2024-05-16 Thread Jaroslav Kysela
On 15. 05. 24 15:34, Shengjiu Wang wrote: On Wed, May 15, 2024 at 6:46 PM Jaroslav Kysela wrote: On 15. 05. 24 12:19, Takashi Iwai wrote: On Wed, 15 May 2024 11:50:52 +0200, Jaroslav Kysela wrote: On 15. 05. 24 11:17, Hans Verkuil wrote: Hi Jaroslav, On 5/13/24 13:56, Jaroslav Kysela

Re: [PATCH v15 00/16] Add audio support in v4l2 framework

2024-05-16 Thread Jaroslav Kysela
On 15. 05. 24 22:33, Nicolas Dufresne wrote: Hi, GStreamer hat on ... Le mercredi 15 mai 2024 à 12:46 +0200, Jaroslav Kysela a écrit : On 15. 05. 24 12:19, Takashi Iwai wrote: On Wed, 15 May 2024 11:50:52 +0200, Jaroslav Kysela wrote: On 15. 05. 24 11:17, Hans Verkuil wrote: Hi Jaroslav

Re: [PATCH v15 00/16] Add audio support in v4l2 framework

2024-05-15 Thread Jaroslav Kysela
On 15. 05. 24 12:19, Takashi Iwai wrote: On Wed, 15 May 2024 11:50:52 +0200, Jaroslav Kysela wrote: On 15. 05. 24 11:17, Hans Verkuil wrote: Hi Jaroslav, On 5/13/24 13:56, Jaroslav Kysela wrote: On 09. 05. 24 13:13, Jaroslav Kysela wrote: On 09. 05. 24 12:44, Shengjiu Wang wrote: mem2mem

Re: [PATCH v15 00/16] Add audio support in v4l2 framework

2024-05-15 Thread Jaroslav Kysela
On 15. 05. 24 11:17, Hans Verkuil wrote: Hi Jaroslav, On 5/13/24 13:56, Jaroslav Kysela wrote: On 09. 05. 24 13:13, Jaroslav Kysela wrote: On 09. 05. 24 12:44, Shengjiu Wang wrote: mem2mem is just like the decoder in the compress pipeline. which is one of the components in the pipeline. I

Re: [PATCH v15 00/16] Add audio support in v4l2 framework

2024-05-13 Thread Jaroslav Kysela
On 09. 05. 24 13:13, Jaroslav Kysela wrote: On 09. 05. 24 12:44, Shengjiu Wang wrote: mem2mem is just like the decoder in the compress pipeline. which is one of the components in the pipeline. I was thinking of loopback with endpoints using compress streams, without physical endpoint

Re: [PATCH v15 00/16] Add audio support in v4l2 framework

2024-05-09 Thread Jaroslav Kysela
I like this idea. Jaroslav -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: [PATCH v15 00/16] Add audio support in v4l2 framework

2024-05-06 Thread Jaroslav Kysela
the second for the processed data. We can eventually add new ioctls to the ALSA's control API (/dev/snd/control*) for this purpose (DSP processing). Jaroslav -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: [PATCH v15 00/16] Add audio support in v4l2 framework

2024-04-30 Thread Jaroslav Kysela
ne subsystem where is the driver code placed. I also see the benefit to reuse the already existing framework (but is v4l2 the right one?). Jaroslav -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: [PATCH 0/3] ALSA: core: Make some functions return void

2023-02-08 Thread Jaroslav Kysela
++- sound/pci/hda/hda_tegra.c | 6 ++ sound/ppc/snd_ps3.c | 4 +--- 4 files changed, 20 insertions(+), 36 deletions(-) Reviewed-by: Jaroslav Kysela -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.