diff options
Diffstat (limited to 'src/soc/intel')
-rw-r--r-- | src/soc/intel/common/hda_verb.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/soc/intel/common/hda_verb.c b/src/soc/intel/common/hda_verb.c index 6404ee281f..946972ef7e 100644 --- a/src/soc/intel/common/hda_verb.c +++ b/src/soc/intel/common/hda_verb.c @@ -139,10 +139,10 @@ static int hda_wait_for_valid(u32 base) /** * Find a specific entry within a verb table * - * @verb_table_bytes: verb table size in bytes - * @verb_table_data: verb table data - * @viddid: vendor/device to search for - * @verb_out: pointer to entry within table + * @param verb_table_bytes: verb table size in bytes + * @param verb_table_data: verb table data + * @param viddid: vendor/device to search for + * @param verb: pointer to entry within table * * Returns size of the entry within the verb table, * Returns 0 if the entry is not found |