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:chmap_info
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
hdmi-codec.c
275
struct snd_pcm_chmap *
chmap_info
;
member
338
if ((spk_mask & ~(FL | FR)) && hcp->
chmap_info
->max_channels > 2)
in hdmi_codec_eld_chmap()
339
hcp->
chmap_info
->chmap = hdmi_codec_8ch_chmaps;
in hdmi_codec_eld_chmap()
341
hcp->
chmap_info
->chmap = hdmi_codec_stereo_chmaps;
in hdmi_codec_eld_chmap()
639
&hcp->
chmap_info
);
in hdmi_codec_pcm_new()
644
hcp->
chmap_info
->private_data = hcp;
in hdmi_codec_pcm_new()
645
hcp->
chmap_info
->kctl->get = hdmi_codec_chmap_ctl_get;
in hdmi_codec_pcm_new()
648
hcp->
chmap_info
->chmap = hdmi_codec_stereo_chmaps;
in hdmi_codec_pcm_new()
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
hdmi-codec.c
270
struct snd_pcm_chmap *
chmap_info
;
member
335
if ((spk_mask & ~(FL | FR)) && hcp->
chmap_info
->max_channels > 2)
in hdmi_codec_eld_chmap()
336
hcp->
chmap_info
->chmap = hdmi_codec_8ch_chmaps;
in hdmi_codec_eld_chmap()
338
hcp->
chmap_info
->chmap = hdmi_codec_stereo_chmaps;
in hdmi_codec_eld_chmap()
784
&hcp->
chmap_info
);
in hdmi_codec_pcm_new()
789
hcp->
chmap_info
->private_data = hcp;
in hdmi_codec_pcm_new()
790
hcp->
chmap_info
->kctl->get = hdmi_codec_chmap_ctl_get;
in hdmi_codec_pcm_new()
793
hcp->
chmap_info
->chmap = hdmi_codec_stereo_chmaps;
in hdmi_codec_pcm_new()
Completed in 4 milliseconds