Home
last modified time | relevance | path

Searched refs:snd_device (Results 1 – 1 of 1) sorted by relevance

/device/htc/flounder/audio/hal/
Daudio_hw.c396 static const char *get_snd_device_name(snd_device_t snd_device) in get_snd_device_name() argument
400 if (snd_device >= SND_DEVICE_MIN && snd_device < SND_DEVICE_MAX) in get_snd_device_name()
401 name = device_table[snd_device]; in get_snd_device_name()
403 ALOGE_IF(name == NULL, "%s: invalid snd device %d", __func__, snd_device); in get_snd_device_name()
408 static const char *get_snd_device_display_name(snd_device_t snd_device) in get_snd_device_display_name() argument
410 const char *name = get_snd_device_name(snd_device); in get_snd_device_display_name()
476 snd_device_t snd_device = SND_DEVICE_NONE; in get_output_snd_device() local
489 snd_device = SND_DEVICE_OUT_VOICE_TTY_FULL_HEADPHONES; in get_output_snd_device()
491 snd_device = SND_DEVICE_OUT_VOICE_TTY_VCO_HEADPHONES; in get_output_snd_device()
493 snd_device = SND_DEVICE_OUT_VOICE_TTY_HCO_HANDSET; in get_output_snd_device()
[all …]