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:mic_v_conf
(Results
1 - 1
of
1
) sorted by relevance
/third_party/alsa-utils/topology/nhlt/intel/
H
A
D
dmic-nhlt.c
199
struct mic_array_device_specific_vendor_config
mic_v_conf
;
in nhlt_dmic_get_ep()
local
267
mic_v_conf
.config.capabilities_size = 4 + num_mics *
in nhlt_dmic_get_ep()
269
mic_v_conf
.device_config.virtual_slot = 0; /* always 0 for dmic */
in nhlt_dmic_get_ep()
270
mic_v_conf
.device_config.config_type = NHLT_DEVICE_CONFIG_TYPE_MICARRAY;
in nhlt_dmic_get_ep()
271
mic_v_conf
.number_of_microphones = num_mics;
in nhlt_dmic_get_ep()
272
mic_v_conf
.array_type_ex = array_type;
in nhlt_dmic_get_ep()
275
mic_v_conf
.array_type_ex = (array_type & ~0x0F) | (0x01 & 0x0F);
in nhlt_dmic_get_ep()
276
mic_v_conf
.config.capabilities_size +=
in nhlt_dmic_get_ep()
351
memcpy(ep_target, &
mic_v_conf
,
in nhlt_dmic_get_ep()
Completed in 3 milliseconds