diff options
author | Jack Yu <jack.yu@realtek.com> | 2020-12-02 10:13:36 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-12-02 15:18:22 +0000 |
commit | 569c167ce3bb145662cbdd37924017f5a3071024 (patch) | |
tree | dcc7b7f3f173b0c744a96793895722487dc896e3 /sound | |
parent | 55a901f028d48e13353076a035c05231475b0cb1 (diff) |
ASoC: rt715: remove unused parameter
Remove unused parameter in rt715.h.
Signed-off-by: Jack Yu <jack.yu@realtek.com>
Link: https://lore.kernel.org/r/20201202021336.3591-1-jack.yu@realtek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/rt715.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt715.h b/sound/soc/codecs/rt715.h index d0d0fd2a6fdb..009a8266f606 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 |