From 6882ad4a743d61fc65392c5fa8f3040660455cbb Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 11 Jun 2019 23:08:13 -0700 Subject: [PATCH] pcm: direct: Remove unused empty struct Signed-off-by: Michael Forney Signed-off-by: Takashi Iwai --- src/pcm/pcm_direct.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pcm/pcm_direct.h b/src/pcm/pcm_direct.h index a71aab13..221edbe1 100644 --- a/src/pcm/pcm_direct.h +++ b/src/pcm/pcm_direct.h @@ -186,8 +186,6 @@ struct snd_pcm_direct { mix_areas_24_t *remix_areas_24; mix_areas_u8_t *remix_areas_u8; } dmix; - struct { - } dsnoop; struct { unsigned long long chn_mask; } dshare; -- 2.47.1