ASoC: alc5632: add an of_match table
authorStephen Warren <swarren@nvidia.com>
Mon, 31 Mar 2014 18:38:16 +0000 (12:38 -0600)
committerMark Brown <broonie@linaro.org>
Tue, 1 Apr 2014 11:39:44 +0000 (12:39 +0100)
commitc31b0cb1f1a19bc551875e07e9dd7c531ac3580e
tree7105a844624e667b3cf2573a9af1194c4695c364
parente3efe3bedb6592465d9a2bd116d5e611dae362c3
ASoC: alc5632: 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/alc5632.c