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:CS46XX_FRAGS
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/cs46xx/
H
A
D
cs46xx_lib.h
30
#define
CS46XX_FRAGS
2
macro
31
/* #define CS46XX_BUFFER_SIZE CS46XX_MAX_PERIOD_SIZE *
CS46XX_FRAGS
*/
H
A
D
cs46xx_lib.c
969
if (substream->runtime->periods !=
CS46XX_FRAGS
)
in snd_cs46xx_playback_trigger()
973
if (substream->runtime->periods !=
CS46XX_FRAGS
)
in snd_cs46xx_playback_trigger()
1120
if (params_periods(hw_params) ==
CS46XX_FRAGS
) {
in snd_cs46xx_playback_hw_params()
1250
cpcm->pcm_rec.hw_buffer_size = runtime->period_size *
CS46XX_FRAGS
<< cpcm->shift;
in snd_cs46xx_playback_prepare()
1285
if (runtime->periods ==
CS46XX_FRAGS
) {
in snd_cs46xx_capture_hw_params()
1329
chip->capt.pcm_rec.hw_buffer_size = runtime->period_size *
CS46XX_FRAGS
<< 2;
in snd_cs46xx_capture_prepare()
1445
.periods_min =
CS46XX_FRAGS
,
1466
.periods_min =
CS46XX_FRAGS
,
/kernel/linux/linux-6.6/sound/pci/cs46xx/
H
A
D
cs46xx_lib.h
30
#define
CS46XX_FRAGS
2
macro
31
/* #define CS46XX_BUFFER_SIZE CS46XX_MAX_PERIOD_SIZE *
CS46XX_FRAGS
*/
H
A
D
cs46xx_lib.c
969
if (substream->runtime->periods !=
CS46XX_FRAGS
)
in snd_cs46xx_playback_trigger()
973
if (substream->runtime->periods !=
CS46XX_FRAGS
)
in snd_cs46xx_playback_trigger()
1121
if (params_periods(hw_params) ==
CS46XX_FRAGS
) {
in snd_cs46xx_playback_hw_params()
1245
cpcm->pcm_rec.hw_buffer_size = runtime->period_size *
CS46XX_FRAGS
<< cpcm->shift;
in snd_cs46xx_playback_prepare()
1280
if (runtime->periods ==
CS46XX_FRAGS
) {
in snd_cs46xx_capture_hw_params()
1318
chip->capt.pcm_rec.hw_buffer_size = runtime->period_size *
CS46XX_FRAGS
<< 2;
in snd_cs46xx_capture_prepare()
1434
.periods_min =
CS46XX_FRAGS
,
1455
.periods_min =
CS46XX_FRAGS
,
Completed in 10 milliseconds