Home
last modified time | relevance | path

Searched refs:sound (Results 1 – 25 of 39) sorted by relevance

12

/sound/soc/
DKconfig40 source "sound/soc/adi/Kconfig"
41 source "sound/soc/atmel/Kconfig"
42 source "sound/soc/au1x/Kconfig"
43 source "sound/soc/bcm/Kconfig"
44 source "sound/soc/blackfin/Kconfig"
45 source "sound/soc/cirrus/Kconfig"
46 source "sound/soc/davinci/Kconfig"
47 source "sound/soc/dwc/Kconfig"
48 source "sound/soc/fsl/Kconfig"
49 source "sound/soc/jz4740/Kconfig"
[all …]
/sound/
DKconfig5 If you have a sound card in your computer, i.e. if it can say more
7 about your sound card and its configuration down (I/O port,
12 the modular sound system is contained in the files
13 <file:Documentation/sound/oss/Introduction>. The file
14 <file:Documentation/sound/oss/README.OSS> contains some slightly
15 outdated but still useful information as well. Newer sound
16 driver documentation is found in <file:Documentation/sound/alsa/*>.
18 If you have a PnP sound card and you want to configure it at boot
21 compile the sound card support as a module and load that module
23 and read <file:Documentation/sound/oss/README.modules>; the module
[all …]
/sound/aoa/soundbus/i2sbus/
Dcore.c76 i2sdev = container_of(dev, struct i2sbus_dev, sound.ofdev.dev); in i2sbus_release_dev()
157 struct device_node *child = NULL, *sound = NULL; in i2sbus_add_dev() local
182 sound = child; in i2sbus_add_dev()
186 const u32 *id = of_get_property(sound, "layout-id", NULL); in i2sbus_add_dev()
190 snprintf(dev->sound.modalias, 32, in i2sbus_add_dev()
194 id = of_get_property(sound, "device-id", NULL); in i2sbus_add_dev()
201 snprintf(dev->sound.modalias, 32, in i2sbus_add_dev()
221 dev->sound.ofdev.archdata.dma_mask = macio->ofdev.archdata.dma_mask; in i2sbus_add_dev()
222 dev->sound.ofdev.dev.of_node = np; in i2sbus_add_dev()
223 dev->sound.ofdev.dev.dma_mask = &dev->sound.ofdev.archdata.dma_mask; in i2sbus_add_dev()
[all …]
Dpcm.c92 sdev = &i2sdev->sound; in i2sbus_pcm_open()
240 list_for_each_entry(cii, &i2sdev->sound.codec_list, list) { in i2sbus_pcm_close()
420 list_for_each_entry(cii, &i2sdev->sound.codec_list, list) { in i2sbus_pcm_prepare()
442 list_for_each_entry(cii, &i2sdev->sound.codec_list, list) { in i2sbus_pcm_prepare()
465 list_for_each_entry(cii, &i2sdev->sound.codec_list, list) { in i2sbus_pcm_prepare()
492 list_for_each_entry(cii, &i2sdev->sound.codec_list, list) in i2sbus_pcm_prepare()
522 list_for_each_entry(cii, &i2sdev->sound.codec_list, list) in i2sbus_pcm_prepare()
557 list_for_each_entry(cii, &i2sdev->sound.codec_list, list) in i2sbus_pcm_trigger()
606 list_for_each_entry(cii, &i2sdev->sound.codec_list, list) in i2sbus_pcm_trigger()
867 i2sdev->sound.pcm = NULL; in i2sbus_private_free()
[all …]
/sound/drivers/opl4/
Dopl4_synth.c373 att = voice->sound->tone_attenuate; in snd_opl4_update_volume()
378 att = 0x7f - (0x7f - att) * (voice->sound->volume_factor) / 0xfe - volume_boost; in snd_opl4_update_volume()
390 int pan = voice->sound->panpot; in snd_opl4_update_pan()
410 depth = (7 - voice->sound->vibrato) in snd_opl4_update_vibrato_depth()
412 depth = (depth >> 7) + voice->sound->vibrato; in snd_opl4_update_vibrato_depth()
430 pitch = ((note - 60) << 7) * voice->sound->key_scaling / 100 + (60 << 7); in snd_opl4_update_pitch()
431 pitch += voice->sound->pitch_offset; in snd_opl4_update_pitch()
454 voice->sound->reg_attack_decay1); in snd_opl4_update_tone_parameters()
456 voice->sound->reg_level_decay2); in snd_opl4_update_tone_parameters()
458 voice->sound->reg_release_correction); in snd_opl4_update_tone_parameters()
[all …]
/sound/oss/
DKconfig12 here to enable the sound chip instead of the UART. Also
23 See <file:Documentation/sound/oss/MultiSound> for important information
39 default "/etc/sound/msndinit.bin"
44 <file:Documentation/sound/oss/MultiSound> for information on how to
50 default "/etc/sound/msndperm.bin"
55 <file:Documentation/sound/oss/MultiSound> for information on how to
85 See <file:Documentation/sound/oss/MultiSound> for important information
101 default "/etc/sound/pndspini.bin"
106 <file:Documentation/sound/oss/MultiSound> for information on how to
112 default "/etc/sound/pndsperm.bin"
[all …]
DREADME.FIRST1 The modular sound driver patches were funded by Red Hat Software
2 (www.redhat.com). The sound driver here is thus a modified version of
/sound/soc/sh/
DKconfig27 This option enables FSI sound support
44 This option enables R-Car SRU/SCU/SSIU/SSI sound support
49 This option enables simple sound if you need sampling rate convert
56 tristate "SH7760 AC97 sound support"
61 This option enables generic sound support for the first
65 tristate "SIU sound support on Migo-R"
70 This option enables sound support for the SH7722 Migo-R board
/sound/sparc/
DKconfig4 bool "Sparc sound devices"
8 Support for sound devices specific to Sun SPARC architectures.
17 Say Y here to include support for AMD7930 sound device on Sun.
27 Say Y here to include support for CS4231 sound device on Sun.
37 Say Y here to include support for DBRI sound device on Sun.
/sound/parisc/
DKconfig4 bool "GSC sound devices"
8 Support for GSC sound devices on PA-RISC architectures.
13 tristate "Harmony/Vivace sound chip"
16 Say 'Y' or 'M' to include support for the Harmony/Vivace sound
/sound/oss/dmasound/
DKconfig2 tristate "Atari DMA sound support"
8 compatible with the Linux/i386 sound system. Otherwise, say N.
16 tristate "Amiga DMA sound support"
22 compatible with the Linux/i386 sound system. Otherwise, say N.
30 tristate "Q40 sound support"
36 compatible with the Linux/i386 sound system. Otherwise, say N.
/sound/aoa/
DKconfig11 source "sound/aoa/fabrics/Kconfig"
13 source "sound/aoa/codecs/Kconfig"
15 source "sound/aoa/soundbus/Kconfig"
/sound/sh/
DKconfig4 bool "SUPERH sound devices"
8 Support for sound devices specific to SUPERH architectures.
15 tristate "Dreamcast Yamaha AICA sound"
/sound/aoa/fabrics/
Dlayout.c603 struct device_node *sound; member
774 ref = of_get_property(ldev->sound, propname, NULL); in check_codec()
992 struct device_node *sound = NULL; in aoa_fabric_layout_probe() local
1003 while ((sound = of_get_next_child(sdev->ofdev.dev.of_node, sound))) { in aoa_fabric_layout_probe()
1004 if (sound->type && strcasecmp(sound->type, "soundchip") == 0) in aoa_fabric_layout_probe()
1007 if (!sound) in aoa_fabric_layout_probe()
1010 id = of_get_property(sound, "layout-id", NULL); in aoa_fabric_layout_probe()
1014 id = of_get_property(sound, "device-id", NULL); in aoa_fabric_layout_probe()
1030 ldev->sound = sound; in aoa_fabric_layout_probe()
1032 ldev->gpio.node = sound->parent; in aoa_fabric_layout_probe()
[all …]
/sound/drivers/
DKconfig28 bool "Generic sound devices"
31 Support for generic sound devices.
41 If you don't have a sound card in your computer, you can include a
43 sound card.
50 before the other sound driver of yours, making the
51 pc-speaker a default sound device. Which is likely not
53 sound driver, you can add this in a configuration file under
61 Say N if you have a sound card.
141 and read <file:Documentation/sound/alsa/serial-u16550.txt>.
211 See Documentation/sound/alsa/powersave.txt for more details.
/sound/spi/
DKconfig4 bool "SPI sound devices"
8 Support for sound devices connected via the SPI bus.
20 This driver requires the Atmel SSC driver for sound sink, a
/sound/soc/generic/
DKconfig2 tristate "ASoC Simple sound card support"
4 This option enables generic simple sound card support
/sound/ppc/
Dpmac.c934 struct device_node *sound; in snd_pmac_detect() local
964 sound = of_node_get(chip->node); in snd_pmac_detect()
988 if (!sound) { in snd_pmac_detect()
989 for_each_node_by_name(sound, "sound") in snd_pmac_detect()
990 if (sound->parent == chip->node) in snd_pmac_detect()
993 if (! sound) { in snd_pmac_detect()
998 prop = of_get_property(sound, "sub-frame", NULL); in snd_pmac_detect()
1001 prop = of_get_property(sound, "layout-id", NULL); in snd_pmac_detect()
1008 of_node_put(sound); in snd_pmac_detect()
1014 if (of_device_is_compatible(sound, "screamer")) { in snd_pmac_detect()
[all …]
DKconfig4 bool "PowerPC sound devices"
8 Support for sound devices specific to PowerPC architectures.
18 Say Y here to include support for the integrated sound device.
/sound/atmel/
DKconfig9 ALSA sound driver for the Atmel Audio Bitstream DAC (ABDAC).
17 ALSA sound driver for the Atmel AC97 controller.
/sound/soc/txx9/
DKconfig24 tristate "Generic TXx9 ACLC sound machine"
29 This is a generic AC97 sound machine for use in TXx9 based systems.
/sound/pcmcia/
DKconfig4 bool "PCMCIA sound devices"
8 Support for sound devices connected via the PCMCIA bus.
/sound/mips/
DKconfig4 bool "MIPS sound devices"
8 Support for sound devices of MIPS architectures.
/sound/arm/
DKconfig4 bool "ARM sound devices"
8 Support for sound devices specific to ARM architectures.
/sound/core/
DKconfig67 and read <file:Documentation/sound/alsa/OSS-Emulation.txt>.
80 here and read <file:Documentation/sound/alsa/OSS-Emulation.txt>.
175 more than 8 sound cards, but requires a dynamic device file
181 int "Max number of sound cards"
186 Specify the max number of sound cards that can be assigned
244 sound clicking when system is loaded, it may help to determine
254 source "sound/core/seq/Kconfig"

12