Home
last modified time | relevance | path

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

/device/htc/flounder/audio/hal/
Daudio_hw.h185 typedef int snd_device_t; typedef
381 snd_device_t out_snd_device;
382 snd_device_t in_snd_device;
Daudio_hw.c396 static const char *get_snd_device_name(snd_device_t 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()
472 static snd_device_t get_output_snd_device(struct audio_device *adev, audio_devices_t devices) in get_output_snd_device()
476 snd_device_t snd_device = SND_DEVICE_NONE; in get_output_snd_device()
546 static snd_device_t get_input_snd_device(struct audio_device *adev, audio_devices_t out_device) in get_input_snd_device()
552 snd_device_t snd_device = SND_DEVICE_NONE; in get_input_snd_device()
724 snd_device_t snd_device, in enable_snd_device()
762 snd_device_t snd_device, in disable_snd_device()
800 snd_device_t out_snd_device = SND_DEVICE_NONE; in select_devices()
801 snd_device_t in_snd_device = SND_DEVICE_NONE; in select_devices()