On 04.12.2018 16:08, Thierry Reding wrote:
> On Tue, Dec 04, 2018 at 02:09:07PM +0300, Dmitry Osipenko wrote:
>> On 03.12.2018 18:36, Thierry Reding wrote:
>>> From: Thierry Reding
>>>
>>> This code is very similar to the audio over HDMI support on older chips.
>>> Interoperation with the audio co
On 03.12.2018 18:36, Thierry Reding wrote:
> From: Thierry Reding
>
> This code is very similar to the audio over HDMI support on older chips.
> Interoperation with the audio codec is done via a pair of codec scratch
> registers and an interrupt that is raised at the SOR when the codec has
> writ
On Tue, Dec 04, 2018 at 04:50:44PM +0300, Dmitry Osipenko wrote:
> On 04.12.2018 16:08, Thierry Reding wrote:
> > On Tue, Dec 04, 2018 at 02:09:07PM +0300, Dmitry Osipenko wrote:
> >> On 03.12.2018 18:36, Thierry Reding wrote:
> >>> From: Thierry Reding
> >>>
> >>> This code is very similar to the
On Tue, Dec 04, 2018 at 02:09:07PM +0300, Dmitry Osipenko wrote:
> On 03.12.2018 18:36, Thierry Reding wrote:
> > From: Thierry Reding
> >
> > This code is very similar to the audio over HDMI support on older chips.
> > Interoperation with the audio codec is done via a pair of codec scratch
> > r
On Tue, Dec 04, 2018 at 11:33:48AM +0200, Jani Nikula wrote:
> On Tue, 04 Dec 2018, Thierry Reding wrote:
> > On Mon, Dec 03, 2018 at 06:05:07PM +0200, Jani Nikula wrote:
> >> On Mon, 03 Dec 2018, Thierry Reding wrote:
> >> > From: Thierry Reding
> >> >
> >> > This code is very similar to the au
On Tue, 04 Dec 2018, Thierry Reding wrote:
> On Mon, Dec 03, 2018 at 06:05:07PM +0200, Jani Nikula wrote:
>> On Mon, 03 Dec 2018, Thierry Reding wrote:
>> > From: Thierry Reding
>> >
>> > This code is very similar to the audio over HDMI support on older chips.
>> > Interoperation with the audio
On Mon, Dec 03, 2018 at 06:05:07PM +0200, Jani Nikula wrote:
> On Mon, 03 Dec 2018, Thierry Reding wrote:
> > From: Thierry Reding
> >
> > This code is very similar to the audio over HDMI support on older chips.
> > Interoperation with the audio codec is done via a pair of codec scratch
> > regis
On Mon, 03 Dec 2018, Thierry Reding wrote:
> From: Thierry Reding
>
> This code is very similar to the audio over HDMI support on older chips.
> Interoperation with the audio codec is done via a pair of codec scratch
> registers and an interrupt that is raised at the SOR when the codec has
> writ
From: Thierry Reding
This code is very similar to the audio over HDMI support on older chips.
Interoperation with the audio codec is done via a pair of codec scratch
registers and an interrupt that is raised at the SOR when the codec has
written those registers.
Signed-off-by: Thierry Reding
--