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:mixer_scb
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/cs46xx/
H
A
D
dsp_spos_scb_lib.c
1224
struct dsp_scb_descriptor * src_scb = NULL, * pcm_scb, *
mixer_scb
= NULL;
in cs46xx_dsp_create_pcm_channel()
local
1234
mixer_scb
= ins->master_mix_scb;
in cs46xx_dsp_create_pcm_channel()
1237
mixer_scb
= ins->rear_mix_scb;
in cs46xx_dsp_create_pcm_channel()
1240
mixer_scb
= ins->center_lfe_mix_scb;
in cs46xx_dsp_create_pcm_channel()
1249
mixer_scb
= ins->asynch_tx_scb;
in cs46xx_dsp_create_pcm_channel()
1278
ins->pcm_channels[i].
mixer_scb
==
mixer_scb
) {
in cs46xx_dsp_create_pcm_channel()
1312
if (
mixer_scb
->sub_list_ptr == ins->the_null_scb) {
in cs46xx_dsp_create_pcm_channel()
1313
src_parent_scb =
mixer_scb
;
in cs46xx_dsp_create_pcm_channel()
1316
src_parent_scb = find_next_free_scb(chip,
mixer_scb
in cs46xx_dsp_create_pcm_channel()
[all...]
H
A
D
cs46xx_dsp_spos.h
129
struct dsp_scb_descriptor *
mixer_scb
;
member
/kernel/linux/linux-6.6/sound/pci/cs46xx/
H
A
D
dsp_spos_scb_lib.c
1224
struct dsp_scb_descriptor * src_scb = NULL, * pcm_scb, *
mixer_scb
= NULL;
in cs46xx_dsp_create_pcm_channel()
local
1234
mixer_scb
= ins->master_mix_scb;
in cs46xx_dsp_create_pcm_channel()
1237
mixer_scb
= ins->rear_mix_scb;
in cs46xx_dsp_create_pcm_channel()
1240
mixer_scb
= ins->center_lfe_mix_scb;
in cs46xx_dsp_create_pcm_channel()
1249
mixer_scb
= ins->asynch_tx_scb;
in cs46xx_dsp_create_pcm_channel()
1278
ins->pcm_channels[i].
mixer_scb
==
mixer_scb
) {
in cs46xx_dsp_create_pcm_channel()
1312
if (
mixer_scb
->sub_list_ptr == ins->the_null_scb) {
in cs46xx_dsp_create_pcm_channel()
1313
src_parent_scb =
mixer_scb
;
in cs46xx_dsp_create_pcm_channel()
1316
src_parent_scb = find_next_free_scb(chip,
mixer_scb
in cs46xx_dsp_create_pcm_channel()
[all...]
H
A
D
cs46xx_dsp_spos.h
129
struct dsp_scb_descriptor *
mixer_scb
;
member
Completed in 6 milliseconds