Merge pull request #156 from spmp/feature/spmp-changes
authorgaryscavone <garyscavone@users.noreply.github.com>
Mon, 27 Aug 2018 21:30:42 +0000 (17:30 -0400)
committerGitHub <noreply@github.com>
Mon, 27 Aug 2018 21:30:42 +0000 (17:30 -0400)
Add device id to audioprobe output

tests/audioprobe.cpp

index 1b93908748e3d8dd8ed5d3484e8d39bd223504ea..c83d3a5f45600cb7bd75895b363e45e0707d813f 100644 (file)
@@ -46,6 +46,7 @@ int main()
     info = audio.getDeviceInfo(i);
 
     std::cout << "\nDevice Name = " << info.name << '\n';
+    std::cout << "Device ID = " << i << '\n';
     if ( info.probed == false )
       std::cout << "Probe Status = UNsuccessful\n";
     else {