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:msnd
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/sound/isa/msnd/
H
A
D
Makefile
3
snd-
msnd
-lib-objs :=
msnd
.o msnd_midi.o msnd_pinnacle_mixer.o
4
snd-
msnd
-pinnacle-objs := msnd_pinnacle.o
5
snd-
msnd
-classic-objs := msnd_classic.o
8
obj-$(CONFIG_SND_MSND_PINNACLE) += snd-
msnd
-pinnacle.o snd-
msnd
-lib.o
9
obj-$(CONFIG_SND_MSND_CLASSIC) += snd-
msnd
-classic.o snd-
msnd
-lib.o
H
A
D
msnd_pinnacle_mixer.c
20
#include "
msnd
.h"
119
struct snd_msnd *
msnd
= snd_kcontrol_chip(kcontrol);
in snd_msndmix_put_mux()
local
120
return snd_msndmix_set_mux(
msnd
, ucontrol->value.enumerated.item[0]);
in snd_msndmix_put_mux()
137
struct snd_msnd *
msnd
= snd_kcontrol_chip(kcontrol);
in snd_msndmix_volume_get()
local
141
spin_lock_irqsave(&
msnd
->mixer_lock, flags);
in snd_msndmix_volume_get()
142
ucontrol->value.integer.value[0] =
msnd
->left_levels[addr] * 100;
in snd_msndmix_volume_get()
144
ucontrol->value.integer.value[1] =
msnd
->right_levels[addr] * 100;
in snd_msndmix_volume_get()
146
spin_unlock_irqrestore(&
msnd
->mixer_lock, flags);
in snd_msndmix_volume_get()
253
struct snd_msnd *
msnd
= snd_kcontrol_chip(kcontrol);
in snd_msndmix_volume_put()
local
260
spin_lock_irqsave(&
msnd
in snd_msndmix_volume_put()
[all...]
/kernel/linux/linux-6.6/sound/isa/msnd/
H
A
D
Makefile
3
snd-
msnd
-lib-objs :=
msnd
.o msnd_midi.o msnd_pinnacle_mixer.o
4
snd-
msnd
-pinnacle-objs := msnd_pinnacle.o
5
snd-
msnd
-classic-objs := msnd_classic.o
8
obj-$(CONFIG_SND_MSND_PINNACLE) += snd-
msnd
-pinnacle.o snd-
msnd
-lib.o
9
obj-$(CONFIG_SND_MSND_CLASSIC) += snd-
msnd
-classic.o snd-
msnd
-lib.o
H
A
D
msnd_pinnacle_mixer.c
20
#include "
msnd
.h"
119
struct snd_msnd *
msnd
= snd_kcontrol_chip(kcontrol);
in snd_msndmix_put_mux()
local
120
return snd_msndmix_set_mux(
msnd
, ucontrol->value.enumerated.item[0]);
in snd_msndmix_put_mux()
137
struct snd_msnd *
msnd
= snd_kcontrol_chip(kcontrol);
in snd_msndmix_volume_get()
local
141
spin_lock_irqsave(&
msnd
->mixer_lock, flags);
in snd_msndmix_volume_get()
142
ucontrol->value.integer.value[0] =
msnd
->left_levels[addr] * 100;
in snd_msndmix_volume_get()
144
ucontrol->value.integer.value[1] =
msnd
->right_levels[addr] * 100;
in snd_msndmix_volume_get()
146
spin_unlock_irqrestore(&
msnd
->mixer_lock, flags);
in snd_msndmix_volume_get()
253
struct snd_msnd *
msnd
= snd_kcontrol_chip(kcontrol);
in snd_msndmix_volume_put()
local
260
spin_lock_irqsave(&
msnd
in snd_msndmix_volume_put()
[all...]
/kernel/linux/linux-5.10/sound/isa/
H
A
D
Makefile
28
obj-$(CONFIG_SND) += ad1816a/ ad1848/ cs423x/ es1688/ galaxy/ gus/
msnd
/ opti9xx/ \
/kernel/linux/linux-6.6/sound/isa/
H
A
D
Makefile
28
obj-$(CONFIG_SND) += ad1816a/ ad1848/ cs423x/ es1688/ galaxy/ gus/
msnd
/ opti9xx/ \
Completed in 2 milliseconds