Searched refs:snd_device2 (Results 1 – 4 of 4) sorted by relevance
161 bool platform_check_backends_match(snd_device_t snd_device1, snd_device_t snd_device2);
1359 bool platform_check_backends_match(snd_device_t snd_device1, snd_device_t snd_device2) in platform_check_backends_match() argument1365 platform_get_snd_device_name(snd_device2)); in platform_check_backends_match()1372 if ((snd_device2 < SND_DEVICE_MIN) || (snd_device2 >= SND_DEVICE_MAX)) { in platform_check_backends_match()1374 platform_get_snd_device_name(snd_device2)); in platform_check_backends_match()1378 const char * be_itf2 = hw_interface_table[snd_device2]; in platform_check_backends_match()
2112 bool platform_check_backends_match(snd_device_t snd_device1, snd_device_t snd_device2) in platform_check_backends_match() argument2116 platform_get_snd_device_name(snd_device2)); in platform_check_backends_match()2123 if ((snd_device2 < SND_DEVICE_MIN) || (snd_device2 >= SND_DEVICE_MAX)) { in platform_check_backends_match()2125 platform_get_snd_device_name(snd_device2)); in platform_check_backends_match()2130 const char * be_itf2 = hw_interface_table[snd_device2]; in platform_check_backends_match()
1251 snd_device_t snd_device2 __unused) in platform_check_backends_match()