commit | ec513886411e4fc47f98607a1bc79b72899710c4 | [log] [tgz] |
---|---|---|
author | Jeremy McDermond <nh6z@nh6z.net> | Mon Apr 18 17:24:04 2016 -0700 |
committer | Mark Brown <broonie@kernel.org> | Tue Apr 19 10:54:20 2016 +0100 |
tree | 90706a2a478579d4455fc3c123bf925535793b7e | |
parent | f55532a0c0b8bb6148f4e07853b876ef73bc69ca [diff] |
ASoC: tlv320aic32x4: Change name of probe function The codec's probe function is named aic32x4_probe. This is going to conflict with later work to implement SPI support and separate out I2S into its own file. In line with other drivers in the tree, this function is renamed to aic32x4_codec_probe instead. Signed-off-by: Jeremy McDermond <nh6z@nh6z.net> Signed-off-by: Mark Brown <broonie@kernel.org>