diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/include/pcm_test_device.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/include/pcm_test_device.h b/tests/include/pcm_test_device.h index f6e7807..2df7c93 100644 --- a/tests/include/pcm_test_device.h +++ b/tests/include/pcm_test_device.h @@ -36,8 +36,8 @@ namespace testing { #define TEST_LOOPBACK_CARD 2 #endif -#ifndef TEST_LOOPBACK_PALYBACK_DEVICE -#define TEST_LOOPBACK_PALYBACK_DEVICE 0 +#ifndef TEST_LOOPBACK_PLAYBACK_DEVICE +#define TEST_LOOPBACK_PLAYBACK_DEVICE 0 #endif #ifndef TEST_LOOPBACK_CAPTURE_DEVICE @@ -45,7 +45,7 @@ namespace testing { #endif constexpr unsigned int kLoopbackCard = TEST_LOOPBACK_CARD; -constexpr unsigned int kLoopbackPlaybackDevice = TEST_LOOPBACK_PALYBACK_DEVICE; +constexpr unsigned int kLoopbackPlaybackDevice = TEST_LOOPBACK_PLAYBACK_DEVICE; constexpr unsigned int kLoopbackCaptureDevice = TEST_LOOPBACK_CAPTURE_DEVICE; } // namespace testing |