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:AC_WCAP_STEREO
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
hda_proc.c
117
if (wcaps &
AC_WCAP_STEREO
)
in is_stereo_amps()
130
return !!(wcaps &
AC_WCAP_STEREO
);
in is_stereo_amps()
779
if (wid_caps &
AC_WCAP_STEREO
) {
in print_codec_info()
H
A
D
patch_cirrus.c
786
get_wcaps(codec, 0x18) |
AC_WCAP_STEREO
);
in patch_cs4208()
H
A
D
hda_auto_parser.c
229
if (!(wid_caps &
AC_WCAP_STEREO
))
in snd_hda_parse_pin_defcfg()
H
A
D
hda_generic.c
692
if (wcaps &
AC_WCAP_STEREO
)
in is_stereo_amps()
700
return !!(get_wcaps(codec, conn) &
AC_WCAP_STEREO
);
in is_stereo_amps()
1034
if (nid && (get_wcaps(codec, nid) &
AC_WCAP_STEREO
))
in get_default_ch_nums()
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
hda_proc.c
117
if (wcaps &
AC_WCAP_STEREO
)
in is_stereo_amps()
130
return !!(wcaps &
AC_WCAP_STEREO
);
in is_stereo_amps()
815
if (wid_caps &
AC_WCAP_STEREO
) {
in print_codec_info()
H
A
D
hda_auto_parser.c
225
if (!(wid_caps &
AC_WCAP_STEREO
))
in snd_hda_parse_pin_defcfg()
H
A
D
patch_cirrus.c
788
get_wcaps(codec, 0x18) |
AC_WCAP_STEREO
);
in patch_cs4208()
H
A
D
hda_generic.c
692
if (wcaps &
AC_WCAP_STEREO
)
in is_stereo_amps()
700
return !!(get_wcaps(codec, conn) &
AC_WCAP_STEREO
);
in is_stereo_amps()
1040
if (nid && (get_wcaps(codec, nid) &
AC_WCAP_STEREO
))
in get_default_ch_nums()
/kernel/linux/linux-5.10/include/sound/
H
A
D
hda_verbs.h
161
#define
AC_WCAP_STEREO
(1<<0) /* stereo I/O */
macro
/kernel/linux/linux-6.6/include/sound/
H
A
D
hda_verbs.h
161
#define
AC_WCAP_STEREO
(1<<0) /* stereo I/O */
macro
Completed in 29 milliseconds