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.c1808 snd_device_t *new_snd_devices) in platform_can_split_snd_device() argument
1812 if (NULL == num_devices || NULL == new_snd_devices) { in platform_can_split_snd_device()
1824 new_snd_devices[0] = SND_DEVICE_OUT_SPEAKER; in platform_can_split_snd_device()
1825 new_snd_devices[1] = SND_DEVICE_OUT_HEADPHONES; in platform_can_split_snd_device()
1830 new_snd_devices[0] = SND_DEVICE_OUT_SPEAKER; in platform_can_split_snd_device()
1831 new_snd_devices[1] = SND_DEVICE_OUT_LINE; in platform_can_split_snd_device()
1836 new_snd_devices[0] = SND_DEVICE_OUT_SPEAKER_SAFE; in platform_can_split_snd_device()
1837 new_snd_devices[1] = SND_DEVICE_OUT_HEADPHONES; in platform_can_split_snd_device()
1842 new_snd_devices[0] = SND_DEVICE_OUT_SPEAKER_SAFE; in platform_can_split_snd_device()
1843 new_snd_devices[1] = SND_DEVICE_OUT_LINE; in platform_can_split_snd_device()
/hardware/qcom/audio/hal/
Daudio_hw.c311 snd_device_t new_snd_devices[2]; in enable_snd_device() local
347 } else if (platform_can_split_snd_device(snd_device, &num_devices, new_snd_devices)) { in enable_snd_device()
349 enable_snd_device(adev, new_snd_devices[i]); in enable_snd_device()
373 snd_device_t new_snd_devices[2]; in disable_snd_device() local
391 } else if (platform_can_split_snd_device(snd_device, &num_devices, new_snd_devices)) { in disable_snd_device()
393 disable_snd_device(adev, new_snd_devices[i]); in disable_snd_device()