8 Mar
2019
8 Mar
'19
9:07 p.m.
On Fri, Mar 8, 2019 at 2:54 PM Jaroslav Kysela perex@perex.cz wrote:
I agree. We just need a library which will:
- gather the information from hardware drivers
- a simple description of the bclk constrains
- create right constraints (hw_params rules) for the ALSA PCM API
- return the selected bclk when hw_params are installed
Yes, that's what the RFC patch I posted attempts to do. But it extends hw_params, which is clearly wrong.
The library should not extend hw_params (new interval), but it should work as a separate layer - use new structures / functions etc.
This, I could not work out how to approach :)