[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4ce45eec-8657-66c4-c8c7-b851250da46a@ladisch.de>
Date: Mon, 7 Aug 2017 15:11:49 +0200
From: Clemens Ladisch <clemens@...isch.de>
To: Oleksandr Andrushchenko <andr2000@...il.com>
Cc: alsa-devel@...a-project.org, xen-devel@...ts.xen.org,
linux-kernel@...r.kernel.org,
Oleksandr Andrushchenko <oleksandr_andrushchenko@...m.com>,
tiwai@...e.com
Subject: Re: [alsa-devel] [PATCH 08/11] ALSA: vsnd: Add timer for period
interrupt emulation
Oleksandr Andrushchenko wrote:
> On 08/07/2017 01:27 PM, Clemens Ladisch wrote:
>> You have to implement period interrupts (and the .pointer callback)
>> based on when the samples are actually moved from/to the backend.
>
> Do you think I can implement this in a slightly different way,
> without a timer at all, by updating
> substream->runtime->hw_ptr_base explicitly in the frontend driver?
As far as I am aware, hw_ptr_base is an internal field that drivers
are not supposed to change.
Just use your own variable, and return it from the .pointer callback.
> So, that way, whenever I get an ack/response from the backend that it has
> successfully played the buffer
That response should come after every period.
How does that interface work? Is it possible to change the period size,
or at least to detect what it is?
Regards,
Clemens
Powered by blists - more mailing lists