1 Apr
2013
1 Apr
'13
10:16 a.m.
On Sun, Mar 31, 2013 at 17:52:28 +0200, Eldad Zack wrote:
Move the check that parse_audio_format_rates_v2() do after receiving the clock source entity ID directly into the find function and add a validation flag to the function.
This patch does not introduce any logic flow change.
What would be lost by letting __uac_clock_find_source() always check that the clock source is valid? It would avoid having to pass the validate parameter, at the cost of having parse_audio_format_rates_v2() validate clock source.
Torstein