diff options
author | Bard Liao <bardliao@realtek.com> | 2014-07-07 04:48:36 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-07-07 06:26:40 -0400 |
commit | 305b8d8782c3b4aa572d496769b93cc3db2ae892 (patch) | |
tree | 986d5667deab390647a34ecfc670f4fc62fef742 | |
parent | 07cf7cbadb4d97a78be61119a406de8fe446467e (diff) |
ASoC: RT286: remove test code
Remove test code.
Signed-off-by: Bard Liao <bardliao@realtek.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r-- | sound/soc/codecs/rt286.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt286.c b/sound/soc/codecs/rt286.c index acfba9c74c52..7c5f9d0f0af2 100644 --- a/sound/soc/codecs/rt286.c +++ b/sound/soc/codecs/rt286.c | |||
@@ -993,7 +993,6 @@ static int rt286_probe(struct snd_soc_codec *codec) | |||
993 | codec->dapm.bias_level = SND_SOC_BIAS_OFF; | 993 | codec->dapm.bias_level = SND_SOC_BIAS_OFF; |
994 | rt286->codec = codec; | 994 | rt286->codec = codec; |
995 | 995 | ||
996 | rt286->i2c->irq = 0; | ||
997 | if (rt286->i2c->irq) { | 996 | if (rt286->i2c->irq) { |
998 | snd_soc_update_bits(codec, | 997 | snd_soc_update_bits(codec, |
999 | RT286_IRQ_CTRL, 0x2, 0x2); | 998 | RT286_IRQ_CTRL, 0x2, 0x2); |