Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/msm8974/
Dplatform.c2812 snd_device_t *new_snd_devices) in platform_can_split_snd_device() argument
2815 if (NULL == num_devices || NULL == new_snd_devices) { in platform_can_split_snd_device()
2827 new_snd_devices[0] = SND_DEVICE_OUT_SPEAKER; in platform_can_split_snd_device()
2828 new_snd_devices[1] = SND_DEVICE_OUT_HEADPHONES; in platform_can_split_snd_device()
2833 new_snd_devices[0] = SND_DEVICE_OUT_SPEAKER; in platform_can_split_snd_device()
2834 new_snd_devices[1] = SND_DEVICE_OUT_LINE; in platform_can_split_snd_device()
2839 new_snd_devices[0] = SND_DEVICE_OUT_SPEAKER_SAFE; in platform_can_split_snd_device()
2840 new_snd_devices[1] = SND_DEVICE_OUT_HEADPHONES; in platform_can_split_snd_device()
2845 new_snd_devices[0] = SND_DEVICE_OUT_SPEAKER_SAFE; in platform_can_split_snd_device()
2846 new_snd_devices[1] = SND_DEVICE_OUT_LINE; in platform_can_split_snd_device()
[all …]
/hardware/qcom/audio/hal/msm8916/
Dplatform.c1882 snd_device_t *new_snd_devices)
1886 if (NULL == num_devices || NULL == new_snd_devices) {
1898 new_snd_devices[0] = SND_DEVICE_OUT_SPEAKER;
1899 new_snd_devices[1] = SND_DEVICE_OUT_HEADPHONES;
1904 new_snd_devices[0] = SND_DEVICE_OUT_SPEAKER;
1905 new_snd_devices[1] = SND_DEVICE_OUT_LINE;