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:alc5623
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
alc5623.c
3
*
alc5623
.c -- alc562[123] ALSA Soc Audio driver
28
#include <sound/
alc5623
.h>
30
#include "
alc5623
.h"
473
/* Note : pll code from original
alc5623
driver. Not sure of how good it is */
604
struct alc5623_priv *
alc5623
= snd_soc_component_get_drvdata(component);
in get_coeff()
local
608
if (coeff_div[i].fs * rate ==
alc5623
->sysclk)
in get_coeff()
621
struct alc5623_priv *
alc5623
= snd_soc_component_get_drvdata(component);
in alc5623_set_dai_sysclk()
local
632
alc5623
->sysclk = freq;
in alc5623_set_dai_sysclk()
700
struct alc5623_priv *
alc5623
= snd_soc_component_get_drvdata(component);
in alc5623_pcm_hw_params()
local
734
__func__,
alc5623
in alc5623_pcm_hw_params()
769
struct
alc5623
_priv *
alc5623
= snd_soc_component_get_drvdata(component);
enable_power_depop()
local
863
struct
alc5623
_priv *
alc5623
= snd_soc_component_get_drvdata(component);
alc5623_suspend()
local
872
struct
alc5623
_priv *
alc5623
= snd_soc_component_get_drvdata(component);
alc5623_resume()
local
890
struct
alc5623
_priv *
alc5623
= snd_soc_component_get_drvdata(component);
alc5623_probe()
local
981
struct
alc5623
_priv *
alc5623
;
alc5623_i2c_probe()
local
[all...]
H
A
D
Makefile
192
snd-soc-
alc5623
-objs :=
alc5623
.o
350
obj-$(CONFIG_SND_SOC_ALC5623) += snd-soc-
alc5623
.o
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
alc5623.c
3
*
alc5623
.c -- alc562[123] ALSA Soc Audio driver
28
#include <sound/
alc5623
.h>
30
#include "
alc5623
.h"
473
/* Note : pll code from original
alc5623
driver. Not sure of how good it is */
604
struct alc5623_priv *
alc5623
= snd_soc_component_get_drvdata(component);
in get_coeff()
local
608
if (coeff_div[i].fs * rate ==
alc5623
->sysclk)
in get_coeff()
621
struct alc5623_priv *
alc5623
= snd_soc_component_get_drvdata(component);
in alc5623_set_dai_sysclk()
local
632
alc5623
->sysclk = freq;
in alc5623_set_dai_sysclk()
700
struct alc5623_priv *
alc5623
= snd_soc_component_get_drvdata(component);
in alc5623_pcm_hw_params()
local
734
__func__,
alc5623
in alc5623_pcm_hw_params()
769
struct
alc5623
_priv *
alc5623
= snd_soc_component_get_drvdata(component);
enable_power_depop()
local
863
struct
alc5623
_priv *
alc5623
= snd_soc_component_get_drvdata(component);
alc5623_suspend()
local
872
struct
alc5623
_priv *
alc5623
= snd_soc_component_get_drvdata(component);
alc5623_resume()
local
890
struct
alc5623
_priv *
alc5623
= snd_soc_component_get_drvdata(component);
alc5623_probe()
local
987
struct
alc5623
_priv *
alc5623
;
alc5623_i2c_probe()
local
[all...]
H
A
D
Makefile
250
snd-soc-
alc5623
-objs :=
alc5623
.o
432
obj-$(CONFIG_SND_SOC_ALC5623) += snd-soc-
alc5623
.o
Completed in 7 milliseconds