[linux-audio-dev] post-scriptum on API proposal

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: [linux-audio-dev] post-scriptum on API proposal
From: Paul Davis (pbd_AT_Op.Net)
Date: Tue May 22 2001 - 21:15:45 EEST


This:
----------------------------------------------------------------------
/* if the engine and driver support it, these will cause input
   monitoring to occur or not on the specified or all channels.
*/

void audioengine_request_monitor_input (AudioEngine *, channel_id_t chn, bool yn);
void audioengine_request_all_monitor_input (AudioEngine *, bool yn) {

bool audioengine_get_monitoring_input (AudioEngine *, channel_id_t channel)
bool audioengine_get_all_monitoring_input ();
----------------------------------------------------------------------

is totally confusing. It should be moved down to the bottom along with
the other functions that are really a function of a Driver, not the
AudioEngine. The AudioEngine has no concept of "channels".

Sorry about that.

--p


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Tue May 22 2001 - 22:43:34 EEST