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

  /device/asus/fugu/libaudio/
alsa_utils.cpp 125 if ((tmp = mixer_ctl_get_value(ctrls[kBasicAudNdx], 0)) <= 0) {
133 if ((mode_cnt = mixer_ctl_get_value(ctrls[kModeCntNdx], 0)) < 0)
137 if ((tmp = mixer_ctl_get_value(ctrls[kSpeakerAlloc], 0)) < 0)
160 if ((tmp = mixer_ctl_get_value(ctrls[kFmtNdx], 0)) < 0)
165 if ((tmp = mixer_ctl_get_value(ctrls[kMaxChCntNdx], 0)) < 0)
169 if ((tmp = mixer_ctl_get_value(ctrls[kSampRateNdx], 0)) < 0)
179 if ((tmp = mixer_ctl_get_value(ctrls[kBPSNdx], 0)) < 0)
184 if ((tmp = mixer_ctl_get_value(ctrls[kMaxCompBRNdx], 0)) < 0)
  /external/tinyalsa/
tinymix.c 116 printf("\t%s%s", mixer_ctl_get_value(ctl, 0) == (int)i ? ">" : "",
118 else if (mixer_ctl_get_value(ctl, 0) == (int)i)
172 printf(" %d", mixer_ctl_get_value(ctl, i));
175 printf(" %s", mixer_ctl_get_value(ctl, i) ? "On" : "Off");
mixer.c 290 return int_to_percent(ctl->info, mixer_ctl_get_value(ctl, id));
301 int mixer_ctl_get_value(struct mixer_ctl *ctl, unsigned int id) function
  /external/tinyalsa/include/tinyalsa/
asoundlib.h 296 int mixer_ctl_get_value(struct mixer_ctl *ctl, unsigned int id);
  /hardware/intel/audio_media/hdmi/
tinyaudio_hw.c 448 chmap = mixer_ctl_get_value(ctl, i);
  /hardware/qcom/audio/hal/audio_extn/
spkr_protection.c 286 value = mixer_ctl_get_value(ctl, 0);
  /system/media/audio_route/
audio_route.c 601 ar->mixer_state[i].old_value.enumerated[0] = mixer_ctl_get_value(ctl, 0);
  /hardware/qcom/audio/hal/msm8916/
platform.c     [all...]
  /hardware/qcom/audio/hal/msm8974/
platform.c     [all...]

Completed in 765 milliseconds