]> asedeno.scripts.mit.edu Git - linux.git/commit
ASoC: tlv320aic32x4: Change name of probe function
authorJeremy McDermond <nh6z@nh6z.net>
Tue, 19 Apr 2016 00:24:04 +0000 (17:24 -0700)
committerMark Brown <broonie@kernel.org>
Tue, 19 Apr 2016 09:54:20 +0000 (10:54 +0100)
commitec513886411e4fc47f98607a1bc79b72899710c4
tree90706a2a478579d4455fc3c123bf925535793b7e
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca
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>
sound/soc/codecs/tlv320aic32x4.c