diff options
author | Jacopo Mondi <jacopo.mondi@ideasonboard.com> | 2024-10-16 11:42:31 +0200 |
---|---|---|
committer | Jacopo Mondi <jacopo.mondi@ideasonboard.com> | 2024-10-30 15:48:18 +0100 |
commit | 38eee6c0ad64abf554235460d55d85a3be74ae9f (patch) | |
tree | 15df82e572872d0e42868647eb6b2db295facff3 /subprojects | |
parent | ff069d87e263cd41f9d5d74774609c8b0ecbcb2a (diff) |
libipa: FrameContext: Move init() to FrameContext
The FCtQueue structure initializes a new FrameContext using its init()
function. In case of request underrun, where a FrameContext is
initialized without application's controls being supplied, the
FrameContext needs to be initialized to default values.
In order to allow the single IPAs to initialize a FrameContext to
the desired default values, move the init() function to the FrameContext
structure, which each IPA derives to a per-IPA type.
In this way each IPA can override the FrameContext::init() function
and initialize the FrameContext to the desired default values.
Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Diffstat (limited to 'subprojects')
0 files changed, 0 insertions, 0 deletions