aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/hda_verb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/hda_verb.c')
-rw-r--r--src/soc/intel/common/hda_verb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/common/hda_verb.c b/src/soc/intel/common/hda_verb.c
index 6e27e1188e..58732e5eff 100644
--- a/src/soc/intel/common/hda_verb.c
+++ b/src/soc/intel/common/hda_verb.c
@@ -172,9 +172,9 @@ static int hda_wait_for_valid(u8 *base)
*/
static u32 hda_find_verb(u32 verb_table_bytes,
const u32 *verb_table_data,
- u32 viddid, const u32 ** verb)
+ u32 viddid, const u32 **verb)
{
- int idx=0;
+ int idx = 0;
while (idx < (verb_table_bytes / sizeof(u32))) {
u32 verb_size = 4 * verb_table_data[idx+2]; // in u32