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:ds_out_channels
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/rme9652/
H
A
D
hdspm.c
1007
unsigned char
ds_out_channels
;
member
1767
hdspm->max_channels_out = hdspm->
ds_out_channels
;
in hdspm_set_rate()
4652
for (i = hdspm->
ds_out_channels
; i < hdspm->ss_out_channels; ++i) {
in hdspm_update_simple_mixer_controls()
4718
limit = hdspm->
ds_out_channels
;
in snd_hdspm_create_controls()
5930
.min = hdspm->
ds_out_channels
,
in snd_hdspm_hw_rule_out_channels_rate()
5931
.max = hdspm->
ds_out_channels
,
in snd_hdspm_hw_rule_out_channels_rate()
6004
} else if (c->max <= hdspm->
ds_out_channels
) {
in snd_hdspm_hw_rule_rate_out_channels()
6039
list[1] = hdspm->
ds_out_channels
;
in snd_hdspm_hw_rule_out_channels()
6635
hdspm->ds_in_channels = hdspm->
ds_out_channels
= AES32_CHANNELS;
in snd_hdspm_create()
6664
hdspm->ds_in_channels = hdspm->
ds_out_channels
in snd_hdspm_create()
[all...]
H
A
D
hdsp.c
470
unsigned char
ds_out_channels
;
member
4292
list[1] = hdsp->
ds_out_channels
;
in snd_hdsp_hw_rule_out_channels()
4296
list[0] = hdsp->
ds_out_channels
;
in snd_hdsp_hw_rule_out_channels()
4348
.min = hdsp->
ds_out_channels
,
in snd_hdsp_hw_rule_out_channels_rate()
4349
.max = hdsp->
ds_out_channels
,
in snd_hdsp_hw_rule_out_channels_rate()
4384
} else if (c->max <= hdsp->
ds_out_channels
) {
in snd_hdsp_hw_rule_rate_out_channels()
4965
hdsp->ds_in_channels = hdsp->
ds_out_channels
= DIGIFACE_DS_CHANNELS;
in snd_hdsp_initialize_channels()
4971
hdsp->ds_in_channels = hdsp->
ds_out_channels
= H9652_DS_CHANNELS;
in snd_hdsp_initialize_channels()
4984
hdsp->
ds_out_channels
= H9632_DS_CHANNELS+aebo_channels;
in snd_hdsp_initialize_channels()
4991
hdsp->ds_in_channels = hdsp->
ds_out_channels
in snd_hdsp_initialize_channels()
[all...]
/kernel/linux/linux-6.6/sound/pci/rme9652/
H
A
D
hdspm.c
1006
unsigned char
ds_out_channels
;
member
1766
hdspm->max_channels_out = hdspm->
ds_out_channels
;
in hdspm_set_rate()
4643
for (i = hdspm->
ds_out_channels
; i < hdspm->ss_out_channels; ++i) {
in hdspm_update_simple_mixer_controls()
4709
limit = hdspm->
ds_out_channels
;
in snd_hdspm_create_controls()
5921
.min = hdspm->
ds_out_channels
,
in snd_hdspm_hw_rule_out_channels_rate()
5922
.max = hdspm->
ds_out_channels
,
in snd_hdspm_hw_rule_out_channels_rate()
5995
} else if (c->max <= hdspm->
ds_out_channels
) {
in snd_hdspm_hw_rule_rate_out_channels()
6030
list[1] = hdspm->
ds_out_channels
;
in snd_hdspm_hw_rule_out_channels()
6612
hdspm->ds_in_channels = hdspm->
ds_out_channels
= AES32_CHANNELS;
in snd_hdspm_create()
6641
hdspm->ds_in_channels = hdspm->
ds_out_channels
in snd_hdspm_create()
[all...]
H
A
D
hdsp.c
467
unsigned char
ds_out_channels
;
member
4337
list[1] = hdsp->
ds_out_channels
;
in snd_hdsp_hw_rule_out_channels()
4341
list[0] = hdsp->
ds_out_channels
;
in snd_hdsp_hw_rule_out_channels()
4393
.min = hdsp->
ds_out_channels
,
in snd_hdsp_hw_rule_out_channels_rate()
4394
.max = hdsp->
ds_out_channels
,
in snd_hdsp_hw_rule_out_channels_rate()
4429
} else if (c->max <= hdsp->
ds_out_channels
) {
in snd_hdsp_hw_rule_rate_out_channels()
5012
hdsp->ds_in_channels = hdsp->
ds_out_channels
= DIGIFACE_DS_CHANNELS;
in snd_hdsp_initialize_channels()
5018
hdsp->ds_in_channels = hdsp->
ds_out_channels
= H9652_DS_CHANNELS;
in snd_hdsp_initialize_channels()
5031
hdsp->
ds_out_channels
= H9632_DS_CHANNELS+aebo_channels;
in snd_hdsp_initialize_channels()
5044
hdsp->ds_in_channels = hdsp->
ds_out_channels
in snd_hdsp_initialize_channels()
[all...]
Completed in 28 milliseconds