Searched refs:snd_device2 (Results 1 – 4 of 4) sorted by relevance
162 bool platform_check_backends_match(snd_device_t snd_device1, snd_device_t snd_device2);
1379 bool platform_check_backends_match(snd_device_t snd_device1, snd_device_t snd_device2) in platform_check_backends_match() argument1385 platform_get_snd_device_name(snd_device2)); in platform_check_backends_match()1392 if ((snd_device2 < SND_DEVICE_MIN) || (snd_device2 >= SND_DEVICE_MAX)) { in platform_check_backends_match()1394 platform_get_snd_device_name(snd_device2)); in platform_check_backends_match()1398 const char * be_itf2 = hw_interface_table[snd_device2]; in platform_check_backends_match()
2133 bool platform_check_backends_match(snd_device_t snd_device1, snd_device_t snd_device2) in platform_check_backends_match() argument2137 platform_get_snd_device_name(snd_device2)); in platform_check_backends_match()2144 if ((snd_device2 < SND_DEVICE_MIN) || (snd_device2 >= SND_DEVICE_MAX)) { in platform_check_backends_match()2146 platform_get_snd_device_name(snd_device2)); in platform_check_backends_match()2151 const char * be_itf2 = hw_interface_table[snd_device2]; in platform_check_backends_match()
1342 snd_device_t snd_device2 __unused) in platform_check_backends_match()