Re: move more code under UAUDIO_DEBUG

2018-08-28 Thread Alexandre Ratchov
On Mon, Aug 20, 2018 at 05:32:13PM +0800, Michael W. Bombardieri wrote: > Hello, > > In uaudio_add_mixer() the number of input channels (ichs) is > only used in a DPRINTF statement so the code to set its value > can be excluded unless we're building a debug kernel. In my > understanding uaudio_get

move more code under UAUDIO_DEBUG

2018-08-20 Thread Michael W. Bombardieri
Hello, In uaudio_add_mixer() the number of input channels (ichs) is only used in a DPRINTF statement so the code to set its value can be excluded unless we're building a debug kernel. In my understanding uaudio_get_cluster_nchan() has no side effects. - Michael Index: uaudio.c =