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:pcm_rate
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/include/xen/interface/io/
H
A
D
sndif.h
600
* |
pcm_rate
| 12
617
*
pcm_rate
- uint32_t, stream data rate, Hz
638
uint32_t
pcm_rate
;
member
/kernel/linux/linux-6.6/include/xen/interface/io/
H
A
D
sndif.h
583
* |
pcm_rate
| 12
600
*
pcm_rate
- uint32_t, stream data rate, Hz
621
uint32_t
pcm_rate
;
member
/kernel/linux/linux-5.10/sound/xen/
H
A
D
xen_snd_front.c
99
req->op.open.
pcm_rate
= rate;
in xen_snd_front_stream_prepare()
/kernel/linux/linux-6.6/sound/xen/
H
A
D
xen_snd_front.c
99
req->op.open.
pcm_rate
= rate;
in xen_snd_front_stream_prepare()
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
lpass-rx-macro.c
1988
u8
pcm_rate
, val;
in rx_macro_config_compander()
local
1994
pcm_rate
= snd_soc_component_read(component, CDC_RX_RXn_RX_PATH_CTL(comp)) & 0x0F;
in rx_macro_config_compander()
1995
if (
pcm_rate
< 0x06)
in rx_macro_config_compander()
1997
else if (
pcm_rate
< 0x08)
in rx_macro_config_compander()
1999
else if (
pcm_rate
< 0x0B)
in rx_macro_config_compander()
Completed in 14 milliseconds