Re: [PATCH 05/11] soundwire: bus: update multi-link definition with hw sync details

2020-08-28 Thread Vinod Koul
On 26-08-20, 09:09, Pierre-Louis Bossart wrote: > > > > > + * @hw_sync_min_links: Number of links used by a stream above which > > > + * hardware-based synchronization is required. This value is only > > > + * meaningful if multi_link is set. If set to 1, hardware-based > > > + * synchronization

Re: [PATCH 05/11] soundwire: bus: update multi-link definition with hw sync details

2020-08-26 Thread Pierre-Louis Bossart
+ * @hw_sync_min_links: Number of links used by a stream above which + * hardware-based synchronization is required. This value is only + * meaningful if multi_link is set. If set to 1, hardware-based + * synchronization will be used even if a stream only uses a single + * SoundWire segment.

Re: [PATCH 05/11] soundwire: bus: update multi-link definition with hw sync details

2020-08-26 Thread Vinod Koul
On 18-08-20, 10:41, Bard Liao wrote: > From: Pierre-Louis Bossart > > Hardware-based synchronization is typically required when the > bus->multi_link flag is set. > > On Intel platforms, when the Cadence IP is configured in 'Multi Master > Mode', the hardware synchronization is required even

[PATCH 05/11] soundwire: bus: update multi-link definition with hw sync details

2020-08-18 Thread Bard Liao
From: Pierre-Louis Bossart Hardware-based synchronization is typically required when the bus->multi_link flag is set. On Intel platforms, when the Cadence IP is configured in 'Multi Master Mode', the hardware synchronization is required even when a stream only uses a single segment. The