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:AUTO_PIN_MIC
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
hda_auto_parser.h
16
AUTO_PIN_MIC
,
enumerator
H
A
D
hda_auto_parser.c
135
if (item->type !=
AUTO_PIN_MIC
)
in can_be_headset_mic()
279
add_auto_cfg_input_pin(codec, cfg, nid,
AUTO_PIN_MIC
);
in snd_hda_parse_pin_defcfg()
583
if (has_multiple_pins && type ==
AUTO_PIN_MIC
)
in hda_get_autocfg_input_label()
H
A
D
hda_generic.c
1501
for (type = AUTO_PIN_LINE_IN; type >=
AUTO_PIN_MIC
; type--) {
in count_multiio_pins()
1541
for (type = AUTO_PIN_LINE_IN; type >=
AUTO_PIN_MIC
; type--) {
in fill_multi_ios()
2641
cfg->inputs[cfg->num_inputs].type =
AUTO_PIN_MIC
;
in create_hp_mic()
3348
if (cfg->inputs[i].type ==
AUTO_PIN_MIC
)
in create_input_ctls()
3588
if (cfg->inputs[i].type !=
AUTO_PIN_MIC
)
in is_inv_dmic_pin()
4964
if (cfg->inputs[i].type !=
AUTO_PIN_MIC
)
in check_auto_mic_availability()
4973
cfg->inputs[i].type !=
AUTO_PIN_MIC
)
in check_auto_mic_availability()
H
A
D
patch_realtek.c
6059
if (cfg->inputs[i].type !=
AUTO_PIN_MIC
)
in find_ext_mic_pin()
6105
if (cfg->inputs[i].type !=
AUTO_PIN_MIC
)
in alc269_fixup_limit_int_mic_boost()
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
hda_auto_parser.h
18
AUTO_PIN_MIC
,
enumerator
H
A
D
hda_auto_parser.c
131
if (item->type !=
AUTO_PIN_MIC
)
in can_be_headset_mic()
275
add_auto_cfg_input_pin(codec, cfg, nid,
AUTO_PIN_MIC
);
in snd_hda_parse_pin_defcfg()
579
if (has_multiple_pins && type ==
AUTO_PIN_MIC
)
in hda_get_autocfg_input_label()
H
A
D
hda_generic.c
1507
for (type = AUTO_PIN_LINE_IN; type >=
AUTO_PIN_MIC
; type--) {
in count_multiio_pins()
1547
for (type = AUTO_PIN_LINE_IN; type >=
AUTO_PIN_MIC
; type--) {
in fill_multi_ios()
2647
cfg->inputs[cfg->num_inputs].type =
AUTO_PIN_MIC
;
in create_hp_mic()
3354
if (cfg->inputs[i].type ==
AUTO_PIN_MIC
)
in create_input_ctls()
3595
if (cfg->inputs[i].type !=
AUTO_PIN_MIC
)
in is_inv_dmic_pin()
4853
if (cfg->inputs[i].type !=
AUTO_PIN_MIC
)
in check_auto_mic_availability()
4862
cfg->inputs[i].type !=
AUTO_PIN_MIC
)
in check_auto_mic_availability()
H
A
D
patch_realtek.c
6134
if (cfg->inputs[i].type !=
AUTO_PIN_MIC
)
in find_ext_mic_pin()
6180
if (cfg->inputs[i].type !=
AUTO_PIN_MIC
)
in alc269_fixup_limit_int_mic_boost()
Completed in 52 milliseconds