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

  /external/tinyalsa/
tinymix.c 112 printf("\t%s%s", mixer_ctl_get_value(ctl, 0) == (int)i ? ">" : "",
114 else if (mixer_ctl_get_value(ctl, 0) == (int)i)
148 printf(" %d", mixer_ctl_get_value(ctl, i));
151 printf(" %s", mixer_ctl_get_value(ctl, i) ? "On" : "Off");
157 printf(" 0x%02x", mixer_ctl_get_value(ctl, i));
mixer.c 275 return int_to_percent(ctl->info, mixer_ctl_get_value(ctl, id));
286 int mixer_ctl_get_value(struct mixer_ctl *ctl, unsigned int id) function
  /external/tinyalsa/include/tinyalsa/
asoundlib.h 232 int mixer_ctl_get_value(struct mixer_ctl *ctl, unsigned int id);
  /system/media/audio_route/
audio_route.c 502 ar->mixer_state[i].old_value[j] = mixer_ctl_get_value(ctl, j);
  /device/samsung/tuna/audio/
audio_hw.c     [all...]

Completed in 513 milliseconds