commit | 23524eb16ace864c18a57ca035c76793a3c3eb65 | [log] [tgz] |
---|---|---|
author | Wolfram Sang <w.sang@pengutronix.de> | Thu Oct 06 20:53:36 2011 +0200 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu Oct 06 20:00:11 2011 +0100 |
tree | 01949a880c83b2017f7c111c0476d7c371be295e | |
parent | b5c49d49b9e175fd56cb4b5cf2c4fd972d15e013 [diff] |
ASoC: tlv320aic32x4 fix initialization of micpga routing Checking the pdata-flags used 'or', so the check is always true. Use 'and' to correctly mask the flags. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Cc: Javier Martin <javier.martin@vista-silicon.com> Cc: Liam Girdwood <lrg@ti.com> Cc: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>