/sound/soc/ |
D | Kconfig | 34 source "sound/soc/adi/Kconfig" 35 source "sound/soc/atmel/Kconfig" 36 source "sound/soc/au1x/Kconfig" 37 source "sound/soc/bcm/Kconfig" 38 source "sound/soc/blackfin/Kconfig" 39 source "sound/soc/cirrus/Kconfig" 40 source "sound/soc/davinci/Kconfig" 41 source "sound/soc/dwc/Kconfig" 42 source "sound/soc/fsl/Kconfig" 43 source "sound/soc/jz4740/Kconfig" [all …]
|
/sound/ |
D | Kconfig | 5 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/ |
D | core.c | 76 i2sdev = container_of(dev, struct i2sbus_dev, sound.ofdev.dev); in i2sbus_release_dev() 159 struct device_node *child = NULL, *sound = NULL; in i2sbus_add_dev() local 184 sound = child; in i2sbus_add_dev() 188 const u32 *id = of_get_property(sound, "layout-id", NULL); in i2sbus_add_dev() 192 snprintf(dev->sound.modalias, 32, in i2sbus_add_dev() 196 id = of_get_property(sound, "device-id", NULL); in i2sbus_add_dev() 203 snprintf(dev->sound.modalias, 32, in i2sbus_add_dev() 223 dev->sound.ofdev.archdata.dma_mask = macio->ofdev.archdata.dma_mask; in i2sbus_add_dev() 224 dev->sound.ofdev.dev.of_node = np; in i2sbus_add_dev() 225 dev->sound.ofdev.dev.dma_mask = &dev->sound.ofdev.archdata.dma_mask; in i2sbus_add_dev() [all …]
|
D | pcm.c | 92 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/ |
D | opl4_synth.c | 373 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/ |
D | Kconfig | 12 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 …]
|
D | README.FIRST | 1 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/ |
D | Kconfig | 27 This option enables FSI sound support 42 This option enables R-Car SUR/SCU/SSIU/SSI sound support 49 tristate "SH7760 AC97 sound support" 54 This option enables generic sound support for the first 58 tristate "SIU sound support on Migo-R" 63 This option enables sound support for the SH7722 Migo-R board
|
/sound/sparc/ |
D | Kconfig | 4 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. 26 Say Y here to include support for CS4231 sound device on Sun. 36 Say Y here to include support for DBRI sound device on Sun.
|
/sound/parisc/ |
D | Kconfig | 4 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/ |
D | Kconfig | 2 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/ |
D | Kconfig | 11 source "sound/aoa/fabrics/Kconfig" 13 source "sound/aoa/codecs/Kconfig" 15 source "sound/aoa/soundbus/Kconfig"
|
/sound/sh/ |
D | Kconfig | 4 bool "SUPERH sound devices" 8 Support for sound devices specific to SUPERH architectures. 15 tristate "Dreamcast Yamaha AICA sound"
|
/sound/aoa/fabrics/ |
D | layout.c | 603 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/ |
D | Kconfig | 28 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/ |
D | Kconfig | 4 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/ppc/ |
D | pmac.c | 940 struct device_node *sound; in snd_pmac_detect() local 970 sound = of_node_get(chip->node); in snd_pmac_detect() 994 if (!sound) { in snd_pmac_detect() 995 for_each_node_by_name(sound, "sound") in snd_pmac_detect() 996 if (sound->parent == chip->node) in snd_pmac_detect() 999 if (! sound) { in snd_pmac_detect() 1004 prop = of_get_property(sound, "sub-frame", NULL); in snd_pmac_detect() 1007 prop = of_get_property(sound, "layout-id", NULL); in snd_pmac_detect() 1014 of_node_put(sound); in snd_pmac_detect() 1020 if (of_device_is_compatible(sound, "screamer")) { in snd_pmac_detect() [all …]
|
D | Kconfig | 4 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/soc/generic/ |
D | Kconfig | 2 tristate "ASoC Simple sound card support" 4 This option enables generic simple sound card support
|
/sound/atmel/ |
D | Kconfig | 9 ALSA sound driver for the Atmel Audio Bitstream DAC (ABDAC). 17 ALSA sound driver for the Atmel AC97 controller.
|
/sound/soc/txx9/ |
D | Kconfig | 24 tristate "Generic TXx9 ACLC sound machine" 29 This is a generic AC97 sound machine for use in TXx9 based systems.
|
/sound/core/ |
D | Kconfig | 61 and read <file:Documentation/sound/alsa/OSS-Emulation.txt>. 74 here and read <file:Documentation/sound/alsa/OSS-Emulation.txt>. 158 more than 8 sound cards, but requires a dynamic device file 164 int "Max number of sound cards" 169 Specify the max number of sound cards that can be assigned 218 sound clicking when system is loaded, it may help to determine 231 source "sound/core/seq/Kconfig"
|
/sound/pcmcia/ |
D | Kconfig | 4 bool "PCMCIA sound devices" 8 Support for sound devices connected via the PCMCIA bus.
|
/sound/mips/ |
D | Kconfig | 4 bool "MIPS sound devices" 8 Support for sound devices of MIPS architectures.
|
/sound/arm/ |
D | Kconfig | 4 bool "ARM sound devices" 8 Support for sound devices specific to ARM architectures.
|