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
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
=