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:alc5632
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/tegra/
H
A
D
tegra_alc5632.c
25
#include "../codecs/
alc5632
.h"
29
#define DRV_NAME "tegra-
alc5632
"
42
struct tegra_alc5632 *
alc5632
= snd_soc_card_get_drvdata(card);
in tegra_alc5632_asoc_hw_params()
local
49
err = tegra_asoc_utils_set_rate(&
alc5632
->util_data, srate, mclk);
in tegra_alc5632_asoc_hw_params()
126
DAILINK_COMP_ARRAY(COMP_CODEC(NULL, "
alc5632
-hifi")),
141
.name = "tegra-
alc5632
",
157
struct tegra_alc5632 *
alc5632
;
in tegra_alc5632_probe()
local
160
alc5632
= devm_kzalloc(&pdev->dev,
in tegra_alc5632_probe()
162
if (!
alc5632
)
in tegra_alc5632_probe()
166
snd_soc_card_set_drvdata(card,
alc5632
);
in tegra_alc5632_probe()
[all...]
H
A
D
Makefile
38
snd-soc-tegra-
alc5632
-objs := tegra_alc5632.o
48
obj-$(CONFIG_SND_SOC_TEGRA_ALC5632) += snd-soc-tegra-
alc5632
.o
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
alc5632.c
3
*
alc5632
.c -- ALC5632 ALSA SoC Audio Codec
30
#include "
alc5632
.h"
622
/* Note : pll code from original
alc5632
driver. Not sure of how good it is */
777
struct alc5632_priv *
alc5632
= snd_soc_component_get_drvdata(component);
in get_coeff()
local
781
if (coeff_div[i].fs * rate ==
alc5632
->sysclk)
in get_coeff()
794
struct alc5632_priv *
alc5632
= snd_soc_component_get_drvdata(component);
in alc5632_set_dai_sysclk()
local
806
alc5632
->sysclk = freq;
in alc5632_set_dai_sysclk()
1016
.name = "
alc5632
-hifi",
1041
struct alc5632_priv *
alc5632
= snd_soc_component_get_drvdata(component);
in alc5632_resume()
local
1043
regcache_sync(
alc5632
in alc5632_resume()
1053
struct
alc5632
_priv *
alc5632
= snd_soc_component_get_drvdata(component);
alc5632_probe()
local
1104
struct
alc5632
_priv *
alc5632
;
alc5632_i2c_probe()
local
[all...]
H
A
D
Makefile
193
snd-soc-
alc5632
-objs :=
alc5632
.o
351
obj-$(CONFIG_SND_SOC_ALC5632) += snd-soc-
alc5632
.o
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
alc5632.c
3
*
alc5632
.c -- ALC5632 ALSA SoC Audio Codec
30
#include "
alc5632
.h"
622
/* Note : pll code from original
alc5632
driver. Not sure of how good it is */
777
struct alc5632_priv *
alc5632
= snd_soc_component_get_drvdata(component);
in get_coeff()
local
781
if (coeff_div[i].fs * rate ==
alc5632
->sysclk)
in get_coeff()
794
struct alc5632_priv *
alc5632
= snd_soc_component_get_drvdata(component);
in alc5632_set_dai_sysclk()
local
806
alc5632
->sysclk = freq;
in alc5632_set_dai_sysclk()
1016
.name = "
alc5632
-hifi",
1041
struct alc5632_priv *
alc5632
= snd_soc_component_get_drvdata(component);
in alc5632_resume()
local
1043
regcache_sync(
alc5632
in alc5632_resume()
1053
struct
alc5632
_priv *
alc5632
= snd_soc_component_get_drvdata(component);
alc5632_probe()
local
1108
struct
alc5632
_priv *
alc5632
;
alc5632_i2c_probe()
local
[all...]
H
A
D
Makefile
251
snd-soc-
alc5632
-objs :=
alc5632
.o
433
obj-$(CONFIG_SND_SOC_ALC5632) += snd-soc-
alc5632
.o
Completed in 8 milliseconds