diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2013-04-29 14:29:35 +0200 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2013-10-09 19:03:37 +0200 |
commit | c9ea4538e25654865f15c5afd35b7f413890b615 (patch) | |
tree | 658e5acfe3b587f86f927f5955db55e328cdbfa3 | |
parent | b634009bf048ba147c4479bed70e418edbb5b57f (diff) |
Fix PlaybackeCommand typo
-rw-r--r-- | server/snd_worker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/snd_worker.c b/server/snd_worker.c index 5346d96..9156bf5 100644 --- a/server/snd_worker.c +++ b/server/snd_worker.c @@ -52,7 +52,7 @@ #define RECORD_SAMPLES_SIZE (SND_RECEIVE_BUF_SIZE >> 2) -enum PlaybackeCommand { +enum PlaybackCommand { SND_PLAYBACK_MIGRATE, SND_PLAYBACK_MODE, SND_PLAYBACK_CTRL, |