Searched full:pull (Results 1 – 25 of 38) sorted by relevance
12
/sof-3.4.0/.github/workflows/ |
D | shallowfetchPRcommits.sh | 6 # This script fetches Pull Request commits missing from a shallow clone 19 # - Fast and accurate for small Pull Requests 21 # - For large Pull Requests _with merges_ the only objective is to 38 # https://docs.github.com/en/rest/reference/pulls#list-commits-on-a-pull-request 59 # pull requests with merges, depth=PRLEN goes already much further 65 git fetch --depth "$((PRlen+1))" "https://github.com/$gh_project" "pull/$pr_number/head"
|
D | pull-request.yml | 56 # https://github.com/thesofproject/sof/pull/5978 69 # https://github.com/thesofproject/sof/pull/5731#issuecomment-1175630147 113 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof 141 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof 180 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof 189 run: docker pull thesofproject/sofqemu &&
|
D | repro-build.yml | 25 - name: docker pull 26 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
|
D | daily-tests.yml | 18 uses: ./.github/workflows/pull-request.yml
|
D | tools.yml | 21 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
|
D | codestyle.yml | 35 # ^2. we reconnect/graft to the later fetch pull/1234/head,
|
D | installer.yml | 36 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
|
/sof-3.4.0/ |
D | .travis.yml | 36 &docker-pull-sof 37 docker pull thesofproject/sof && docker tag thesofproject/sof sof 52 before_install: *docker-pull-sof 65 - *docker-pull-sof 66 - docker pull thesofproject/sofqemu && 83 before_install: *docker-pull-sof
|
/sof-3.4.0/src/include/sof/audio/asrc/ |
D | asrc_farrow.h | 18 * offers two modes of operation: push-mode and pull-mode. 21 * "Push-mode vs. pull-mode operation" 32 * If the sample rate converter operates in pull-mode, the caller can 36 * pull-mode sample rate converter is usually combined with a ring 37 * buffer at its input. The pull-mode operation is performed by the 71 * the input, if the sample rate converter is a pull mode device. 98 * pull-mode. 103 ASRC_OM_PULL /*!< ASRC will be used in pull-mode; functions */ 130 ASRC_EC_FAILED_PULL_MODE = -14, /*!< Pull mode operation failed. */ 193 /*!< synchronous pull mode (5q27) */ [all …]
|
/sof-3.4.0/src/arch/xtensa/xtos/ |
D | tiny-refs-min.S | 1 // tiny-refs-min.S - References to pull-in selected modules into tiny LSPs 27 .global _UserExceptionVector // ... we pull-in this
|
D | tiny-refs.S | 1 // tiny-refs.S - References to pull-in selected modules into tiny LSPs 28 .global _need_user_vector_ // ... we pull-in this
|
D | _sharedvectors.S | 1 // _sharedvectors.S -- Reference symbols to pull in any shared vectors 29 version of _sharedvectors.o that may pull in shared vectors. */
|
D | _sharedvectors-for-reset.S | 1 // _sharedvectors-for-reset.S -- Reference to pull in a shared reset vector
|
D | int-initlevel.S | 1 // int-initlevel.S - Routines used to pull-in interrupt dispatch code
|
D | _vectors.S | 1 // _vectors.S -- Reference symbols to pull in all required vectors
|
D | int-vector.S | 56 // Pull-in the real handler by reference, to ensure the reset vector gets it:
|
D | exc-syscall-handler.S | 73 .global _need_user_vector_ // pull-in real user vector (tiny LSP)
|
/sof-3.4.0/src/include/ipc4/ |
D | asrc.h | 47 * In Capture path (PULL mode): 57 * ASRC in PULL mode, conversion 48k -> 44.1k, 32bit, 2ch 74 * In Capture path (PULL mode): 127 * b. 1 0 - Capture mode / PULL mode
|
/sof-3.4.0/src/include/sof/audio/ |
D | ipc-config.h | 73 uint32_t operation_mode; /**< push 0, pull 1, In push mode the */ 77 /**< In pull mode the ASRC outputs */
|
/sof-3.4.0/app/src/ |
D | main.c | 43 * https://github.com/zephyrproject-rtos/zephyr/pull/52769 in main()
|
/sof-3.4.0/app/ |
D | prj.conf | 8 # https://github.com/zephyrproject-rtos/zephyr/pull/51954
|
/sof-3.4.0/scripts/cmake/ |
D | version.cmake | 18 # - git version of the pull request 26 # Most CI engines test a temporary merge of the pull request with a
|
/sof-3.4.0/src/audio/module_adapter/iadk/ |
D | system_service.c | 95 /* https://github.com/thesofproject/sof/pull/5720 needed for completion. */ in SystemServiceCreateNotification()
|
/sof-3.4.0/src/include/ipc/ |
D | topology.h | 195 uint32_t operation_mode; /**< push 0, pull 1, In push mode the */ 199 /**< In pull mode the ASRC outputs */
|
/sof-3.4.0/src/platform/intel/cavs/ |
D | alternate_reset_vector.S | 155 * would pull in the XTOS handler anyway, causing a conflict.
|
12