ALSA: hda - fix CONTROLLER_IN_GPU macro name
authorKai Vehmanen <kai.vehmanen@linux.intel.com>
Mon, 21 Sep 2020 14:17:41 +0000 (17:17 +0300)
committerTakashi Iwai <tiwai@suse.de>
Mon, 21 Sep 2020 15:58:47 +0000 (17:58 +0200)
commit534ad9afb19b5ac810a5e1c638f371e81e0c1ed6
treea076e08fae174bd8d4aef7ddc8c520f017e4c05b
parent7b882fe3e3e8bfd6427bf61780e59d5bed6699b4
ALSA: hda - fix CONTROLLER_IN_GPU macro name

The CONTROLLER_IN_GPU() macro has different semantics than
the similarly named macro in hda_intel.c. The name is also
misleading as the macro is used to apply a Intel HSW/BDW
programming logic for HDA controller clock configuration.
Rename macro to reflect the actual implementation.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Link: https://lore.kernel.org/r/20200921141741.2983072-5-kai.vehmanen@linux.intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/hdac_i915.c