diff options
author | dvdli <dvdli@google.com> | 2020-12-02 15:20:20 +0800 |
---|---|---|
committer | dvdli <dvdli@google.com> | 2020-12-02 15:20:20 +0800 |
commit | 69d41f144ad82d652f148c303a168cd07d222d41 (patch) | |
tree | 8e902ae95c75c7a83428db4f16f4224c1ce2442b /tests/include | |
parent | ee672bb4b3919ba8e411ca5bba95e22b288f2831 (diff) |
fix typo, add comments to describe the tests and fix the loopback test
Diffstat (limited to 'tests/include')
-rw-r--r-- | tests/include/pcm_test_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/include/pcm_test_device.h b/tests/include/pcm_test_device.h index 2df7c93..7ced192 100644 --- a/tests/include/pcm_test_device.h +++ b/tests/include/pcm_test_device.h @@ -49,6 +49,6 @@ constexpr unsigned int kLoopbackPlaybackDevice = TEST_LOOPBACK_PLAYBACK_DEVICE; constexpr unsigned int kLoopbackCaptureDevice = TEST_LOOPBACK_CAPTURE_DEVICE; } // namespace testing -} // namespace tinyalse +} // namespace tinyalsa #endif |