]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: tlv320aic23: add an of_match table
authorStephen Warren <swarren@nvidia.com>
Mon, 31 Mar 2014 18:38:17 +0000 (12:38 -0600)
committerMark Brown <broonie@linaro.org>
Tue, 1 Apr 2014 12:34:22 +0000 (13:34 +0100)
commit3534b842a83549eb4d06613c616844c8762e9fd0
treea574592e5a80353983bcd09399b6d284da45ff96
parent051389e250d018f7c38c8043c54aa8979d4b2cab
ASoC: tlv320aic23: add an of_match table

Add a device tree match table. This serves to make the driver's support
of device tree more explicit. Perhaps the fallback for DT matching to
using the i2c_device_id table will go away one day, since it fails in
face of devices from different vendors with the same name.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/tlv320aic23-i2c.c