sound: Remove duplicate AudioFrame typedef

It's already defined before in the same source file.

Based on a patch from Frediano Ziglio <fziglio@redhat.com>

Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
Christophe Fergeau 2017-01-11 09:48:18 +01:00 committed by Frediano Ziglio
parent 188f05d7ae
commit f5453923a4

View File

@ -124,7 +124,6 @@ struct SndChannelClient {
snd_channel_cleanup_channel_proc cleanup;
};
typedef struct AudioFrame AudioFrame;
struct AudioFrame {
uint32_t time;
uint32_t samples[SND_CODEC_MAX_FRAME_SIZE];