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

  /device/google/dragon/audio/hal/
audio_hw.c 692 const char *snd_device_name = get_snd_device_name(snd_device); local
694 if (snd_device_name == NULL)
700 __func__, snd_device, snd_device_name);
705 snd_device, snd_device_name);
709 audio_route_apply_path(mixer_card->audio_route, snd_device_name);
724 const char *snd_device_name = get_snd_device_name(snd_device); local
726 if (snd_device_name == NULL)
736 snd_device, snd_device_name);
739 audio_route_reset_path(mixer_card->audio_route, snd_device_name);
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.c 729 const char *snd_device_name = get_snd_device_name(snd_device); local
731 if (snd_device_name == NULL)
743 __func__, snd_device, snd_device_name);
748 snd_device, snd_device_name);
752 audio_route_apply_path(mixer_card->audio_route, snd_device_name);
767 const char *snd_device_name = get_snd_device_name(snd_device); local
769 if (snd_device_name == NULL)
786 snd_device, snd_device_name);
789 audio_route_reset_path(mixer_card->audio_route, snd_device_name);
    [all...]

Completed in 190 milliseconds