From 569c167ce3bb145662cbdd37924017f5a3071024 Mon Sep 17 00:00:00 2001 From: Jack Yu Date: Wed, 2 Dec 2020 10:13:36 +0800 Subject: [PATCH] ASoC: rt715: remove unused parameter Remove unused parameter in rt715.h. Signed-off-by: Jack Yu Link: https://lore.kernel.org/r/20201202021336.3591-1-jack.yu@realtek.com Signed-off-by: Mark Brown --- sound/soc/codecs/rt715.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/codecs/rt715.h b/sound/soc/codecs/rt715.h index d0d0fd2..009a826 100644 --- a/sound/soc/codecs/rt715.h +++ b/sound/soc/codecs/rt715.h @@ -207,7 +207,6 @@ struct sdw_stream_data { enum { RT715_AIF1, RT715_AIF2, - RT715_AIFS, }; #define RT715_POWER_UP_DELAY_MS 400 -- 2.7.4