diff options
author | 2020-12-02 10:13:36 +0800 | |
---|---|---|
committer | 2020-12-02 15:18:22 +0000 | |
commit | 569c167ce3bb145662cbdd37924017f5a3071024 (patch) | |
tree | dcc7b7f3f173b0c744a96793895722487dc896e3 | |
parent | Merge branch '20201104_yung_chuan_liao_regmap_soundwire_asoc_add_soundwire_sdca_support' (early part) into asoc-5.11 (diff) | |
download | linux-dev-569c167ce3bb145662cbdd37924017f5a3071024.tar.xz linux-dev-569c167ce3bb145662cbdd37924017f5a3071024.zip |
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>
-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 |