this makes multiaudio.media-addon recognize this driver
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16614 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -57,17 +57,18 @@ static status_t buffer_force_stop();
|
|||||||
|
|
||||||
static status_t list_mix_controls(multi_mix_control_info * data)
|
static status_t list_mix_controls(multi_mix_control_info * data)
|
||||||
{
|
{
|
||||||
return B_ERROR;
|
return B_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
static status_t list_mix_connections(multi_mix_connection_info * data)
|
static status_t list_mix_connections(multi_mix_connection_info * data)
|
||||||
{
|
{
|
||||||
return B_ERROR;
|
data->actual_count = 0;
|
||||||
|
return B_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
static status_t list_mix_channels(multi_mix_channel_info *data)
|
static status_t list_mix_channels(multi_mix_channel_info *data)
|
||||||
{
|
{
|
||||||
return B_ERROR;
|
return B_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
multi_channel_info chans[] = {
|
multi_channel_info chans[] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user