]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: rt5640: add an of_match table
authorStephen Warren <swarren@nvidia.com>
Mon, 31 Mar 2014 17:05:17 +0000 (11:05 -0600)
committerMark Brown <broonie@linaro.org>
Mon, 31 Mar 2014 17:27:14 +0000 (18:27 +0100)
commit03a620d8fa5f5423b87aa93e49bfa79b731c5790
tree187b71372df9de7e81fa9d422a3575dc65f33b59
parentc159a85013afbb8283f0c7272812952e04d5c3a1
ASoC: rt5640: 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/rt5640.c