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:hsmic
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
hda_auto_parser.c
317
bool
hsmic
= !!(cond_flags & HDA_PINCFG_HEADSET_MIC);
in snd_hda_parse_pin_defcfg()
local
319
for (i = 0; (
hsmic
|| hpmic) && (i < cfg->num_inputs); i++)
in snd_hda_parse_pin_defcfg()
320
if (
hsmic
&& can_be_headset_mic(codec, &cfg->inputs[i], 0xc)) {
in snd_hda_parse_pin_defcfg()
322
hsmic
= false;
in snd_hda_parse_pin_defcfg()
329
for (i = 0; (
hsmic
|| hpmic) && (i < cfg->num_inputs); i++) {
in snd_hda_parse_pin_defcfg()
332
if (
hsmic
) {
in snd_hda_parse_pin_defcfg()
334
hsmic
= false;
in snd_hda_parse_pin_defcfg()
341
if (
hsmic
)
in snd_hda_parse_pin_defcfg()
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
hda_auto_parser.c
313
bool
hsmic
= !!(cond_flags & HDA_PINCFG_HEADSET_MIC);
in snd_hda_parse_pin_defcfg()
local
315
for (i = 0; (
hsmic
|| hpmic) && (i < cfg->num_inputs); i++)
in snd_hda_parse_pin_defcfg()
316
if (
hsmic
&& can_be_headset_mic(codec, &cfg->inputs[i], 0xc)) {
in snd_hda_parse_pin_defcfg()
318
hsmic
= false;
in snd_hda_parse_pin_defcfg()
325
for (i = 0; (
hsmic
|| hpmic) && (i < cfg->num_inputs); i++) {
in snd_hda_parse_pin_defcfg()
328
if (
hsmic
) {
in snd_hda_parse_pin_defcfg()
330
hsmic
= false;
in snd_hda_parse_pin_defcfg()
337
if (
hsmic
)
in snd_hda_parse_pin_defcfg()
Completed in 3 milliseconds