Searched refs:snd_device2 (Results 1 – 3 of 3) sorted by relevance
85 bool platform_check_backends_match(snd_device_t snd_device1, snd_device_t snd_device2);
1343 bool platform_check_backends_match(snd_device_t snd_device1, snd_device_t snd_device2) in platform_check_backends_match() argument1349 platform_get_snd_device_name(snd_device2)); in platform_check_backends_match()1356 if ((snd_device2 < SND_DEVICE_MIN) || (snd_device2 >= SND_DEVICE_MAX)) { in platform_check_backends_match()1358 platform_get_snd_device_name(snd_device2)); in platform_check_backends_match()1362 const char * be_itf2 = hw_interface_table[snd_device2]; in platform_check_backends_match()
1086 snd_device_t snd_device2 __unused) in platform_check_backends_match()