Home
last modified time | relevance | path

Searched full:revision (Results 1 – 9 of 9) sorted by relevance

/sof-3.4.0/
Dwest.yml23 # their `revision` revision here you MUST keep their git submodules in
37 revision: 9643a986dda97c6cb339d5c75c0eaa178d8317da
42 revision: e3a03f5ec7d8d33be705c5ce8a632d998ce9b4d1
46 revision: 1851950977d5c89d8727e1058a5732f71ce4cd2a
49 # Import some projects listed in zephyr/west.yml@revision
53 # 'revision:' of zephyr/west.yml is used.
64 # specified 'revision:'
/sof-3.4.0/src/include/sof/audio/MaxxEffect/Control/Direct/
DMaxxEffect_Revision.h17 * Get null-terminated revision string.
20 * @param[out] revision Revision string.
21 * @param[out] bytes Revision string size. Optional, use NULL if not needed.
27 const char** revision,
/sof-3.4.0/submanifests/sof-ci-jenkins/
Dzephyr-override-template.yml10 # You can override this substitution by changing the revision: below.
22 revision: =sof_zephyr_revision_override=
/sof-3.4.0/src/audio/module_adapter/module/
Dwaves.c436 /* get MaxxEffect revision */
442 const char *revision = NULL; in waves_effect_revision() local
448 status = MaxxEffect_Revision_Get(waves_codec->effect, &revision, &revision_len); in waves_effect_revision()
458 const uint32_t *ptr = (uint32_t *)revision; in waves_effect_revision()
464 * so dumping revision string to trace log as ascii values in waves_effect_revision()
466 * some parts of revision might not be printed - this is highly unwanted in waves_effect_revision()
/sof-3.4.0/.github/workflows/
Dzephyr.yml31 : will catch many revision problems. Other jobs typically
113 - name: select zephyr revision
301 # revision of the) whole repo and it takes seconds.
/sof-3.4.0/src/include/ipc4/
Dbase_fw.h312 * implementation revision if necessary.
384 * in future to indicate implementation revision if necessary.
/sof-3.4.0/scripts/
Dspelling.txt994 revsion||revision
Dxtensa-build-zephyr.py205 revision defined in manifests of SOF and Zephyr.""")
Dcheckpatch.pl94 -g, --git treat FILE as a single commit or git revision range
1213 …} elsif ($lines[0] =~ /^fatal: ambiguous argument '$commit': unknown revision or path not in the w…
4101 # check for RCS/CVS revision markers
4102 if ($rawline =~ /^\+.*\$(Revision|Log|Id)(?:\$|)/) {