]> git.baikalelectronics.ru Git - kernel.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)
commit3444a3357ace8ece0cb78e7a55ba11e2b276f5a6
tree187b71372df9de7e81fa9d422a3575dc65f33b59
parentddbff1fd7b05ff5388e8ae80aac4625d1756d156
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