Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:mclk_direction
(Results
1 - 5
of
5
) sorted by relevance
/third_party/alsa-lib/src/topology/
H
A
D
pcm.c
1593
strcmp(id, "
mclk_direction
") == 0) {
in tplg_parse_hw_config()
1603
hw_cfg->
mclk_direction
= SND_SOC_TPLG_MCLK_CI;
in tplg_parse_hw_config()
1605
hw_cfg->
mclk_direction
= SND_SOC_TPLG_MCLK_CI;
in tplg_parse_hw_config()
1607
hw_cfg->
mclk_direction
= SND_SOC_TPLG_MCLK_CO;
in tplg_parse_hw_config()
1704
if (err >= 0 && hc->
mclk_direction
)
in tplg_save_hw_config()
1706
hc->
mclk_direction
== SND_SOC_TPLG_MCLK_CI ?
in tplg_save_hw_config()
1853
cfg->
mclk_direction
= tpl->
mclk_direction
;
in set_link_hw_config()
2236
hw->
mclk_direction
= link->hw_config[i].
mclk_direction
;
in tplg_decode_link()
[all...]
/third_party/alsa-lib/include/
H
A
D
topology.h
1031
unsigned char
mclk_direction
; /*!< SND_SOC_TPLG_MCLK_ value */
member
/third_party/alsa-utils/topology/nhlt/intel/ssp/
H
A
D
ssp-internal.h
127
uint32_t
mclk_direction
;
member
H
A
D
ssp-debug.c
128
fprintf(stdout, "
mclk_direction
%u\n", dai->
mclk_direction
);
in ssp_print_internal()
/third_party/alsa-lib/include/sound/uapi/
H
A
D
asoc.h
148
/* DAI
mclk_direction
*/
348
__u8
mclk_direction
; /* SND_SOC_TPLG_MCLK_ value */
member
Completed in 8 milliseconds