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:MAX_OPL2_VOICES
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/sound/drivers/opl3/
H
A
D
opl3_synth.c
38
char snd_opl3_regmap[
MAX_OPL2_VOICES
][4] =
358
MAX_OPL2_VOICES
: MAX_OPL3_VOICES;
in snd_opl3_reset()
362
if (i <
MAX_OPL2_VOICES
) {
in snd_opl3_reset()
369
voice_offset = i -
MAX_OPL2_VOICES
;
in snd_opl3_reset()
380
opl3->max_voices =
MAX_OPL2_VOICES
;
in snd_opl3_reset()
401
MAX_OPL3_VOICES :
MAX_OPL2_VOICES
))
in snd_opl3_play_note()
405
if (note->voice <
MAX_OPL2_VOICES
) {
in snd_opl3_play_note()
412
voice_offset = note->voice -
MAX_OPL2_VOICES
;
in snd_opl3_play_note()
452
MAX_OPL3_VOICES :
MAX_OPL2_VOICES
))
in snd_opl3_set_voice()
456
if (voice->voice <
MAX_OPL2_VOICES
) {
in snd_opl3_set_voice()
[all...]
H
A
D
opl3_midi.c
380
if (voice <
MAX_OPL2_VOICES
) {
in snd_opl3_note_on()
388
voice_offset = voice -
MAX_OPL2_VOICES
;
in snd_opl3_note_on()
617
if (voice <
MAX_OPL2_VOICES
) {
in snd_opl3_kill_voice()
624
voice_offset = voice -
MAX_OPL2_VOICES
;
in snd_opl3_kill_voice()
741
if (voice <
MAX_OPL2_VOICES
) {
in snd_opl3_update_pitch()
748
voice_offset = voice -
MAX_OPL2_VOICES
;
in snd_opl3_update_pitch()
H
A
D
opl3_oss.c
54
MAX_OPL2_VOICES
: MAX_OPL3_VOICES;
in snd_opl3_oss_create_port()
105
arg->nvoices =
MAX_OPL2_VOICES
;
in snd_opl3_init_seq_oss()
H
A
D
opl3_voice.h
42
extern char snd_opl3_regmap[
MAX_OPL2_VOICES
][4];
H
A
D
opl3_seq.c
166
MAX_OPL2_VOICES
: MAX_OPL3_VOICES;
in snd_opl3_synth_create_port()
H
A
D
opl3_lib.c
375
opl3->max_voices =
MAX_OPL2_VOICES
;
in snd_opl3_init()
/kernel/linux/linux-6.6/sound/drivers/opl3/
H
A
D
opl3_synth.c
38
char snd_opl3_regmap[
MAX_OPL2_VOICES
][4] =
358
MAX_OPL2_VOICES
: MAX_OPL3_VOICES;
in snd_opl3_reset()
362
if (i <
MAX_OPL2_VOICES
) {
in snd_opl3_reset()
369
voice_offset = i -
MAX_OPL2_VOICES
;
in snd_opl3_reset()
380
opl3->max_voices =
MAX_OPL2_VOICES
;
in snd_opl3_reset()
401
MAX_OPL3_VOICES :
MAX_OPL2_VOICES
))
in snd_opl3_play_note()
405
if (note->voice <
MAX_OPL2_VOICES
) {
in snd_opl3_play_note()
412
voice_offset = note->voice -
MAX_OPL2_VOICES
;
in snd_opl3_play_note()
452
MAX_OPL3_VOICES :
MAX_OPL2_VOICES
))
in snd_opl3_set_voice()
456
if (voice->voice <
MAX_OPL2_VOICES
) {
in snd_opl3_set_voice()
[all...]
H
A
D
opl3_midi.c
379
if (voice <
MAX_OPL2_VOICES
) {
in snd_opl3_note_on()
387
voice_offset = voice -
MAX_OPL2_VOICES
;
in snd_opl3_note_on()
616
if (voice <
MAX_OPL2_VOICES
) {
in snd_opl3_kill_voice()
623
voice_offset = voice -
MAX_OPL2_VOICES
;
in snd_opl3_kill_voice()
740
if (voice <
MAX_OPL2_VOICES
) {
in snd_opl3_update_pitch()
747
voice_offset = voice -
MAX_OPL2_VOICES
;
in snd_opl3_update_pitch()
H
A
D
opl3_oss.c
54
MAX_OPL2_VOICES
: MAX_OPL3_VOICES;
in snd_opl3_oss_create_port()
105
arg->nvoices =
MAX_OPL2_VOICES
;
in snd_opl3_init_seq_oss()
H
A
D
opl3_voice.h
42
extern char snd_opl3_regmap[
MAX_OPL2_VOICES
][4];
H
A
D
opl3_seq.c
168
MAX_OPL2_VOICES
: MAX_OPL3_VOICES;
in snd_opl3_synth_create_port()
H
A
D
opl3_lib.c
378
opl3->max_voices =
MAX_OPL2_VOICES
;
in snd_opl3_init()
/kernel/linux/linux-5.10/include/sound/
H
A
D
opl3.h
216
#define
MAX_OPL2_VOICES
9
macro
/kernel/linux/linux-6.6/include/sound/
H
A
D
opl3.h
216
#define
MAX_OPL2_VOICES
9
macro
Completed in 9 milliseconds