RE: [PATCH v2 07/14] Soundwire: stream: program BUSCLOCK_SCALE
From: Liao, Bard
Date: Tue Dec 03 2024 - 21:44:57 EST
> -----Original Message-----
> From: Richard Fitzgerald <rf@xxxxxxxxxxxxxxxxxxxxx>
> Sent: Tuesday, December 3, 2024 9:52 PM
> To: Bard Liao <yung-chuan.liao@xxxxxxxxxxxxxxx>; linux-
> sound@xxxxxxxxxxxxxxx; vkoul@xxxxxxxxxx
> Cc: vinod.koul@xxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx; pierre-
> louis.bossart@xxxxxxxxx; Liao, Bard <bard.liao@xxxxxxxxx>
> Subject: Re: [PATCH v2 07/14] Soundwire: stream: program BUSCLOCK_SCALE
>
> On 3/12/24 13:18, Bard Liao wrote:
> > We need to program bus clock scale to adjust the bus clock if current
> > bus clock doesn't fit the bandwidth.
> >
> > Signed-off-by: Bard Liao <yung-chuan.liao@xxxxxxxxxxxxxxx>
> > Reviewed-by: Ranjani Sridharan <ranjani.sridharan@xxxxxxxxxxxxxxx>
> > ---
> > drivers/soundwire/bus.c | 10 ++++++++++
> > drivers/soundwire/stream.c | 32
> ++++++++++++++++++++++++++++++++
> > include/linux/soundwire/sdw.h | 1 +
> > 3 files changed, 43 insertions(+)
> >
>
> Does this still have the bug I reported here that breaks on systems
> that have peripherals listed in ACPI that don't really exist?
>
> https://github.com/thesofproject/linux/issues/5257
Thanks for reporting the issue. I will look into it.