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:panning
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/sound/isa/sb/
H
A
D
emu8000_pcm.c
50
int
panning
[2];
member
303
temp = rec->
panning
[ch];
in setup_voice()
337
if (rec->
panning
[ch] == 0)
in start_voice()
340
aux = (-rec->
panning
[ch]) & 0xff;
in start_voice()
620
rec->
panning
[0] = 0xff;
in emu8k_pcm_prepare()
621
rec->
panning
[1] = 0x00;
in emu8k_pcm_prepare()
623
rec->
panning
[0] = 0x80;
in emu8k_pcm_prepare()
/kernel/linux/linux-6.6/sound/isa/sb/
H
A
D
emu8000_pcm.c
50
int
panning
[2];
member
303
temp = rec->
panning
[ch];
in setup_voice()
337
if (rec->
panning
[ch] == 0)
in start_voice()
340
aux = (-rec->
panning
[ch]) & 0xff;
in start_voice()
579
rec->
panning
[0] = 0xff;
in emu8k_pcm_prepare()
580
rec->
panning
[1] = 0x00;
in emu8k_pcm_prepare()
582
rec->
panning
[0] = 0x80;
in emu8k_pcm_prepare()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
soundcard.h
269
int
panning
; /* -128=left, 127=right */
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
soundcard.h
269
int
panning
; /* -128=left, 127=right */
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
soundcard.h
172
int
panning
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
soundcard.h
166
int
panning
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
soundcard.h
172
int
panning
;
member
/kernel/linux/linux-5.10/sound/synth/emux/
H
A
D
soundfont.c
1029
/*
panning
position; -128 - 127 => 0-127 */
in load_guspatch()
1030
zone->v.pan = (patch.
panning
+ 128) / 2;
in load_guspatch()
/kernel/linux/linux-6.6/sound/synth/emux/
H
A
D
soundfont.c
1037
/*
panning
position; -128 - 127 => 0-127 */
in load_guspatch()
1038
zone->v.pan = (patch.
panning
+ 128) / 2;
in load_guspatch()
Completed in 22 milliseconds