Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/msm8974/
Dplatform.c2788 snd_device_t *new_snd_devices) in platform_can_split_snd_device() argument
2791 if (NULL == num_devices || NULL == new_snd_devices) { in platform_can_split_snd_device()
2803 new_snd_devices[0] = SND_DEVICE_OUT_SPEAKER; in platform_can_split_snd_device()
2804 new_snd_devices[1] = SND_DEVICE_OUT_HEADPHONES; in platform_can_split_snd_device()
2809 new_snd_devices[0] = SND_DEVICE_OUT_SPEAKER; in platform_can_split_snd_device()
2810 new_snd_devices[1] = SND_DEVICE_OUT_LINE; in platform_can_split_snd_device()
2815 new_snd_devices[0] = SND_DEVICE_OUT_SPEAKER_SAFE; in platform_can_split_snd_device()
2816 new_snd_devices[1] = SND_DEVICE_OUT_HEADPHONES; in platform_can_split_snd_device()
2821 new_snd_devices[0] = SND_DEVICE_OUT_SPEAKER_SAFE; in platform_can_split_snd_device()
2822 new_snd_devices[1] = SND_DEVICE_OUT_LINE; in platform_can_split_snd_device()
[all …]
/hardware/qcom/audio/hal/msm8916/
Dplatform.c1859 snd_device_t *new_snd_devices)
1863 if (NULL == num_devices || NULL == new_snd_devices) {
1875 new_snd_devices[0] = SND_DEVICE_OUT_SPEAKER;
1876 new_snd_devices[1] = SND_DEVICE_OUT_HEADPHONES;
1881 new_snd_devices[0] = SND_DEVICE_OUT_SPEAKER;
1882 new_snd_devices[1] = SND_DEVICE_OUT_LINE;
/hardware/qcom/audio/hal/
Daudio_hw.c749 snd_device_t new_snd_devices[2]; in enable_snd_device() local
789 new_snd_devices) == 0) { in enable_snd_device()
791 enable_snd_device(adev, new_snd_devices[i]); in enable_snd_device()
822 snd_device_t new_snd_devices[2]; in disable_snd_device() local
858 new_snd_devices) == 0) { in disable_snd_device()
860 disable_snd_device(adev, new_snd_devices[i]); in disable_snd_device()