Searched refs:sound_a (Results 1 – 1 of 1) sorted by relevance
277 const char *sound_a, *sound_b; in sound_device_compare() local289 sound_a = strstr(devpath_a, "/sound/card"); in sound_device_compare()290 if (!sound_a) in sound_device_compare()293 sound_a += STRLEN("/sound/card"); in sound_device_compare()294 sound_a = strchr(devpath_a, '/'); in sound_device_compare()295 if (!sound_a) in sound_device_compare()298 prefix_len = sound_a - devpath_a; in sound_device_compare()305 return CMP(!!startswith(sound_a, "/controlC"), in sound_device_compare()