Home
last modified time | relevance | path

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

/device/asus/grouper/audio/
Daudio_hw.c116 struct audio_route *ar; member
203 audio_route_reset(adev->ar); in select_devices()
206 audio_route_apply_path(adev->ar, "speaker"); in select_devices()
208 audio_route_apply_path(adev->ar, "headphone"); in select_devices()
210 audio_route_apply_path(adev->ar, "dock"); in select_devices()
213 audio_route_apply_path(adev->ar, "main-mic-left"); in select_devices()
215 audio_route_apply_path(adev->ar, "main-mic-top"); in select_devices()
218 audio_route_update_mixer(adev->ar); in select_devices()
1262 audio_route_free(adev->ar); in adev_close()
1301 adev->ar = audio_route_init(MIXER_CARD, NULL); in adev_open()
/device/samsung/manta/audio/
Daudio_hw.c136 struct audio_route *ar; member
529 audio_route_reset(adev->ar); in select_devices()
581 audio_route_apply_path(adev->ar, output_route); in select_devices()
583 audio_route_apply_path(adev->ar, input_route); in select_devices()
594 audio_route_update_mixer(adev->ar); in select_devices()
1876 audio_route_free(adev->ar); in adev_close()
1923 adev->ar = audio_route_init(MIXER_CARD, NULL); in adev_open()