]> asedeno.scripts.mit.edu Git - linux.git/commit
ASoC: hdac_hdmi: clean up hdac_device variable names
authorUghreja, Rakesh A <rakesh.a.ughreja@intel.com>
Fri, 1 Dec 2017 09:13:19 +0000 (14:43 +0530)
committerMark Brown <broonie@kernel.org>
Fri, 1 Dec 2017 12:48:16 +0000 (12:48 +0000)
commitf0c5ebebacf3cc246e51e8814f5d4b22179f37bd
tree2a8e3f8f2dde5a7d171b57e961ae685cc9a57cd7
parent72bc39cf53fabf56907f9d6c4b120fc49d9abc95
ASoC: hdac_hdmi: clean up hdac_device variable names

This patch renames all the variable instances of hdac_device with hdev
to prepare the code base to remove the usage of hdac_ext_device
data structures done in the following patches. Existing code uses hdev
and hdac as variable names for hdac_device as well as hdac_ext_device,
which creates confusion.

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