ASoC: hdac_hdmi: clean up hdac_ext_device variable names
authorUghreja, Rakesh A <rakesh.a.ughreja@intel.com>
Fri, 1 Dec 2017 09:13:18 +0000 (14:43 +0530)
committerMark Brown <broonie@kernel.org>
Fri, 1 Dec 2017 12:48:11 +0000 (12:48 +0000)
commit72bc39cf53fabf56907f9d6c4b120fc49d9abc95
treeb5cebb687cbbfe8763e4ecf45ca87f072588cc38
parentb09b1c3bc0b7f391d00ea9e0c5970b1bbbe86eca
ASoC: hdac_hdmi: clean up hdac_ext_device variable names

Existing code uses hdac and edev inconsistently to represent
hdac_ext_device structure which creates confusion because hdac
is used even to represent hdac_device. So this patch replaces
all the variable instances of hdac_ext_device with edev.

In the later patch all the variable instances of hdac_device will
be replaced with hdev.

This prepares the code base to remove the usage of hdac_ext_device
data structures done in the subsequent patches.

Signed-off-by: Rakesh Ughreja <rakesh.a.ughreja@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/hdac_hdmi.c