Home
last modified time | relevance | path

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

/device/htc/flounder/audio/hal/
Daudio_hw.h373 struct audio_route* audio_route; member
Daudio_hw.c340 audio_route_free(mixer_card->audio_route); in free_mixer_list()
351 struct audio_route *audio_route; in mixer_init() local
375 audio_route = audio_route_init(card, mixer_path); in mixer_init()
376 if (!audio_route) { in mixer_init()
384 mixer_card->audio_route = audio_route; in mixer_init()
752 audio_route_apply_path(mixer_card->audio_route, snd_device_name); in enable_snd_device()
754 audio_route_update_mixer(mixer_card->audio_route); in enable_snd_device()
789 audio_route_reset_path(mixer_card->audio_route, snd_device_name); in disable_snd_device()
791 audio_route_update_mixer(mixer_card->audio_route); in disable_snd_device()
903 audio_route_update_mixer(mixer_card->audio_route); in select_devices()