soc/intel/common/hda_verb.c: Clarify mask usage
commita1a317ebf65c63017e02d017284f8564facaa1c4
authorAngel Pons <th3fanbus@gmail.com>
Sat, 5 Dec 2020 18:02:49 +0000 (5 19:02 +0100)
committerNico Huber <nico.h@gmx.de>
Thu, 17 Dec 2020 20:17:44 +0000 (17 20:17 +0000)
tree5e5f5f8e4e657349deb1ecac4aa8e0a2caef2bcd
parentac857ca3b166d385caa4faf62b4f1b8fc3b3f2da
soc/intel/common/hda_verb.c: Clarify mask usage

The `azalia_set_bits` will mask out all bits, so just use zero for
clarity. The resulting behavior is the same in both cases.

Change-Id: I27777f1e836fa973859629d48964060bec02c87a
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48357
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
src/soc/intel/common/hda_verb.c