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:rx_channels
(Results
1 - 3
of
3
) sorted by relevance
/third_party/alsa-lib/src/topology/
H
A
D
pcm.c
1657
if (strcmp(id, "
rx_channels
") == 0) {
in tplg_parse_hw_config()
1658
if (parse_unsigned(n, &hw_cfg->
rx_channels
))
in tplg_parse_hw_config()
1725
if (err >= 0 && hc->
rx_channels
)
in tplg_save_hw_config()
1727
hc->
rx_channels
);
in tplg_save_hw_config()
1865
|| cfg->
rx_channels
> SND_SOC_TPLG_MAX_CHAN)
in set_link_hw_config()
1872
cfg->
rx_channels
= tpl->
rx_channels
;
in set_link_hw_config()
1873
for (i = 0; i < cfg->
rx_channels
; i++)
in set_link_hw_config()
2251
hw->
rx_channels
= link->hw_config[i].
rx_channels
;
in tplg_decode_link()
[all...]
/third_party/alsa-lib/include/
H
A
D
topology.h
1042
unsigned int
rx_channels
; /*!< number of Rx channels */
member
/third_party/alsa-lib/include/sound/uapi/
H
A
D
asoc.h
359
__le32
rx_channels
; /* number of Rx channels */
member
Completed in 9 milliseconds