Searched refs:new_snd_devices (Results 1 – 2 of 2) sorted by relevance
2812 snd_device_t *new_snd_devices) in platform_can_split_snd_device() argument2815 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 …]
1882 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;