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:rt5616
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
rt5616.c
3
*
rt5616
.c -- RT5616 ALSA SoC audio codec driver
27
#include "
rt5616
.h"
961
struct rt5616_priv *
rt5616
= snd_soc_component_get_drvdata(component);
in rt5616_hw_params()
local
965
rt5616
->lrck[dai->id] = params_rate(params);
in rt5616_hw_params()
967
pre_div = rl6231_get_clk_info(
rt5616
->sysclk,
rt5616
->lrck[dai->id]);
in rt5616_hw_params()
979
rt5616
->bclk[dai->id] =
rt5616
->lrck[dai->id] * (32 << bclk_ms);
in rt5616_hw_params()
982
rt5616
->bclk[dai->id],
rt5616
in rt5616_hw_params()
1014
struct
rt5616
_priv *
rt5616
= snd_soc_component_get_drvdata(component);
rt5616_set_dai_fmt()
local
1066
struct
rt5616
_priv *
rt5616
= snd_soc_component_get_drvdata(component);
rt5616_set_dai_sysclk()
local
1098
struct
rt5616
_priv *
rt5616
= snd_soc_component_get_drvdata(component);
rt5616_set_dai_pll()
local
1161
struct
rt5616
_priv *
rt5616
= snd_soc_component_get_drvdata(component);
rt5616_set_bias_level()
local
1225
struct
rt5616
_priv *
rt5616
= snd_soc_component_get_drvdata(component);
rt5616_probe()
local
1240
struct
rt5616
_priv *
rt5616
= snd_soc_component_get_drvdata(component);
rt5616_suspend()
local
1250
struct
rt5616
_priv *
rt5616
= snd_soc_component_get_drvdata(component);
rt5616_resume()
local
1343
struct
rt5616
_priv *
rt5616
;
rt5616_i2c_probe()
local
1400
struct
rt5616
_priv *
rt5616
= i2c_get_clientdata(client);
rt5616_i2c_shutdown()
local
[all...]
H
A
D
Makefile
172
snd-soc-
rt5616
-objs :=
rt5616
.o
482
obj-$(CONFIG_SND_SOC_RT5616) += snd-soc-
rt5616
.o
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
rt5616.c
3
*
rt5616
.c -- RT5616 ALSA SoC audio codec driver
27
#include "
rt5616
.h"
961
struct rt5616_priv *
rt5616
= snd_soc_component_get_drvdata(component);
in rt5616_hw_params()
local
965
rt5616
->lrck[dai->id] = params_rate(params);
in rt5616_hw_params()
967
pre_div = rl6231_get_clk_info(
rt5616
->sysclk,
rt5616
->lrck[dai->id]);
in rt5616_hw_params()
979
rt5616
->bclk[dai->id] =
rt5616
->lrck[dai->id] * (32 << bclk_ms);
in rt5616_hw_params()
982
rt5616
->bclk[dai->id],
rt5616
in rt5616_hw_params()
1014
struct
rt5616
_priv *
rt5616
= snd_soc_component_get_drvdata(component);
rt5616_set_dai_fmt()
local
1066
struct
rt5616
_priv *
rt5616
= snd_soc_component_get_drvdata(component);
rt5616_set_dai_sysclk()
local
1098
struct
rt5616
_priv *
rt5616
= snd_soc_component_get_drvdata(component);
rt5616_set_dai_pll()
local
1161
struct
rt5616
_priv *
rt5616
= snd_soc_component_get_drvdata(component);
rt5616_set_bias_level()
local
1225
struct
rt5616
_priv *
rt5616
= snd_soc_component_get_drvdata(component);
rt5616_probe()
local
1240
struct
rt5616
_priv *
rt5616
= snd_soc_component_get_drvdata(component);
rt5616_suspend()
local
1250
struct
rt5616
_priv *
rt5616
= snd_soc_component_get_drvdata(component);
rt5616_resume()
local
1341
struct
rt5616
_priv *
rt5616
;
rt5616_i2c_probe()
local
1396
struct
rt5616
_priv *
rt5616
= i2c_get_clientdata(client);
rt5616_i2c_shutdown()
local
[all...]
H
A
D
Makefile
222
snd-soc-
rt5616
-objs :=
rt5616
.o
604
obj-$(CONFIG_SND_SOC_RT5616) += snd-soc-
rt5616
.o
Completed in 8 milliseconds