ASoC: es8328: Remove some unused defines
authorLars-Peter Clausen <lars@metafoo.de>
Sat, 15 Oct 2016 19:17:16 +0000 (21:17 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 24 Oct 2016 17:40:11 +0000 (18:40 +0100)
commit0f40132d5d68a3226085013e24ac02aa37586850
tree6a270d73cdf9df2da5817d29f223b7bcf776e59a
parent1001354ca34179f3db924eb66672442a173147dc
ASoC: es8328: Remove some unused defines

The es8328 drivers seems to have used the wm8753 driver as a template. Its
header file contains a few defines that are copied verbatim from the wm8753
header that do not really apply to this driver and are unused. So remove
those defines. This seems safe as they deal with PLL and clock divider
settings and the es8328 driver neither implements a set_pll() nor a
set_clkdiv() callback.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/es8328.h