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:ak4641
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
ak4641.c
3
*
ak4641
.c -- AK4641 ALSA Soc Audio driver
25
#include <sound/
ak4641
.h>
58
*
ak4641
register cache
72
struct ak4641_priv *
ak4641
= snd_soc_component_get_drvdata(component);
in ak4641_set_deemph()
local
77
if (
ak4641
->deemph && deemph_settings[i] != 0 &&
in ak4641_set_deemph()
78
abs(deemph_settings[i] -
ak4641
->playback_fs) <
in ak4641_set_deemph()
79
abs(deemph_settings[best] -
ak4641
->playback_fs))
in ak4641_set_deemph()
82
if (!
ak4641
->deemph && deemph_settings[i] == 0)
in ak4641_set_deemph()
95
struct ak4641_priv *
ak4641
= snd_soc_component_get_drvdata(component);
in ak4641_put_deemph()
local
101
ak4641
in ak4641_put_deemph()
110
struct
ak4641
_priv *
ak4641
= snd_soc_component_get_drvdata(component);
ak4641_get_deemph()
local
308
struct
ak4641
_priv *
ak4641
= snd_soc_component_get_drvdata(component);
ak4641_set_dai_sysclk()
local
319
struct
ak4641
_priv *
ak4641
= snd_soc_component_get_drvdata(component);
ak4641_i2s_hw_params()
local
418
struct
ak4641
_priv *
ak4641
= snd_soc_component_get_drvdata(component);
ak4641_set_bias_level()
local
555
struct
ak4641
_priv *
ak4641
;
ak4641_i2c_probe()
local
[all...]
H
A
D
Makefile
38
snd-soc-
ak4641
-objs :=
ak4641
.o
345
obj-$(CONFIG_SND_SOC_AK4641) += snd-soc-
ak4641
.o
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
ak4641.c
3
*
ak4641
.c -- AK4641 ALSA Soc Audio driver
25
#include <sound/
ak4641
.h>
58
*
ak4641
register cache
72
struct ak4641_priv *
ak4641
= snd_soc_component_get_drvdata(component);
in ak4641_set_deemph()
local
77
if (
ak4641
->deemph && deemph_settings[i] != 0 &&
in ak4641_set_deemph()
78
abs(deemph_settings[i] -
ak4641
->playback_fs) <
in ak4641_set_deemph()
79
abs(deemph_settings[best] -
ak4641
->playback_fs))
in ak4641_set_deemph()
82
if (!
ak4641
->deemph && deemph_settings[i] == 0)
in ak4641_set_deemph()
95
struct ak4641_priv *
ak4641
= snd_soc_component_get_drvdata(component);
in ak4641_put_deemph()
local
101
ak4641
in ak4641_put_deemph()
110
struct
ak4641
_priv *
ak4641
= snd_soc_component_get_drvdata(component);
ak4641_get_deemph()
local
308
struct
ak4641
_priv *
ak4641
= snd_soc_component_get_drvdata(component);
ak4641_set_dai_sysclk()
local
319
struct
ak4641
_priv *
ak4641
= snd_soc_component_get_drvdata(component);
ak4641_i2s_hw_params()
local
418
struct
ak4641
_priv *
ak4641
= snd_soc_component_get_drvdata(component);
ak4641_set_bias_level()
local
553
struct
ak4641
_priv *
ak4641
;
ak4641_i2c_probe()
local
[all...]
H
A
D
Makefile
42
snd-soc-
ak4641
-objs :=
ak4641
.o
427
obj-$(CONFIG_SND_SOC_AK4641) += snd-soc-
ak4641
.o
/kernel/linux/linux-5.10/sound/soc/pxa/
H
A
D
hx4700.c
118
* Logic for a
ak4641
as connected on a HP iPAQ hx4700
137
SND_SOC_DAILINK_DEFS(
ak4641
,
139
DAILINK_COMP_ARRAY(COMP_CODEC("
ak4641
.0-0012", "
ak4641
-hifi")),
143
.name = "
ak4641
",
149
SND_SOC_DAILINK_REG(
ak4641
),
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H
A
D
hx4700.c
47
#include <sound/
ak4641
.h>
825
I2C_BOARD_INFO("
ak4641
", 0x12),
Completed in 9 milliseconds