7 Mar
2015
7 Mar
'15
5:57 a.m.
On Mar 6 2015 00:58, Takashi Iwai wrote:
At Fri, 6 Mar 2015 00:43:24 +0900, Takashi Sakamoto wrote:
This patchset is for reducing executing time and stack usage at creating new control instances. Nothing fixes.
Takashi Sakamoto (2): ALSA: core: use precomputed table to check userspace control params ALSA: core: reduce stack usage related to snd_ctl_new()
Both look good, but just minor nitpicking: could you remove superfluous parentheses in cases like below?
if ((a > 0) && (b < 0)) ...
Most people are no lispers.
Hm. I may be an alien with several eyes and an additional hand in my nose, when programming conservatively ;)
OK. In next patchset, I'll remove such parentheses, as much as possible.
Thanks
Takashi Sakamoto