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:
parent
b4499305c7
commit
e42681bd61
@ -57,17 +57,18 @@ static status_t buffer_force_stop();
|
||||
|
||||
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)
|
||||
{
|
||||
return B_ERROR;
|
||||
data->actual_count = 0;
|
||||
return B_OK;
|
||||
}
|
||||
|
||||
static status_t list_mix_channels(multi_mix_channel_info *data)
|
||||
{
|
||||
return B_ERROR;
|
||||
return B_OK;
|
||||
}
|
||||
|
||||
multi_channel_info chans[] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user