Re: [PATCH v7 0/3] Add HDMI audio on the rk3588 SoC

2025-03-01 Thread Heiko Stübner
Am Samstag, 1. März 2025, 10:11:54 MEZ schrieb Piotr Oniszczuk: > > > Wiadomość napisana przez Detlev Casanova w > > dniu 25 lut 2025, o godz. 15:58: > > > > From what I see, the error is not present anymore on linux 6.14-rc4. I > > tried > > reverting your patch "ASoC: simple-card-utils.c: a

Re: [PATCH v7 0/3] Add HDMI audio on the rk3588 SoC

2025-03-01 Thread Piotr Oniszczuk
> Wiadomość napisana przez Detlev Casanova w > dniu 25 lut 2025, o godz. 15:58: > > From what I see, the error is not present anymore on linux 6.14-rc4. I tried > reverting your patch "ASoC: simple-card-utils.c: add missing dlc->of_node" > (dabbd325b25edb5cdd99c94391817202dd54b651) and the

Re: (subset) [PATCH v7 0/3] Add HDMI audio on the rk3588 SoC

2025-02-27 Thread Heiko Stuebner
On Mon, 17 Feb 2025 16:47:39 -0500, Detlev Casanova wrote: > To support HDMI audio on the rk3588 based devices, the generic HDMI > Codec framework is used in the dw-hdmi-qp DRM bridge driver. > > The implementation is mainly based on the downstream driver, ported to the > generic HDMI Codec fram

Re: (subset) [PATCH v7 0/3] Add HDMI audio on the rk3588 SoC

2025-02-27 Thread Heiko Stuebner
On Mon, 17 Feb 2025 16:47:39 -0500, Detlev Casanova wrote: > To support HDMI audio on the rk3588 based devices, the generic HDMI > Codec framework is used in the dw-hdmi-qp DRM bridge driver. > > The implementation is mainly based on the downstream driver, ported to the > generic HDMI Codec fram

Re: [PATCH v7 0/3] Add HDMI audio on the rk3588 SoC

2025-02-25 Thread Kuninori Morimoto
Hi Detlev Thank you for the testing. > I got same report from our test team. I'm now tring to solve it. It seems our test team and your team are encounter same issues by different way, and it seems it happen if some kind of deffer issue happen (?). > That being said, I'm not sure I completely

Re: [PATCH v7 0/3] Add HDMI audio on the rk3588 SoC

2025-02-25 Thread Detlev Casanova
Hi Morimoto-san, On Tuesday, 25 February 2025 01:16:50 EST Kuninori Morimoto wrote: > Hi Detlev, again > > > > Especially those commits: > > > ASoC: audio-graph-card2: use __free(device_node) for device node > > > ASoC: audio-graph-card: use __free(device_node) for device node > > >

Re: [PATCH v7 0/3] Add HDMI audio on the rk3588 SoC

2025-02-24 Thread Kuninori Morimoto
Hi Detlev, again > > Especially those commits: > > ASoC: audio-graph-card2: use __free(device_node) for device node > > ASoC: audio-graph-card: use __free(device_node) for device node > > ASoC: simple-card: use __free(device_node) for device node > > I got same report from our

Re: [PATCH v7 0/3] Add HDMI audio on the rk3588 SoC

2025-02-24 Thread Kuninori Morimoto
Hi Detlev Thank you for Cc:ing to me. Sorry for my late response. Monday was holiday in Japan. > I'm really feel like simple_util_clean_reference(card) in simple_probe() > errors path should not be called anymore, since (snip) > I'm adding Kuninori Morimoto in the to list of this thread for ex

Re: [PATCH v7 0/3] Add HDMI audio on the rk3588 SoC

2025-02-21 Thread Detlev Casanova
On Friday, 21 February 2025 06:42:31 EST Piotr Oniszczuk wrote: > Small data point: on rock5b switching in dts analog audio: from > audio-graph-card to simple-audio-card (so dts is: > https://gist.github.com/warpme/349b27e49bc6f617ef1041047e75adab ) makes > kernel oops go away with analog audio sti

Re: [PATCH v7 0/3] Add HDMI audio on the rk3588 SoC

2025-02-21 Thread Piotr Oniszczuk
Small data point: on rock5b switching in dts analog audio: from audio-graph-card to simple-audio-card (so dts is: https://gist.github.com/warpme/349b27e49bc6f617ef1041047e75adab ) makes kernel oops go away with analog audio still working… so maybe issue is in audio-graph-card code (or its dts

Re: [PATCH v7 0/3] Add HDMI audio on the rk3588 SoC

2025-02-20 Thread Piotr Oniszczuk
> Wiadomość napisana przez Detlev Casanova w > dniu 20 lut 2025, o godz. 18:03: > > Hi Piotr, > > On Thursday, 20 February 2025 06:16:20 EST Piotr Oniszczuk wrote: >> >> >> Detelv, >> >> Just curious of your opinion: >> >> I’m on 6.14-rc3 and using >> https://gitlab.collabora.com/cristic

Re: [PATCH v7 0/3] Add HDMI audio on the rk3588 SoC

2025-02-20 Thread Detlev Casanova
Hi Piotr, On Thursday, 20 February 2025 06:16:20 EST Piotr Oniszczuk wrote: > > Wiadomość napisana przez Detlev Casanova w > > dniu 17 lut 2025, o godz. 22:47: > > > > To support HDMI audio on the rk3588 based devices, the generic HDMI > > Codec framework is used in the dw-hdmi-qp DRM bridge dri

Re: [PATCH v7 0/3] Add HDMI audio on the rk3588 SoC

2025-02-20 Thread Piotr Oniszczuk
> Wiadomość napisana przez Detlev Casanova w > dniu 17 lut 2025, o godz. 22:47: > > To support HDMI audio on the rk3588 based devices, the generic HDMI > Codec framework is used in the dw-hdmi-qp DRM bridge driver. > > The implementation is mainly based on the downstream driver, ported to th

[PATCH v7 0/3] Add HDMI audio on the rk3588 SoC

2025-02-17 Thread Detlev Casanova
To support HDMI audio on the rk3588 based devices, the generic HDMI Codec framework is used in the dw-hdmi-qp DRM bridge driver. The implementation is mainly based on the downstream driver, ported to the generic HDMI Codec framework [1] recently merged in the master branch. The parameters computat