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.c2050 snd_device_t *new_snd_devices) in platform_can_split_snd_device() argument
2053 if (NULL == num_devices || NULL == new_snd_devices) { in platform_can_split_snd_device()
2065 new_snd_devices[0] = SND_DEVICE_OUT_SPEAKER; in platform_can_split_snd_device()
2066 new_snd_devices[1] = SND_DEVICE_OUT_HEADPHONES; in platform_can_split_snd_device()
2071 new_snd_devices[0] = SND_DEVICE_OUT_SPEAKER; in platform_can_split_snd_device()
2072 new_snd_devices[1] = SND_DEVICE_OUT_LINE; in platform_can_split_snd_device()
2077 new_snd_devices[0] = SND_DEVICE_OUT_SPEAKER_SAFE; in platform_can_split_snd_device()
2078 new_snd_devices[1] = SND_DEVICE_OUT_HEADPHONES; in platform_can_split_snd_device()
2083 new_snd_devices[0] = SND_DEVICE_OUT_SPEAKER_SAFE; in platform_can_split_snd_device()
2084 new_snd_devices[1] = SND_DEVICE_OUT_LINE; in platform_can_split_snd_device()
[all …]
/hardware/qcom/audio/hal/msm8916/
Dplatform.c1507 snd_device_t *new_snd_devices) in platform_can_split_snd_device() argument
1511 if (NULL == num_devices || NULL == new_snd_devices) { in platform_can_split_snd_device()
1523 new_snd_devices[0] = SND_DEVICE_OUT_SPEAKER; in platform_can_split_snd_device()
1524 new_snd_devices[1] = SND_DEVICE_OUT_HEADPHONES; in platform_can_split_snd_device()
1529 new_snd_devices[0] = SND_DEVICE_OUT_SPEAKER; in platform_can_split_snd_device()
1530 new_snd_devices[1] = SND_DEVICE_OUT_LINE; in platform_can_split_snd_device()
/hardware/qcom/audio/hal/
Daudio_hw.c562 snd_device_t new_snd_devices[2]; in enable_snd_device() local
600 new_snd_devices) == 0) { in enable_snd_device()
602 enable_snd_device(adev, new_snd_devices[i]); in enable_snd_device()
626 snd_device_t new_snd_devices[2]; in disable_snd_device() local
648 new_snd_devices) == 0) { in disable_snd_device()
650 disable_snd_device(adev, new_snd_devices[i]); in disable_snd_device()