Refactor|Audio|Client: Moved Channel construction upwards into IDriver
As the "playback interface" abstraction is a driver specific concern the IDriver API should not assume that there are discreet interfaces which must be initialized before Channels can be constructed.
Refactor|Audio|Client: Moved Channel construction upwards into IDriver
As the "playback interface" abstraction is a driver specific concern
the IDriver API should not assume that there are discreet interfaces
which must be initialized before Channels can be constructed.
Todo: Cleanup.