Home
last modified time | relevance | path

Searched refs:snd_device2 (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/audio/hal/
Dplatform_api.h161 bool platform_check_backends_match(snd_device_t snd_device1, snd_device_t snd_device2);
/hardware/qcom/audio/hal/msm8916/
Dplatform.c1361 bool platform_check_backends_match(snd_device_t snd_device1, snd_device_t snd_device2) in platform_check_backends_match() argument
1367 platform_get_snd_device_name(snd_device2)); in platform_check_backends_match()
1374 if ((snd_device2 < SND_DEVICE_MIN) || (snd_device2 >= SND_DEVICE_MAX)) { in platform_check_backends_match()
1376 platform_get_snd_device_name(snd_device2)); in platform_check_backends_match()
1380 const char * be_itf2 = hw_interface_table[snd_device2]; in platform_check_backends_match()
/hardware/qcom/audio/hal/msm8974/
Dplatform.c2114 bool platform_check_backends_match(snd_device_t snd_device1, snd_device_t snd_device2) in platform_check_backends_match() argument
2118 platform_get_snd_device_name(snd_device2)); in platform_check_backends_match()
2125 if ((snd_device2 < SND_DEVICE_MIN) || (snd_device2 >= SND_DEVICE_MAX)) { in platform_check_backends_match()
2127 platform_get_snd_device_name(snd_device2)); in platform_check_backends_match()
2132 const char * be_itf2 = hw_interface_table[snd_device2]; in platform_check_backends_match()
/hardware/qcom/audio/hal/msm8960/
Dplatform.c1251 snd_device_t snd_device2 __unused) in platform_check_backends_match()