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:acc_format
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/sound/isa/sb/
H
A
D
sb16_csp.c
200
info.
acc_format
= p->
acc_format
;
in snd_sb_csp_ioctl()
401
p->
acc_format
= 0;
in snd_sb_csp_riff_load()
404
p->
acc_format
= SNDRV_PCM_FMTBIT_A_LAW;
in snd_sb_csp_riff_load()
407
p->
acc_format
= SNDRV_PCM_FMTBIT_MU_LAW;
in snd_sb_csp_riff_load()
411
p->
acc_format
= SNDRV_PCM_FMTBIT_IMA_ADPCM;
in snd_sb_csp_riff_load()
415
p->
acc_format
= 0;
in snd_sb_csp_riff_load()
419
p->
acc_format
= SNDRV_PCM_FMTBIT_SPECIAL;
in snd_sb_csp_riff_load()
422
p->
acc_format
= p->acc_width = p->acc_rates = 0;
in snd_sb_csp_riff_load()
459
p->
acc_format
in snd_sb_csp_unload()
[all...]
H
A
D
sb16_main.c
49
(runtime_format_bits(runtime) == csp->
acc_format
)) {
in snd_sb16_csp_playback_prepare()
97
(runtime_format_bits(runtime) == csp->
acc_format
)) {
in snd_sb16_csp_capture_prepare()
149
runtime->hw.formats |= csp->
acc_format
;
in snd_sb16_csp_playback_open()
180
runtime->hw.formats |= csp->
acc_format
;
in snd_sb16_csp_capture_open()
/kernel/linux/linux-6.6/sound/isa/sb/
H
A
D
sb16_csp.c
202
info.
acc_format
= p->
acc_format
;
in snd_sb_csp_ioctl()
403
p->
acc_format
= 0;
in snd_sb_csp_riff_load()
406
p->
acc_format
= SNDRV_PCM_FMTBIT_A_LAW;
in snd_sb_csp_riff_load()
409
p->
acc_format
= SNDRV_PCM_FMTBIT_MU_LAW;
in snd_sb_csp_riff_load()
413
p->
acc_format
= SNDRV_PCM_FMTBIT_IMA_ADPCM;
in snd_sb_csp_riff_load()
417
p->
acc_format
= 0;
in snd_sb_csp_riff_load()
421
p->
acc_format
= SNDRV_PCM_FMTBIT_SPECIAL;
in snd_sb_csp_riff_load()
424
p->
acc_format
= p->acc_width = p->acc_rates = 0;
in snd_sb_csp_riff_load()
461
p->
acc_format
in snd_sb_csp_unload()
[all...]
H
A
D
sb16_main.c
49
(runtime_format_bits(runtime) == csp->
acc_format
)) {
in snd_sb16_csp_playback_prepare()
97
(runtime_format_bits(runtime) == csp->
acc_format
)) {
in snd_sb16_csp_capture_prepare()
149
runtime->hw.formats |= csp->
acc_format
;
in snd_sb16_csp_playback_open()
180
runtime->hw.formats |= csp->
acc_format
;
in snd_sb16_csp_capture_open()
/kernel/linux/linux-5.10/include/sound/
H
A
D
sb16_csp.h
49
unsigned int
acc_format
; /* accepted PCM formats */
member
/kernel/linux/linux-5.10/include/uapi/sound/
H
A
D
sb16_csp.h
88
unsigned int
acc_format
; /* accepted PCM formats */
member
/kernel/linux/linux-6.6/include/uapi/sound/
H
A
D
sb16_csp.h
73
unsigned int
acc_format
; /* accepted PCM formats */
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
sb16_csp.h
49
unsigned int
acc_format
; /* accepted PCM formats */
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
H
A
D
sb16_csp.h
59
unsigned int
acc_format
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
H
A
D
sb16_csp.h
46
unsigned int
acc_format
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
H
A
D
sb16_csp.h
59
unsigned int
acc_format
;
member
Completed in 8 milliseconds