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:sidetone
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
nau8825.c
411
* computes cross talk suppression
sidetone
gain.
417
* Once these values have been characterized, this
sidetone
value
419
*
sidetone
= 20 * log (original signal level / crosstalk signal level)
421
* return cross talk
sidetone
gain
425
u32 gain,
sidetone
;
in nau8825_xtalk_sidetone()
local
436
sidetone
= SIDETONE_BASE - gain * 2;
in nau8825_xtalk_sidetone()
437
sidetone
/= 1000;
in nau8825_xtalk_sidetone()
439
return
sidetone
;
in nau8825_xtalk_sidetone()
732
* transfer to IMM state to determine suppression
sidetone
gain.
733
* 4. IMM state : Computes cross talk suppression
sidetone
gai
739
u32
sidetone
;
nau8825_xtalk_measure()
local
[all...]
H
A
D
max98090.h
1540
unsigned int
sidetone
;
member
H
A
D
max98090.c
367
select = &(max98090->
sidetone
);
in max98090_get_enab_tlv()
409
select = &(max98090->
sidetone
);
in max98090_put_enab_tlv()
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
nau8825.c
346
* nau8825_xtalk_sidetone - computes cross talk suppression
sidetone
gain.
352
* Once these values have been characterized, this
sidetone
value
354
*
sidetone
= 20 * log (original signal level / crosstalk signal level)
356
* return cross talk
sidetone
gain
360
u32 gain,
sidetone
;
in nau8825_xtalk_sidetone()
local
371
sidetone
= SIDETONE_BASE - gain * 2;
in nau8825_xtalk_sidetone()
372
sidetone
/= 1000;
in nau8825_xtalk_sidetone()
374
return
sidetone
;
in nau8825_xtalk_sidetone()
677
* transfer to IMM state to determine suppression
sidetone
gain.
678
* 4. IMM state : Computes cross talk suppression
sidetone
gai
684
u32
sidetone
;
nau8825_xtalk_measure()
local
[all...]
H
A
D
max98090.h
1541
unsigned int
sidetone
;
member
H
A
D
max98090.c
366
select = &(max98090->
sidetone
);
in max98090_get_enab_tlv()
409
select = &(max98090->
sidetone
);
in max98090_put_enab_tlv()
Completed in 17 milliseconds