Jucedemo - AudioDeviceManager::setAudioDevice asserts

Hi all,

when running the juce demo app in the debugger:
go to Audio page, ‘show audio settings’, set input channels to ‘<>’.
the assertion fires in AudioDeviceManager::setAudioDevice line 246

// just a change of sample rate, bitdepth, or channels.. if (inChans != 0) { inputChannels = *inChans; jassert (inputChannels.countNumberOfSetBits() >= numInputChansNeeded); }

any clue ?

Yeah, just ignore it. I was re-doing some code in there last week and have removed that assertion anyway.