Home
last modified time | relevance | path

Searched full:sound (Results 1 – 25 of 3200) sorted by relevance

12345678910>>...128

/OK3568_Linux_fs/kernel/sound/soc/
H A DKconfig44 source "sound/soc/adi/Kconfig"
45 source "sound/soc/amd/Kconfig"
46 source "sound/soc/atmel/Kconfig"
47 source "sound/soc/au1x/Kconfig"
48 source "sound/soc/bcm/Kconfig"
49 source "sound/soc/cirrus/Kconfig"
50 source "sound/soc/dwc/Kconfig"
51 source "sound/soc/fsl/Kconfig"
52 source "sound/soc/hisilicon/Kconfig"
53 source "sound/soc/jz4740/Kconfig"
[all …]
/OK3568_Linux_fs/kernel/sound/
H A DKconfig2 menuconfig SOUND config
3 tristate "Sound card support"
6 If you have a sound card in your computer, i.e. if it can say more
9 if SOUND
23 appropriate module using sound-slot/service-* and char-major-*
30 and whether OSS sound devices appear multiple times in
31 /proc/devices. sound-slot/service-* module aliases are scheduled
40 source "sound/oss/dmasound/Kconfig"
45 tristate "Advanced Linux Sound Architecture"
47 Say 'Y' or 'M' to enable ALSA (Advanced Linux Sound Architecture),
[all …]
H A Dsound_core.c3 * Sound core. This file is composed of two parts. sound_class
4 * which is common to both OSS and ALSA and OSS sound core which
16 #include <sound/core.h>
29 MODULE_DESCRIPTION("Core sound module");
48 sound_class = class_create(THIS_MODULE, "sound"); in init_soundcore()
71 * OSS sound core handling. Breaks out sound functions to submodules
79 * Top level handler for the sound subsystem. Various devices can
104 #include <linux/sound.h>
119 * of SOUND_MAJOR to trap open attempts to any sound minor and
120 * requests modules using custom sound-slot/service-* module aliases.
[all …]
/OK3568_Linux_fs/kernel/Documentation/sound/kernel-api/
H A Dalsa-driver-api.rst10 .. kernel-doc:: sound/core/init.c
14 .. kernel-doc:: sound/core/device.c
18 .. kernel-doc:: sound/core/sound.c
22 .. kernel-doc:: sound/core/memory.c
23 .. kernel-doc:: sound/core/memalloc.c
31 .. kernel-doc:: sound/core/pcm.c
32 .. kernel-doc:: sound/core/pcm_lib.c
33 .. kernel-doc:: sound/core/pcm_native.c
34 .. kernel-doc:: include/sound/pcm.h
38 .. kernel-doc:: sound/core/pcm_misc.c
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/amlogic/
H A Dmeson-g12.dtsi16 #sound-dai-cells = <0>;
17 sound-name-prefix = "TDM_A";
27 #sound-dai-cells = <0>;
28 sound-name-prefix = "TDM_B";
38 #sound-dai-cells = <0>;
39 sound-name-prefix = "TDM_C";
53 #sound-dai-cells = <0>;
54 sound-name-prefix = "PDM";
103 #sound-dai-cells = <0>;
104 sound-name-prefix = "TODDR_A";
[all …]
H A Dmeson-g12b-gtking.dts11 #include <dt-bindings/sound/meson-g12a-tohdmitx.h>
18 #sound-dai-cells = <0>;
21 sound-name-prefix = "DIT";
24 sound {
25 compatible = "amlogic,axg-sound-card";
46 sound-dai = <&frddr_a>;
50 sound-dai = <&frddr_b>;
54 sound-dai = <&frddr_c>;
59 sound-dai = <&tdmif_b>;
68 sound-dai = <&tohdmitx TOHDMITX_I2S_IN_B>;
[all …]
H A Dmeson-g12b-ugoos-am6.dts11 #include <dt-bindings/sound/meson-g12a-tohdmitx.h>
18 #sound-dai-cells = <0>;
21 sound-name-prefix = "DIT";
24 sound {
25 compatible = "amlogic,axg-sound-card";
46 sound-dai = <&frddr_a>;
50 sound-dai = <&frddr_b>;
54 sound-dai = <&frddr_c>;
59 sound-dai = <&tdmif_b>;
68 sound-dai = <&tohdmitx TOHDMITX_I2S_IN_B>;
[all …]
H A Dmeson-sm1.dtsi18 #sound-dai-cells = <0>;
19 sound-name-prefix = "TDM_A";
29 #sound-dai-cells = <0>;
30 sound-name-prefix = "TDM_B";
40 #sound-dai-cells = <0>;
41 sound-name-prefix = "TDM_C";
181 #sound-dai-cells = <0>;
182 sound-name-prefix = "TODDR_A";
196 #sound-dai-cells = <0>;
197 sound-name-prefix = "TODDR_B";
[all …]
H A Dmeson-axg-s400.dts64 #sound-dai-cells = <0>;
70 sound-name-prefix = "Linein";
74 #sound-dai-cells = <0>;
79 sound-name-prefix = "Lineout";
83 #sound-dai-cells = <0>;
86 sound-name-prefix = "DIT";
90 #sound-dai-cells = <0>;
95 sound-name-prefix = "MIC";
99 #sound-dai-cells = <0>;
102 sound-name-prefix = "DIR";
[all …]
H A Dmeson-gx-p23x-q20x.dtsi11 #include <dt-bindings/sound/meson-aiu.h>
21 sound-name-prefix = "AU2";
27 #sound-dai-cells = <0>;
30 sound-name-prefix = "DIT";
122 sound {
123 compatible = "amlogic,gx-sound-card";
143 sound-dai = <&aiu AIU_CPU CPU_I2S_FIFO>;
147 sound-dai = <&aiu AIU_CPU CPU_SPDIF_FIFO>;
151 sound-dai = <&aiu AIU_CPU CPU_I2S_ENCODER>;
156 sound-dai = <&aiu AIU_HDMI CTRL_I2S>;
[all …]
/OK3568_Linux_fs/u-boot/drivers/sound/
H A DKconfig1 menu "Sound support"
3 config SOUND config
4 bool "Enable sound support"
8 the drivers support playing arbitrary sound samples using a
11 Note: At present the sound setup is somewhat tangled up in that the
12 audio codecs are called from the sound-i2s code. This could be
17 depends on SOUND
20 SoC to the audio codec. This option enables sound support using
26 depends on SOUND
36 depends on SOUND
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dsimple-card.yaml4 $id: http://devicetree.org/schemas/sound/simple-card.yaml#
62 as amplifiers, to be added to the sound card.
88 description: User specified audio sound widgets.
112 sound-dai:
140 - sound-dai
158 description: User specified audio sound card name.
254 sound {
256 simple-audio-card,name = "VF610-Tower-Sound-Card";
270 sound-dai = <&sh_fsi2 0>;
274 sound-dai = <&ak4648>;
[all …]
H A Damlogic,gx-sound-card.yaml4 $id: http://devicetree.org/schemas/sound/amlogic,gx-sound-card.yaml#
7 title: Amlogic GX sound card
15 - const: amlogic,gx-sound-card
38 description: User specified audio sound card name
59 sound-dai:
73 sound-dai:
78 - sound-dai
81 - sound-dai
91 sound {
92 compatible = "amlogic,gx-sound-card";
[all …]
H A Damlogic,axg-sound-card.txt1 Amlogic AXG sound card:
5 - compatible: "amlogic,axg-sound-card"
6 - model : User specified audio sound card name, one string
22 - sound-dai: phandle and port of the CPU DAI.
49 - sound-dai: phandle and port of the CODEC DAI.
58 sound {
59 compatible = "amlogic,axg-sound-card";
84 sound-dai = <&frddr_a>;
88 sound-dai = <&toddr_a>;
92 sound-dai = <&tdmif_c>;
[all …]
H A Damlogic,g12a-tohdmitx.txt8 - #sound-dai-cells: should be 1.
16 #sound-dai-cells = <1>;
20 Example of an 'amlogic,axg-sound-card':
22 sound {
23 compatible = "amlogic,axg-sound-card";
28 sound-dai = <&tdmif_a>;
33 sound-dai = <&tohdmitx TOHDMITX_I2S_IN_A>;
37 sound-dai = <&external_dac>;
42 sound-dai = <&tdmif_c>;
47 sound-dai = <&tohdmitx TOHDMITX_I2S_IN_C>;
[all …]
H A Dst,sti-asoc-card.txt3 The sti ASoC Sound Card can be used, for all sti SoCs using internal sti-sas
6 sti sound drivers allows to expose sti SoC audio interface through the
7 generic ASoC simple card. For details about sound card declaration please refer to
8 Documentation/devicetree/bindings/sound/simple-card.yaml.
56 #sound-dai-cells = <0>;
68 #sound-dai-cells = <0>;
79 #sound-dai-cells = <0>;
90 #sound-dai-cells = <0>;
114 #sound-dai-cells = <1>;
121 sound {
[all …]
/OK3568_Linux_fs/kernel/sound/isa/sb/
H A Dsb16.c13 #include <sound/core.h>
14 #include <sound/sb.h>
15 #include <sound/sb16_csp.h>
16 #include <sound/mpu401.h>
17 #include <sound/opl3.h>
18 #include <sound/emu8000.h>
19 #include <sound/seq_device.h>
22 #include <sound/initval.h>
33 MODULE_DESCRIPTION("Sound Blaster 16");
40 MODULE_DESCRIPTION("Sound Blaster AWE");
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3566-evb2-lp4x-v10-pdm-mic-array.dts14 rk809_sound_micarray: rk809-sound-micarray {
23 sound-dai = <&i2s1_8ch>;
26 sound-dai = <&rk809_codec 0>;
32 sound-dai = <&pdm>;
35 sound-dai = <&rk809_codec 1>;
41 sound-dai = <&pdm>;
44 sound-dai = <&es7202>;
55 #sound-dai-cells = <0>;
62 #sound-dai-cells = <0>;
70 #sound-dai-cells = <0>;
[all …]
/OK3568_Linux_fs/u-boot/cmd/
H A Dsound.c11 #include <sound.h>
15 /* Initilaise sound subsystem */
29 /* play sound from buffer */
55 /* process sound command */
63 /* Strip off leading 'sound' command argument */ in do_sound()
76 sound, 4, 1, do_sound,
77 "sound sub-system",
78 "init - initialise the sound driver\n"
79 "sound play [len] [freq] - play a sound for len ms at freq hz\n"
/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.builtin
/OK3568_Linux_fs/kernel/sound/aoa/soundbus/i2sbus/
H A Dcore.c16 #include <sound/core.h>
75 i2sdev = container_of(dev, struct i2sbus_dev, sound.ofdev.dev); in i2sbus_release_dev()
157 struct device_node *child, *sound = NULL; in i2sbus_add_dev() local
181 if (of_node_name_eq(child, "sound")) { in i2sbus_add_dev()
183 sound = child; in i2sbus_add_dev()
187 const u32 *id = of_get_property(sound, "layout-id", NULL); in i2sbus_add_dev()
191 snprintf(dev->sound.modalias, 32, in i2sbus_add_dev()
192 "sound-layout-%d", layout); in i2sbus_add_dev()
195 id = of_get_property(sound, "device-id", NULL); in i2sbus_add_dev()
202 snprintf(dev->sound.modalias, 32, in i2sbus_add_dev()
[all …]
/OK3568_Linux_fs/kernel/sound/aoa/fabrics/
H A Dlayout.c7 * This fabric module looks for sound codecs based on the
77 MODULE_ALIAS("sound-layout-36");
78 MODULE_ALIAS("sound-layout-41");
79 MODULE_ALIAS("sound-layout-45");
80 MODULE_ALIAS("sound-layout-47");
81 MODULE_ALIAS("sound-layout-48");
82 MODULE_ALIAS("sound-layout-49");
83 MODULE_ALIAS("sound-layout-50");
84 MODULE_ALIAS("sound-layout-51");
85 MODULE_ALIAS("sound-layout-56");
[all …]
/OK3568_Linux_fs/kernel/sound/soc/sof/intel/
H A DKconfig6 This adds support for Sound Open Firmware for Intel(R) platforms.
66 This adds support for Sound Open Firmware for Intel(R) platforms
89 This adds support for Sound Open Firmware for Intel(R) platforms
116 This adds support for Sound Open Firmware for Intel(R) platforms
131 This adds support for Sound Open Firmware for Intel(R) platforms
146 This adds support for Sound Open Firmware for Intel(R) platforms
161 This adds support for Sound Open Firmware for Intel(R) platforms
177 This adds support for Sound Open Firmware for Intel(R) platforms
193 This adds support for Sound Open Firmware for Intel(R) platforms
221 This adds support for Sound Open Firmware for Intel(R) platforms
[all …]
/OK3568_Linux_fs/kernel/sound/oss/dmasound/
H A DKconfig3 tristate "Atari DMA sound support"
4 depends on ATARI && SOUND
9 compatible with the Linux/i386 sound system. Otherwise, say N.
17 tristate "Amiga DMA sound support"
18 depends on AMIGA && SOUND
23 compatible with the Linux/i386 sound system. Otherwise, say N.
31 tristate "Q40 sound support"
32 depends on Q40 && SOUND
37 compatible with the Linux/i386 sound system. Otherwise, say N.
/OK3568_Linux_fs/kernel/sound/pci/cs46xx/
H A Dcs46xx.c3 * The driver for the Cirrus Logic's Sound Fusion CS46XX based soundcards
9 - sometimes the sound is metallic and sibilant, unloading and
17 #include <sound/core.h>
19 #include <sound/initval.h>
22 MODULE_DESCRIPTION("Cirrus Logic Sound Fusion CS46XX");
24 MODULE_SUPPORTED_DEVICE("{{Cirrus Logic,Sound Fusion (CS4280)},"
25 "{Cirrus Logic,Sound Fusion (CS4610)},"
26 "{Cirrus Logic,Sound Fusion (CS4612)},"
27 "{Cirrus Logic,Sound Fusion (CS4615)},"
28 "{Cirrus Logic,Sound Fusion (CS4622)},"
[all …]

12345678910>>...128