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:PITCH_48000
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/emu10k1/
H
A
D
emupcm.c
224
#define
PITCH_48000
0x00004000
macro
233
if (pitch_target ==
PITCH_48000
)
in emu10k1_select_interprom()
235
else if (pitch_target <
PITCH_48000
)
in emu10k1_select_interprom()
353
pitch_target =
PITCH_48000
; /* Disable interpolators on emu1010 card */
in snd_emu10k1_pcm_init_voice()
693
pitch_target =
PITCH_48000
; /* Disable interpolators on emu1010 card */
in snd_emu10k1_playback_trigger_voice()
/kernel/linux/linux-6.6/sound/pci/emu10k1/
H
A
D
emupcm.c
242
#define
PITCH_48000
0x00004000
macro
251
if (pitch_target ==
PITCH_48000
)
in emu10k1_select_interprom()
253
else if (pitch_target <
PITCH_48000
)
in emu10k1_select_interprom()
479
epcm->pitch_target =
PITCH_48000
;
in snd_emu10k1_efx_playback_prepare()
913
snd_emu10k1_playback_commit_pitch(emu, voice,
PITCH_48000
<< 16);
in snd_emu10k1_efx_playback_freeze_voices()
Completed in 6 milliseconds