21 Feb
2017
21 Feb
'17
4:04 p.m.
Update patch.
On 21/02/17 14:43, Takashi Iwai wrote:
The error handling is missing when no name is given. You should handle the error explicitly instead of the success.
if (!type) { SNDERR("No name is given for rate converter"); ..... return -EINVAL; } err = rate_open_func(....);
Takashi