static int linux_rawHeadphonesCount() { int n = 0; for (File dir : listDirsStartingWith("/proc/asound", "card")) n += l(startingWithAfterLtrim(linesFromFile(newFile(dir, "codec#0")), "Pin-ctls: 0x00")); ret n; }