diff options
| author | Jasper Mackenzie <jmackenzie@wynyardgroup.com> | 2018-08-08 18:28:57 +1200 |
|---|---|---|
| committer | Jasper Mackenzie <jmackenzie@wynyardgroup.com> | 2018-08-08 18:28:57 +1200 |
| commit | 83a17cd9f4d8fdf0f4f8ed8857956d8dd8ce69bf (patch) | |
| tree | d3fe13dfe42d7b2a7702a64f79cc23f5dd66f12b /tests/audioprobe.cpp | |
| parent | ecafdd6f4189aa718b98292bd3dd4ef568be606b (diff) | |
add device id to audioprobe output
Diffstat (limited to 'tests/audioprobe.cpp')
| -rw-r--r-- | tests/audioprobe.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/audioprobe.cpp b/tests/audioprobe.cpp index 1b93908..c83d3a5 100644 --- a/tests/audioprobe.cpp +++ b/tests/audioprobe.cpp @@ -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 { |
