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:stereo_to_mono
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/tegra/
H
A
D
tegra210_admaif.c
311
cif_conf.stereo_conv = admaif->
stereo_to_mono
[path][dai->id];
in tegra_admaif_hw_params()
493
admaif->
stereo_to_mono
[ADMAIF_TX_PATH][ec->reg];
in tegra210_admaif_pget_stereo_to_mono()
506
if (value == admaif->
stereo_to_mono
[ADMAIF_TX_PATH][ec->reg])
in tegra210_admaif_pput_stereo_to_mono()
509
admaif->
stereo_to_mono
[ADMAIF_TX_PATH][ec->reg] = value;
in tegra210_admaif_pput_stereo_to_mono()
522
admaif->
stereo_to_mono
[ADMAIF_RX_PATH][ec->reg];
in tegra210_admaif_cget_stereo_to_mono()
535
if (value == admaif->
stereo_to_mono
[ADMAIF_RX_PATH][ec->reg])
in tegra210_admaif_cput_stereo_to_mono()
538
admaif->
stereo_to_mono
[ADMAIF_RX_PATH][ec->reg] = value;
in tegra210_admaif_cput_stereo_to_mono()
782
admaif->
stereo_to_mono
[i] =
in tegra_admaif_probe()
785
if (!admaif->
stereo_to_mono
[i])
in tegra_admaif_probe()
H
A
D
tegra210_dmic.c
152
cif_conf.stereo_conv = dmic->
stereo_to_mono
;
in tegra210_dmic_hw_params()
243
ucontrol->value.enumerated.item[0] = dmic->
stereo_to_mono
;
in tegra210_dmic_get_stereo_to_mono()
255
if (value == dmic->
stereo_to_mono
)
in tegra210_dmic_put_stereo_to_mono()
258
dmic->
stereo_to_mono
= value;
in tegra210_dmic_put_stereo_to_mono()
501
dmic->
stereo_to_mono
= 0; /* "CH0" */
in tegra210_dmic_probe()
H
A
D
tegra210_i2s.c
378
ucontrol->value.enumerated.item[0] = i2s->
stereo_to_mono
[I2S_TX_PATH];
in tegra210_i2s_cget_stereo_to_mono()
390
if (value == i2s->
stereo_to_mono
[I2S_TX_PATH])
in tegra210_i2s_cput_stereo_to_mono()
393
i2s->
stereo_to_mono
[I2S_TX_PATH] = value;
in tegra210_i2s_cput_stereo_to_mono()
430
ucontrol->value.enumerated.item[0] = i2s->
stereo_to_mono
[I2S_RX_PATH];
in tegra210_i2s_pget_stereo_to_mono()
442
if (value == i2s->
stereo_to_mono
[I2S_RX_PATH])
in tegra210_i2s_pput_stereo_to_mono()
445
i2s->
stereo_to_mono
[I2S_RX_PATH] = value;
in tegra210_i2s_pput_stereo_to_mono()
672
cif_conf.stereo_conv = i2s->
stereo_to_mono
[path];
in tegra210_i2s_hw_params()
H
A
D
tegra186_dspk.c
165
ucontrol->value.enumerated.item[0] = dspk->
stereo_to_mono
;
in tegra186_dspk_get_stereo_to_mono()
177
if (value == dspk->
stereo_to_mono
)
in tegra186_dspk_put_stereo_to_mono()
180
dspk->
stereo_to_mono
= value;
in tegra186_dspk_put_stereo_to_mono()
268
cif_conf.stereo_conv = dspk->
stereo_to_mono
;
in tegra186_dspk_hw_params()
H
A
D
tegra186_dspk.h
65
unsigned int
stereo_to_mono
;
member
H
A
D
tegra210_dmic.h
75
unsigned int
stereo_to_mono
;
member
H
A
D
tegra210_admaif.h
158
unsigned int *
stereo_to_mono
[ADMAIF_PATHS];
member
H
A
D
tegra210_i2s.h
115
unsigned int
stereo_to_mono
[I2S_PATHS];
member
/kernel/linux/linux-6.6/sound/soc/tegra/
H
A
D
tegra210_admaif.c
311
cif_conf.stereo_conv = admaif->
stereo_to_mono
[path][dai->id];
in tegra_admaif_hw_params()
488
admaif->
stereo_to_mono
[ADMAIF_TX_PATH][ec->reg];
in tegra210_admaif_pget_stereo_to_mono()
501
if (value == admaif->
stereo_to_mono
[ADMAIF_TX_PATH][ec->reg])
in tegra210_admaif_pput_stereo_to_mono()
504
admaif->
stereo_to_mono
[ADMAIF_TX_PATH][ec->reg] = value;
in tegra210_admaif_pput_stereo_to_mono()
517
admaif->
stereo_to_mono
[ADMAIF_RX_PATH][ec->reg];
in tegra210_admaif_cget_stereo_to_mono()
530
if (value == admaif->
stereo_to_mono
[ADMAIF_RX_PATH][ec->reg])
in tegra210_admaif_cput_stereo_to_mono()
533
admaif->
stereo_to_mono
[ADMAIF_RX_PATH][ec->reg] = value;
in tegra210_admaif_cput_stereo_to_mono()
776
admaif->
stereo_to_mono
[i] =
in tegra_admaif_probe()
779
if (!admaif->
stereo_to_mono
[i])
in tegra_admaif_probe()
H
A
D
tegra210_dmic.c
152
cif_conf.stereo_conv = dmic->
stereo_to_mono
;
in tegra210_dmic_hw_params()
243
ucontrol->value.enumerated.item[0] = dmic->
stereo_to_mono
;
in tegra210_dmic_get_stereo_to_mono()
255
if (value == dmic->
stereo_to_mono
)
in tegra210_dmic_put_stereo_to_mono()
258
dmic->
stereo_to_mono
= value;
in tegra210_dmic_put_stereo_to_mono()
501
dmic->
stereo_to_mono
= 0; /* "CH0" */
in tegra210_dmic_probe()
H
A
D
tegra210_i2s.c
378
ucontrol->value.enumerated.item[0] = i2s->
stereo_to_mono
[I2S_TX_PATH];
in tegra210_i2s_cget_stereo_to_mono()
390
if (value == i2s->
stereo_to_mono
[I2S_TX_PATH])
in tegra210_i2s_cput_stereo_to_mono()
393
i2s->
stereo_to_mono
[I2S_TX_PATH] = value;
in tegra210_i2s_cput_stereo_to_mono()
430
ucontrol->value.enumerated.item[0] = i2s->
stereo_to_mono
[I2S_RX_PATH];
in tegra210_i2s_pget_stereo_to_mono()
442
if (value == i2s->
stereo_to_mono
[I2S_RX_PATH])
in tegra210_i2s_pput_stereo_to_mono()
445
i2s->
stereo_to_mono
[I2S_RX_PATH] = value;
in tegra210_i2s_pput_stereo_to_mono()
672
cif_conf.stereo_conv = i2s->
stereo_to_mono
[path];
in tegra210_i2s_hw_params()
H
A
D
tegra186_dspk.c
165
ucontrol->value.enumerated.item[0] = dspk->
stereo_to_mono
;
in tegra186_dspk_get_stereo_to_mono()
177
if (value == dspk->
stereo_to_mono
)
in tegra186_dspk_put_stereo_to_mono()
180
dspk->
stereo_to_mono
= value;
in tegra186_dspk_put_stereo_to_mono()
268
cif_conf.stereo_conv = dspk->
stereo_to_mono
;
in tegra186_dspk_hw_params()
H
A
D
tegra186_dspk.h
65
unsigned int
stereo_to_mono
;
member
H
A
D
tegra210_sfc.h
72
unsigned int
stereo_to_mono
[SFC_PATHS];
member
H
A
D
tegra210_dmic.h
75
unsigned int
stereo_to_mono
;
member
H
A
D
tegra210_admaif.h
158
unsigned int *
stereo_to_mono
[ADMAIF_PATHS];
member
H
A
D
tegra210_i2s.h
115
unsigned int
stereo_to_mono
[I2S_PATHS];
member
H
A
D
tegra210_sfc.c
3154
cif_conf.stereo_conv = sfc->
stereo_to_mono
[path];
in tegra210_sfc_set_audio_cif()
3282
ucontrol->value.enumerated.item[0] = sfc->
stereo_to_mono
[SFC_RX_PATH];
in tegra210_sfc_iget_stereo_to_mono()
3294
if (value == sfc->
stereo_to_mono
[SFC_RX_PATH])
in tegra210_sfc_iput_stereo_to_mono()
3297
sfc->
stereo_to_mono
[SFC_RX_PATH] = value;
in tegra210_sfc_iput_stereo_to_mono()
3334
ucontrol->value.enumerated.item[0] = sfc->
stereo_to_mono
[SFC_TX_PATH];
in tegra210_sfc_oget_stereo_to_mono()
3346
if (value == sfc->
stereo_to_mono
[SFC_TX_PATH])
in tegra210_sfc_oput_stereo_to_mono()
3349
sfc->
stereo_to_mono
[SFC_TX_PATH] = value;
in tegra210_sfc_oput_stereo_to_mono()
Completed in 23 milliseconds