ASoC: topology: Rename functions & variables for physical DAIs
authorMengdong Lin <mengdong.lin@linux.intel.com>
Wed, 2 Nov 2016 17:05:15 +0000 (01:05 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 4 Nov 2016 17:26:46 +0000 (11:26 -0600)
commit9aa3f03473ce1187062bb0c68aeacf7b3ac52831
treeebdd6fa6e643def7c0e31e5360b9664f1171ee12
parent3fbf793510c7628248a965972112fab958e6e3cf
ASoC: topology: Rename functions & variables for physical DAIs

Code refactoring. These functions and variables are for configuring
physical DAIs, not only backend DAIs since users may not need DPCM.
So remove 'be' from the function names, and rename variables 'be'
to 'd' or 'dai'.

Signed-off-by: Mengdong Lin <mengdong.lin@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-topology.c