diff options
author | Dan Murphy <dmurphy@ti.com> | 2020-09-23 15:25:59 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-09-23 19:48:02 +0200 |
commit | dd7d9052064b4bda94a89dbc1618927319602366 (patch) | |
tree | 68c6e08476366bb9ab2cd811656fcb74c1747d1b /sound/soc/codecs/tas2770.h | |
parent | ASoC: tas2770: Set regcache when shutting down and waking device (diff) | |
download | linux-dd7d9052064b4bda94a89dbc1618927319602366.tar.xz linux-dd7d9052064b4bda94a89dbc1618927319602366.zip |
ASoC: tas2770: Remove ti,asi-format code
Remove the code to support the asi-format binding property. The code
does nothing except read the property and set a variable. No additional
action is taken except to reset the variable. The property is supposed
to set the rising or falling RX edge detection of the SBCLK but this
edge detection is done by checking the DAI_FMT_INV_MASK.
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Link: https://lore.kernel.org/r/20200923132600.10652-5-dmurphy@ti.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/tas2770.h')
-rw-r--r-- | sound/soc/codecs/tas2770.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/tas2770.h b/sound/soc/codecs/tas2770.h index b3fc4a487033..856a7c5cff5a 100644 --- a/sound/soc/codecs/tas2770.h +++ b/sound/soc/codecs/tas2770.h @@ -132,7 +132,6 @@ struct tas2770_priv { struct regmap *regmap; struct snd_soc_component *component; int power_state; - int asi_format; struct gpio_desc *reset_gpio; struct gpio_desc *sdz_gpio; int sampling_rate; |