HomeSort by relevance Sort by last modified time
    Searched refs:mixer_ctl (Results 1 - 10 of 10) sorted by null

  /external/tinyalsa/include/tinyalsa/
asoundlib.h 176 struct mixer_ctl;
184 struct mixer_ctl *mixer_get_ctl(struct mixer *mixer, unsigned int id);
185 struct mixer_ctl *mixer_get_ctl_by_name(struct mixer *mixer, const char *name);
188 const char *mixer_ctl_get_name(struct mixer_ctl *ctl);
189 enum mixer_ctl_type mixer_ctl_get_type(struct mixer_ctl *ctl);
190 const char *mixer_ctl_get_type_string(struct mixer_ctl *ctl);
191 unsigned int mixer_ctl_get_num_values(struct mixer_ctl *ctl);
192 unsigned int mixer_ctl_get_num_enums(struct mixer_ctl *ctl);
193 const char *mixer_ctl_get_enum_string(struct mixer_ctl *ctl,
197 int mixer_ctl_get_percent(struct mixer_ctl *ctl, unsigned int id)
    [all...]
  /external/tinyalsa/
mixer.c 45 struct mixer_ctl { struct
54 struct mixer_ctl *ctl;
111 mixer->ctl = calloc(elist.count, sizeof(struct mixer_ctl));
174 struct mixer_ctl *mixer_get_ctl(struct mixer *mixer, unsigned int id)
182 struct mixer_ctl *mixer_get_ctl_by_name(struct mixer *mixer, const char *name)
196 const char *mixer_ctl_get_name(struct mixer_ctl *ctl)
204 enum mixer_ctl_type mixer_ctl_get_type(struct mixer_ctl *ctl)
220 const char *mixer_ctl_get_type_string(struct mixer_ctl *ctl)
236 unsigned int mixer_ctl_get_num_values(struct mixer_ctl *ctl)
268 int mixer_ctl_get_percent(struct mixer_ctl *ctl, unsigned int id
    [all...]
tinymix.c 39 static void tinymix_print_enum(struct mixer_ctl *ctl, int print_all);
79 struct mixer_ctl *ctl;
100 static void tinymix_print_enum(struct mixer_ctl *ctl, int print_all)
121 struct mixer_ctl *ctl;
174 struct mixer_ctl *ctl;
  /cts/suite/audio_quality/test/
MixerTest.cpp 47 struct mixer_ctl* control = mixer_get_ctl(mixerp, i);
  /device/asus/grouper/audio/
audio_route.c 37 struct mixer_ctl *ctl;
44 struct mixer_ctl *ctl;
209 struct mixer_ctl *ctl = path->setting[i].ctl;
225 static int mixer_enum_string_to_value(struct mixer_ctl *ctl, const char *string)
246 struct mixer_ctl *ctl;
  /device/samsung/crespo/libaudio/
AudioHardware.h 37 struct mixer_ctl;
262 struct mixer_ctl *mRouteCtl;
345 struct mixer_ctl *mRouteCtl;
AudioHardware.cpp 410 struct mixer_ctl *ctl= mixer_get_ctl_by_name(mMixer, "Playback Path");
755 struct mixer_ctl *ctl= mixer_get_ctl_by_name(mMixer, "Voice Call Path");
978 struct mixer_ctl *ctl= mixer_get_ctl_by_name(mMixer, "Input Source");
    [all...]
  /device/ti/panda/audio/
audio_hw.c 556 struct mixer_ctl *dl1_eq;
557 struct mixer_ctl *mm_dl1;
558 struct mixer_ctl *mm_dl2;
559 struct mixer_ctl *vx_dl1;
560 struct mixer_ctl *vx_dl2;
561 struct mixer_ctl *earpiece_enable;
562 struct mixer_ctl *dl2_mono;
563 struct mixer_ctl *dl1_mono;
564 struct mixer_ctl *dl1_headset;
565 struct mixer_ctl *dl1_bt
    [all...]
  /device/samsung/tuna/audio/
audio_hw.c 600 struct mixer_ctl *dl1_eq;
601 struct mixer_ctl *mm_dl1_volume;
602 struct mixer_ctl *tones_dl1_volume;
603 struct mixer_ctl *mm_dl2_volume;
604 struct mixer_ctl *vx_dl2_volume;
605 struct mixer_ctl *tones_dl2_volume;
606 struct mixer_ctl *mm_dl1;
607 struct mixer_ctl *mm_dl2;
608 struct mixer_ctl *vx_dl1;
609 struct mixer_ctl *vx_dl2
    [all...]
  /hardware/ti/wpan/tools/kfmapp/
kfmapp.c 829 struct mixer_ctl *ctl;
    [all...]

Completed in 440 milliseconds