Home
last modified time | relevance | path

Searched defs:_multi_mixer_control (Results 1 – 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Dmulti.h14 typedef struct _multi_mixer_control { struct
15 struct _multi_dev *multi;
16 void (*get) (void *card, const void *cookie, int32 type, float *values);
17 void (*set) (void *card, const void *cookie, int32 type, float *values);
18 const void *cookie;
19 int32 type;
20 multi_mix_control mix_control;
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Dmulti.h37 typedef struct _multi_mixer_control { struct
38 struct _multi_dev *multi;
39 void (*get) (void *card, MIXER_AUDIO_CHANNEL, int32 type, float *values);
40 void (*set) (void *card, MIXER_AUDIO_CHANNEL, int32 type, float *values);
41 MIXER_AUDIO_CHANNEL channel;
42 int32 type;
43 multi_mix_control mix_control;
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dmulti.h34 typedef struct _multi_mixer_control { struct
35 struct _multi_dev *multi;
36 void (*get) (void *card, const void *cookie, int32 type, float *values);
37 void (*set) (void *card, const void *cookie, int32 type, float *values);
38 const void *cookie;
39 int32 type;
40 multi_mix_control mix_control;
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Dmulti.h34 typedef struct _multi_mixer_control { struct
35 struct _multi_dev *multi;
36 void (*get) (void *card, const void *cookie, int32 type, float *values);
37 void (*set) (void *card, const void *cookie, int32 type, float *values);
38 const void *cookie;
39 int32 type;
40 multi_mix_control mix_control;
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dmulti.h37 typedef struct _multi_mixer_control { struct
38 struct _multi_dev *multi;
39 void (*get) (void *card, const void *cookie, int32 type, float *values);
40 void (*set) (void *card, const void *cookie, int32 type, float *values);
41 const void *cookie;
42 int32 type;
43 multi_mix_control mix_control;