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:mono_to_stereo
(Results
1 - 24
of
24
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/tegra/
H
A
D
tegra210_admaif.c
310
cif_conf.mono_conv = admaif->
mono_to_stereo
[path][dai->id];
in tegra_admaif_hw_params()
435
admaif->
mono_to_stereo
[ADMAIF_TX_PATH][ec->reg];
in tegra210_admaif_pget_mono_to_stereo()
448
if (value == admaif->
mono_to_stereo
[ADMAIF_TX_PATH][ec->reg])
in tegra210_admaif_pput_mono_to_stereo()
451
admaif->
mono_to_stereo
[ADMAIF_TX_PATH][ec->reg] = value;
in tegra210_admaif_pput_mono_to_stereo()
464
admaif->
mono_to_stereo
[ADMAIF_RX_PATH][ec->reg];
in tegra210_admaif_cget_mono_to_stereo()
477
if (value == admaif->
mono_to_stereo
[ADMAIF_RX_PATH][ec->reg])
in tegra210_admaif_cput_mono_to_stereo()
480
admaif->
mono_to_stereo
[ADMAIF_RX_PATH][ec->reg] = value;
in tegra210_admaif_cput_mono_to_stereo()
776
admaif->
mono_to_stereo
[i] =
in tegra_admaif_probe()
779
if (!admaif->
mono_to_stereo
[i])
in tegra_admaif_probe()
H
A
D
tegra186_dspk.c
139
ucontrol->value.enumerated.item[0] = dspk->
mono_to_stereo
;
in tegra186_dspk_get_mono_to_stereo()
151
if (value == dspk->
mono_to_stereo
)
in tegra186_dspk_put_mono_to_stereo()
154
dspk->
mono_to_stereo
= value;
in tegra186_dspk_put_mono_to_stereo()
267
cif_conf.mono_conv = dspk->
mono_to_stereo
;
in tegra186_dspk_hw_params()
491
dspk->
mono_to_stereo
= 0; /* "Zero" */
in tegra186_dspk_platform_probe()
H
A
D
tegra210_i2s.c
404
ucontrol->value.enumerated.item[0] = i2s->
mono_to_stereo
[I2S_TX_PATH];
in tegra210_i2s_cget_mono_to_stereo()
416
if (value == i2s->
mono_to_stereo
[I2S_TX_PATH])
in tegra210_i2s_cput_mono_to_stereo()
419
i2s->
mono_to_stereo
[I2S_TX_PATH] = value;
in tegra210_i2s_cput_mono_to_stereo()
456
ucontrol->value.enumerated.item[0] = i2s->
mono_to_stereo
[I2S_RX_PATH];
in tegra210_i2s_pget_mono_to_stereo()
468
if (value == i2s->
mono_to_stereo
[I2S_RX_PATH])
in tegra210_i2s_pput_mono_to_stereo()
471
i2s->
mono_to_stereo
[I2S_RX_PATH] = value;
in tegra210_i2s_pput_mono_to_stereo()
671
cif_conf.mono_conv = i2s->
mono_to_stereo
[path];
in tegra210_i2s_hw_params()
H
A
D
tegra210_dmic.c
151
cif_conf.mono_conv = dmic->
mono_to_stereo
;
in tegra210_dmic_hw_params()
217
ucontrol->value.enumerated.item[0] = dmic->
mono_to_stereo
;
in tegra210_dmic_get_mono_to_stereo()
229
if (value == dmic->
mono_to_stereo
)
in tegra210_dmic_put_mono_to_stereo()
232
dmic->
mono_to_stereo
= value;
in tegra210_dmic_put_mono_to_stereo()
H
A
D
tegra186_dspk.h
64
unsigned int
mono_to_stereo
;
member
H
A
D
tegra210_dmic.h
74
unsigned int
mono_to_stereo
;
member
H
A
D
tegra210_admaif.h
157
unsigned int *
mono_to_stereo
[ADMAIF_PATHS];
member
H
A
D
tegra210_i2s.h
116
unsigned int
mono_to_stereo
[I2S_PATHS];
member
/kernel/linux/linux-6.6/sound/soc/tegra/
H
A
D
tegra210_admaif.c
310
cif_conf.mono_conv = admaif->
mono_to_stereo
[path][dai->id];
in tegra_admaif_hw_params()
430
admaif->
mono_to_stereo
[ADMAIF_TX_PATH][ec->reg];
in tegra210_admaif_pget_mono_to_stereo()
443
if (value == admaif->
mono_to_stereo
[ADMAIF_TX_PATH][ec->reg])
in tegra210_admaif_pput_mono_to_stereo()
446
admaif->
mono_to_stereo
[ADMAIF_TX_PATH][ec->reg] = value;
in tegra210_admaif_pput_mono_to_stereo()
459
admaif->
mono_to_stereo
[ADMAIF_RX_PATH][ec->reg];
in tegra210_admaif_cget_mono_to_stereo()
472
if (value == admaif->
mono_to_stereo
[ADMAIF_RX_PATH][ec->reg])
in tegra210_admaif_cput_mono_to_stereo()
475
admaif->
mono_to_stereo
[ADMAIF_RX_PATH][ec->reg] = value;
in tegra210_admaif_cput_mono_to_stereo()
770
admaif->
mono_to_stereo
[i] =
in tegra_admaif_probe()
773
if (!admaif->
mono_to_stereo
[i])
in tegra_admaif_probe()
H
A
D
tegra186_dspk.c
139
ucontrol->value.enumerated.item[0] = dspk->
mono_to_stereo
;
in tegra186_dspk_get_mono_to_stereo()
151
if (value == dspk->
mono_to_stereo
)
in tegra186_dspk_put_mono_to_stereo()
154
dspk->
mono_to_stereo
= value;
in tegra186_dspk_put_mono_to_stereo()
267
cif_conf.mono_conv = dspk->
mono_to_stereo
;
in tegra186_dspk_hw_params()
491
dspk->
mono_to_stereo
= 0; /* "Zero" */
in tegra186_dspk_platform_probe()
H
A
D
tegra210_i2s.c
404
ucontrol->value.enumerated.item[0] = i2s->
mono_to_stereo
[I2S_TX_PATH];
in tegra210_i2s_cget_mono_to_stereo()
416
if (value == i2s->
mono_to_stereo
[I2S_TX_PATH])
in tegra210_i2s_cput_mono_to_stereo()
419
i2s->
mono_to_stereo
[I2S_TX_PATH] = value;
in tegra210_i2s_cput_mono_to_stereo()
456
ucontrol->value.enumerated.item[0] = i2s->
mono_to_stereo
[I2S_RX_PATH];
in tegra210_i2s_pget_mono_to_stereo()
468
if (value == i2s->
mono_to_stereo
[I2S_RX_PATH])
in tegra210_i2s_pput_mono_to_stereo()
471
i2s->
mono_to_stereo
[I2S_RX_PATH] = value;
in tegra210_i2s_pput_mono_to_stereo()
671
cif_conf.mono_conv = i2s->
mono_to_stereo
[path];
in tegra210_i2s_hw_params()
H
A
D
tegra210_dmic.c
151
cif_conf.mono_conv = dmic->
mono_to_stereo
;
in tegra210_dmic_hw_params()
217
ucontrol->value.enumerated.item[0] = dmic->
mono_to_stereo
;
in tegra210_dmic_get_mono_to_stereo()
229
if (value == dmic->
mono_to_stereo
)
in tegra210_dmic_put_mono_to_stereo()
232
dmic->
mono_to_stereo
= value;
in tegra210_dmic_put_mono_to_stereo()
H
A
D
tegra186_dspk.h
64
unsigned int
mono_to_stereo
;
member
H
A
D
tegra210_sfc.h
71
unsigned int
mono_to_stereo
[SFC_PATHS];
member
H
A
D
tegra210_dmic.h
74
unsigned int
mono_to_stereo
;
member
H
A
D
tegra210_admaif.h
157
unsigned int *
mono_to_stereo
[ADMAIF_PATHS];
member
H
A
D
tegra210_i2s.h
116
unsigned int
mono_to_stereo
[I2S_PATHS];
member
H
A
D
tegra210_sfc.c
3155
cif_conf.mono_conv = sfc->
mono_to_stereo
[path];
in tegra210_sfc_set_audio_cif()
3308
ucontrol->value.enumerated.item[0] = sfc->
mono_to_stereo
[SFC_RX_PATH];
in tegra210_sfc_iget_mono_to_stereo()
3320
if (value == sfc->
mono_to_stereo
[SFC_RX_PATH])
in tegra210_sfc_iput_mono_to_stereo()
3323
sfc->
mono_to_stereo
[SFC_RX_PATH] = value;
in tegra210_sfc_iput_mono_to_stereo()
3360
ucontrol->value.enumerated.item[0] = sfc->
mono_to_stereo
[SFC_TX_PATH];
in tegra210_sfc_oget_mono_to_stereo()
3372
if (value == sfc->
mono_to_stereo
[SFC_TX_PATH])
in tegra210_sfc_oput_mono_to_stereo()
3375
sfc->
mono_to_stereo
[SFC_TX_PATH] = value;
in tegra210_sfc_oput_mono_to_stereo()
/kernel/linux/linux-5.10/sound/pci/echoaudio/
H
A
D
echoaudio.h
330
char
mono_to_stereo
; /* Only used if interleave is 1 and
member
H
A
D
echoaudio_dsp.c
811
format->bits_per_sample == 32 && !format->
mono_to_stereo
) {
in set_audio_format()
H
A
D
echoaudio.c
689
format.
mono_to_stereo
= 0;
in pcm_prepare()
/kernel/linux/linux-6.6/sound/pci/echoaudio/
H
A
D
echoaudio.h
330
char
mono_to_stereo
; /* Only used if interleave is 1 and
member
H
A
D
echoaudio_dsp.c
815
format->bits_per_sample == 32 && !format->
mono_to_stereo
) {
in set_audio_format()
H
A
D
echoaudio.c
702
format.
mono_to_stereo
= 0;
in pcm_prepare()
Completed in 23 milliseconds