Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-device/
Ddevice-enumerator.c277 const char *sound_a, *sound_b; in sound_device_compare() local
289 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()