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:wfmt
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/sound/hda/
H
A
D
intel-nhlt.c
244
struct wav_fmt *
wfmt
;
in nhlt_get_specific_cfg()
local
251
wfmt
= &cfg->fmt_ext.fmt;
in nhlt_get_specific_cfg()
252
_bps =
wfmt
->bits_per_sample;
in nhlt_get_specific_cfg()
256
wfmt
->channels, _vbps, _bps,
wfmt
->samples_per_sec);
in nhlt_get_specific_cfg()
262
if (
wfmt
->channels == num_ch &&
wfmt
->samples_per_sec == rate &&
in nhlt_get_specific_cfg()
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
H
A
D
skl-nhlt.c
21
struct wav_fmt *
wfmt
;
in skl_get_specific_cfg()
local
28
wfmt
= &fmt_config->fmt_ext.fmt;
in skl_get_specific_cfg()
29
dev_dbg(dev, "ch=%d fmt=%d s_rate=%d\n",
wfmt
->channels,
in skl_get_specific_cfg()
30
wfmt
->bits_per_sample,
wfmt
->samples_per_sec);
in skl_get_specific_cfg()
31
if (
wfmt
->channels == no_ch &&
wfmt
->bits_per_sample == bps) {
in skl_get_specific_cfg()
40
if (
wfmt
->samples_per_sec == rate)
in skl_get_specific_cfg()
H
A
D
skl-ssp-clk.c
78
struct wav_fmt *
wfmt
;
in skl_fill_clk_ipc()
local
86
wfmt
= &fmt_cfg->fmt_ext.fmt;
in skl_fill_clk_ipc()
91
ipc->sclk_fs.sampling_frequency =
wfmt
->samples_per_sec;
in skl_fill_clk_ipc()
92
ipc->sclk_fs.bit_depth =
wfmt
->bits_per_sample;
in skl_fill_clk_ipc()
95
ipc->sclk_fs.number_of_channels =
wfmt
->channels;
in skl_fill_clk_ipc()
/kernel/linux/linux-6.6/sound/soc/intel/skylake/
H
A
D
skl-ssp-clk.c
78
struct wav_fmt *
wfmt
;
in skl_fill_clk_ipc()
local
86
wfmt
= &fmt_cfg->fmt_ext.fmt;
in skl_fill_clk_ipc()
91
ipc->sclk_fs.sampling_frequency =
wfmt
->samples_per_sec;
in skl_fill_clk_ipc()
92
ipc->sclk_fs.bit_depth =
wfmt
->bits_per_sample;
in skl_fill_clk_ipc()
95
ipc->sclk_fs.number_of_channels =
wfmt
->channels;
in skl_fill_clk_ipc()
Completed in 3 milliseconds