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

  /device/samsung/crespo/alsa-utils/amixer/
amixer.c 1025 printf("Simple mixer control '%s',%i\n", snd_mixer_selem_id_get_name(sid), snd_mixer_selem_id_get_index(sid));
    [all...]
  /device/samsung/crespo/alsa-utils/alsamixer/
alsamixer.c 759 idx = snd_mixer_selem_id_get_index(sid);
761 snprintf(idxstr, sizeof(idxstr), " %i", snd_mixer_selem_id_get_index(sid));
785 if (snd_mixer_selem_id_get_index(sid) > 0)
787 suffix, snd_mixer_selem_id_get_index(sid));
    [all...]
  /device/samsung/crespo/alsa-lib/include/
mixer.h 306 unsigned int snd_mixer_selem_id_get_index(const snd_mixer_selem_id_t *obj);
  /device/samsung/crespo/alsa-lib/src/mixer/
simple.c 1029 unsigned int snd_mixer_selem_id_get_index(const snd_mixer_selem_id_t *obj) function
    [all...]
simple_none.c     [all...]
  /device/samsung/crespo/alsa-lib/modules/mixer/simple/
python.c 473 return PyInt_FromLong(snd_mixer_selem_id_get_index(pymelem->selem.id));

Completed in 627 milliseconds