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:monitor_gain
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/echoaudio/
H
A
D
echoaudio_gml.c
136
chip->
monitor_gain
[o][i]);
in set_digital_mode()
H
A
D
echoaudio_dsp.c
580
chip->
monitor_gain
[output][input] = gain;
in set_monitor_gain()
701
chip->
monitor_gain
[o][i]);
in restore_dsp_rettings()
1008
memset(chip->
monitor_gain
, ECHOGAIN_MUTED, sizeof(chip->
monitor_gain
));
in init_line_levels()
H
A
D
echoaudio.h
405
s8
monitor_gain
[ECHO_MAXAUDIOOUTPUTS][ECHO_MAXAUDIOINPUTS];
member
H
A
D
echoaudio_3g.c
126
chip->
monitor_gain
[o][i]);
in set_digital_mode()
H
A
D
echoaudio.c
1279
ucontrol->value.integer.value[0] = chip->
monitor_gain
[out][in];
in snd_echo_mixer_get()
1299
if (chip->
monitor_gain
[out][in] != gain) {
in snd_echo_mixer_put()
/kernel/linux/linux-6.6/sound/pci/echoaudio/
H
A
D
echoaudio_gml.c
136
chip->
monitor_gain
[o][i]);
in set_digital_mode()
H
A
D
echoaudio_dsp.c
583
chip->
monitor_gain
[output][input] = gain;
in set_monitor_gain()
705
chip->
monitor_gain
[o][i]);
in restore_dsp_rettings()
1012
memset(chip->
monitor_gain
, ECHOGAIN_MUTED, sizeof(chip->
monitor_gain
));
in init_line_levels()
H
A
D
echoaudio.h
405
s8
monitor_gain
[ECHO_MAXAUDIOOUTPUTS][ECHO_MAXAUDIOINPUTS];
member
H
A
D
echoaudio_3g.c
126
chip->
monitor_gain
[o][i]);
in set_digital_mode()
H
A
D
echoaudio.c
1296
ucontrol->value.integer.value[0] = chip->
monitor_gain
[out][in];
in snd_echo_mixer_get()
1316
if (chip->
monitor_gain
[out][in] != gain) {
in snd_echo_mixer_put()
Completed in 12 milliseconds