diff options
author | Jack Yu <jack.yu@realtek.com> | 2020-12-02 03:13:36 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-12-02 16:18:22 +0100 |
commit | 569c167ce3bb145662cbdd37924017f5a3071024 (patch) | |
tree | dcc7b7f3f173b0c744a96793895722487dc896e3 /sound/soc/codecs/rt715.h | |
parent | Merge branch '20201104_yung_chuan_liao_regmap_soundwire_asoc_add_soundwire_sd... (diff) | |
download | linux-569c167ce3bb145662cbdd37924017f5a3071024.tar.xz linux-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>
Diffstat (limited to 'sound/soc/codecs/rt715.h')
-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 |