Re: [PATCH] drm: bridge: adv7511: Accept audio sample widths of 32 bits via I2S

2024-07-29 Thread Ricard Wanderlof
Hi, I submitted the patch below a while ago (two months) but as far as I can make out it has not been included. There was an initial concern from Dmitry Baryshkov which was subsequently addressed but no other objections. On Tue, 28 May 2024, Ricard Wanderlof wrote: > > Even though d

[PATCH] drm: bridge: adv7511: Accept audio sample widths of 32 bits via I2S

2024-05-28 Thread Ricard Wanderlof
data is handled (i.e. as 32 bit data, with the LSB:s unused) and this is also reflected in other bridge drivers which handle audio, for instance sii902x.c and synopsis/dw-hdmi-i2s-audio.c . Signed-off-by: Ricard Wanderlof --- drivers/gpu/drm/bridge/adv7511/adv7511_audio.c | 11 +++ 1

Re: [PATCH] drm: bridge: adv7511: Accept audio sample widths of 32 bits via I2S

2024-05-30 Thread Ricard Wanderlof
On Tue, 28 May 2024, Dmitry Baryshkov wrote: > On Tue, May 28, 2024 at 12:04:49PM +0200, Ricard Wanderlof wrote: > > > > Even though data is truncated to 24 bits, the I2S interface does > > accept 32 bit data (the slot widths according to the data sheet > > can b

[alsa-devel] [PATCH 1/8] clk: add helper function clk_is_match()

2015-02-26 Thread Ricard Wanderlof
On Thu, 26 Feb 2015, Ben Dooks wrote: > > > small observaton, clk_is_same() is linguistically nicer. > > > > How about clk_equal() ? > > That's good, the only issue that's not clear in any of these names is > that does this mean "the same clock", a "clock of the same rate" or a > "clock that is