/linux-4.1.27/sound/aoa/fabrics/ |
D | layout.c | 66 struct codec_connect_info codecs[MAX_CODECS_PER_BUS]; member 276 .codecs[0] = { 280 .codecs[1] = { 287 .codecs[0] = { 294 .codecs[0] = { 302 .codecs[0] = { 309 .codecs[0] = { 317 .codecs[0] = { 321 .codecs[1] = { 328 .codecs[0] = { [all …]
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | HD-Audio-Controls.txt | 3 Realtek codecs 30 IDT/Sigmatel codecs 36 (see HD-Audio.txt). Note that on some codecs the analog-loopback 57 VIA codecs 96 Conexant codecs 100 See Reatek codecs. 103 Analog codecs
|
D | HD-Audio.txt | 26 A controller may have multiple codecs. Usually you have one audio 28 multiple audio codecs, e.g. for analog and digital outputs, and the 192 the section of HD-audio driver. You can find a list of codecs 225 switch on some codecs. Turn on this if present. 244 - Some Realtek codecs require special vendor-specific coefficients to 246 - IDT codecs may have extra power-enable/disable controls on each 272 It's known that some codecs / devices have fairly bad analog circuits, 580 some codecs. Make sure that you mute all unneeded signal routes when 725 Using `probe_only` mask 2 skips the reset of HDA codecs (use 827 % hda-emu codecs/stac9200-dell-d820-laptop
|
D | README.maya44 | 55 i2c/other/wm8776.c - low-level access routines for Wolfson WM8776 codecs 85 The Maya44 card (or more exactly, the Wolfson WM8776 codecs) allow a maximum sampling rate of 192 k…
|
D | compress_offload.txt | 15 codecs. Processing compressed data on such DSPs results in a dramatic 100 codecs on a capture stream will return encoders, decoders will be 136 Note that the list of codecs/profiles/modes was derived from the
|
D | hda_codec.txt | 14 High Definition (HD) audio codecs. It's designed to be independent 68 belonging codecs on the bus whether they are actually powered off 132 To create mixer controls of all codecs, call
|
D | Procfile.txt | 73 When the card is equipped with AC97 codecs, there are codec97#*
|
D | ALSA-Configuration.txt | 871 probe_mask - Bitmask to probe codecs (default = -1, meaning all slots) 881 setup before initializing the codecs. This option is 889 codecs (for debugging only) 943 communication method between HDA controller and codecs to the 1443 codecs. This driver supports only the AC97 codec, and won't work
|
/linux-4.1.27/sound/aoa/ |
D | Makefile | 4 obj-$(CONFIG_SND_AOA) += codecs/
|
D | Kconfig | 13 source "sound/aoa/codecs/Kconfig"
|
/linux-4.1.27/sound/soc/atmel/ |
D | Kconfig | 5 Say Y or M if you want to add support for codecs attached to 22 Say Y or M if you want to add support for codecs the
|
/linux-4.1.27/sound/soc/ |
D | Kconfig | 61 # Supported codecs 62 source "sound/soc/codecs/Kconfig"
|
D | soc-core.c | 931 struct snd_soc_dai_link_component *codecs = dai_link->codecs; in soc_bind_dai_link() local 954 codec_dais[i] = snd_soc_find_dai(&codecs[i]); in soc_bind_dai_link() 957 codecs[i].dai_name); in soc_bind_dai_link() 2315 dai_link->codecs = devm_kzalloc(card->dev, in snd_soc_init_multicodec() 2318 if (!dai_link->codecs) in snd_soc_init_multicodec() 2321 dai_link->codecs[0].name = dai_link->codec_name; in snd_soc_init_multicodec() 2322 dai_link->codecs[0].of_node = dai_link->codec_of_node; in snd_soc_init_multicodec() 2323 dai_link->codecs[0].dai_name = dai_link->codec_dai_name; in snd_soc_init_multicodec() 2326 if (!dai_link->codecs) { in snd_soc_init_multicodec() 2361 if (!!link->codecs[j].name == in snd_soc_register_card() [all …]
|
D | Makefile | 13 obj-$(CONFIG_SND_SOC) += codecs/
|
/linux-4.1.27/drivers/remoteproc/ |
D | Kconfig | 28 use-cases to run on your platform (multimedia codecs are 55 use-cases to run on your platform (multimedia codecs are
|
/linux-4.1.27/sound/soc/xtensa/ |
D | Kconfig | 5 Say Y or M if you want to add support for codecs attached to the
|
/linux-4.1.27/sound/soc/bcm/ |
D | Kconfig | 7 Say Y or M if you want to add support for codecs attached to
|
/linux-4.1.27/sound/pci/ |
D | sis7019.c | 44 static int codecs = 1; variable 52 module_param(codecs, int, 0444); 53 MODULE_PARM_DESC(codecs, "Set bit to indicate that codec number is expected to be present (default … 1133 if (sis->codecs_present == codecs) in sis_chip_init() 1146 if (sis->codecs_present != codecs) { in sis_chip_init() 1148 sis->codecs_present, codecs); in sis_chip_init() 1420 codecs &= SIS_PRIMARY_CODEC_PRESENT | SIS_SECONDARY_CODEC_PRESENT | in snd_sis7019_probe() 1422 if (!codecs) in snd_sis7019_probe() 1423 codecs = SIS_PRIMARY_CODEC_PRESENT; in snd_sis7019_probe()
|
D | intel8x0.c | 2211 unsigned int i, codecs; in snd_intel8x0_mixer() local 2250 codecs = 0; in snd_intel8x0_mixer() 2255 snd_intel8x0_codec_read_test(chip, codecs); in snd_intel8x0_mixer() 2256 chip->ac97_sdin[codecs] = in snd_intel8x0_mixer() 2258 if (snd_BUG_ON(chip->ac97_sdin[codecs] >= 3)) in snd_intel8x0_mixer() 2259 chip->ac97_sdin[codecs] = 0; in snd_intel8x0_mixer() 2261 chip->ac97_sdin[codecs] = i; in snd_intel8x0_mixer() 2262 codecs++; in snd_intel8x0_mixer() 2265 if (! codecs) in snd_intel8x0_mixer() 2266 codecs = 1; in snd_intel8x0_mixer() [all …]
|
D | azt3328.c | 290 struct snd_azf3328_codec_data codecs[3]; member 1357 struct snd_azf3328_codec_data *codec = &chip->codecs[codec_type]; in snd_azf3328_ctrl_codec_activity() 1384 ((!chip->codecs[peer_codecs[codec_type].other1] in snd_azf3328_ctrl_codec_activity() 1386 && (!chip->codecs[peer_codecs[codec_type].other2] in snd_azf3328_ctrl_codec_activity() 1961 snd_azf3328_pcm_interrupt(chip, chip->codecs, status); in snd_azf3328_interrupt() 2049 struct snd_azf3328_codec_data *codec = &chip->codecs[codec_type]; in snd_azf3328_pcm_open() 2442 codec_setup = &chip->codecs[AZF_CODEC_PLAYBACK]; in snd_azf3328_create() 2448 codec_setup = &chip->codecs[AZF_CODEC_CAPTURE]; in snd_azf3328_create() 2454 codec_setup = &chip->codecs[AZF_CODEC_I2S_OUT]; in snd_azf3328_create() 2488 &chip->codecs[codec_type]; in snd_azf3328_create()
|
D | Kconfig | 273 Say Y here to use a new DSP image for SPDIF and dual codecs.
|
/linux-4.1.27/sound/soc/blackfin/ |
D | Kconfig | 7 Say Y or M if you want to add support for codecs attached to 128 Say Y or M if you want to add support for codecs attached to 134 AC97 codecs which do not implement the slot-16 mode will not function 136 Analog Devices line of AC97 codecs.
|
/linux-4.1.27/sound/soc/mxs/ |
D | Kconfig | 7 Say Y or M if you want to add support for codecs attached to
|
/linux-4.1.27/sound/soc/rockchip/ |
D | Kconfig | 5 Say Y or M if you want to add support for codecs attached to
|
/linux-4.1.27/sound/soc/kirkwood/ |
D | Kconfig | 5 Say Y or M if you want to add support for codecs attached to
|
/linux-4.1.27/sound/soc/tegra/ |
D | Kconfig | 17 Say Y or M if you want to add support for codecs attached to the 34 Say Y or M if you want to add support for codecs attached to the 60 Say Y or M if you want to add support for codecs attached to the
|
/linux-4.1.27/sound/soc/jz4740/ |
D | Kconfig | 6 Say Y or M if you want to add support for codecs attached to
|
/linux-4.1.27/include/uapi/sound/ |
D | compress_offload.h | 108 __u32 codecs[MAX_NUM_CODECS]; member
|
/linux-4.1.27/drivers/media/platform/coda/ |
D | coda-common.c | 301 const struct coda_codec *codecs = dev->devtype->codecs; in coda_find_codec() local 311 if (codecs[k].src_fourcc == src_fourcc && in coda_find_codec() 312 codecs[k].dst_fourcc == dst_fourcc) in coda_find_codec() 319 return &codecs[k]; in coda_find_codec() 326 const struct coda_codec *codecs = dev->devtype->codecs; in coda_get_max_dimensions() local 336 w = max(w, codecs[k].max_w); in coda_get_max_dimensions() 337 h = max(h, codecs[k].max_h); in coda_get_max_dimensions() 2026 .codecs = codadx6_codecs, 2036 .codecs = coda7_codecs, 2047 .codecs = coda9_codecs, [all …]
|
D | coda.h | 55 const struct coda_codec *codecs; member
|
/linux-4.1.27/sound/soc/cirrus/ |
D | Kconfig | 6 Say Y or M if you want to add support for codecs attached to
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | tlv320aic3x.txt | 47 CODEC input pins for other compatible codecs:
|
D | fsl,esai.txt | 5 standard codecs, Sony/Phillips Digital Interface (S/PDIF) transceivers, and
|
D | fsl-sai.txt | 3 The SAI is based on I2S module that used communicating with audio codecs,
|
D | fsl,ssi.txt | 3 The SSI is a serial device that communicates with audio codecs. It can
|
/linux-4.1.27/Documentation/sound/alsa/soc/ |
D | codec.txt | 24 driver code in sound/soc/codecs/ 160 Most codecs have a digital mute before the DACs that can be used to
|
D | dapm.txt | 81 build a list of widgets of the codecs and machines DAPM widgets. 169 The codec bias power domain has no widgets and is handled by the codecs DAPM 269 order to save power. e.g. NC codecs pins will be switched OFF, unconnected
|
D | machine.txt | 5 component drivers (e.g. codecs, platforms and DAIs). It also describes the
|
D | overview.txt | 6 pxa2xx, au1x00, iMX, etc) and portable audio codecs. Prior to the ASoC
|
/linux-4.1.27/Documentation/devicetree/bindings/media/ |
D | s5p-mfc.txt | 7 video codecs.
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | twl6040.txt | 3 The TWL6040s are 8-channel high quality low-power audio codecs providing audio,
|
/linux-4.1.27/sound/soc/pxa/ |
D | Kconfig | 6 Say Y or M if you want to add support for codecs attached to 17 Say Y if you want to add support for codecs attached to
|
/linux-4.1.27/sound/pci/hda/ |
D | Kconfig | 63 with codecs for debugging purposes. 154 Intel and Nvidia HDMI/DisplayPort codecs.
|
D | hda_controller.c | 1863 int c, codecs, err; in azx_probe_codecs() local 1865 codecs = 0; in azx_probe_codecs() 1901 codecs++; in azx_probe_codecs() 1904 if (!codecs) { in azx_probe_codecs()
|
/linux-4.1.27/sound/soc/intel/atom/sst/ |
D | sst_drv_interface.c | 402 caps->codecs[0] = SND_AUDIOCODEC_MP3; in sst_cdev_caps() 403 caps->codecs[1] = SND_AUDIOCODEC_AAC; in sst_cdev_caps()
|
/linux-4.1.27/sound/soc/fsl/ |
D | Kconfig | 77 Say Y or M if you want to add support for codecs attached to 84 Say Y or M if you want to add support for codecs attached to
|
/linux-4.1.27/sound/pci/ac97/ |
D | ac97_patch.c | 1545 unsigned short codecs[3]; in patch_ad1881() local 1551 codecs[0] = patch_ad1881_unchained(ac97, 0, (1<<12)); in patch_ad1881() 1552 codecs[1] = patch_ad1881_unchained(ac97, 1, (1<<14)); in patch_ad1881() 1553 codecs[2] = patch_ad1881_unchained(ac97, 2, (1<<13)); in patch_ad1881() 1555 if (! (codecs[0] || codecs[1] || codecs[2])) in patch_ad1881()
|
/linux-4.1.27/sound/soc/samsung/ |
D | Kconfig | 8 Say Y or M if you want to add support for codecs attached to
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | spear1340-evb.dts | 263 audio-codecs = <&incodec &outcodec &sta529 &sta529>;
|
/linux-4.1.27/Documentation/gpio/ |
D | gpio.txt | 35 provide GPIOs; multifunction chips like power managers, and audio codecs
|
D | driver.txt | 59 Chips such as codecs will have complex non-GPIO state.
|
D | gpio-legacy.txt | 22 provide GPIOs; multifunction chips like power managers, and audio codecs 547 and more. Chips such as codecs will have complex non-GPIO state.
|
/linux-4.1.27/sound/oss/ |
D | CHANGELOG | 218 - Using CS4231 compatible codecs as timer for /dev/music. 269 - Hardware u-Law and A-Law support with AD1848/CS4248 and CS4231 codecs
|
/linux-4.1.27/sound/drivers/ |
D | Kconfig | 190 AC97 codecs. In this mode, the power-mode is dynamically
|
/linux-4.1.27/sound/soc/codecs/ |
D | Kconfig | 179 Support for the bus types used to access the codecs to be built must
|
/linux-4.1.27/Documentation/ |
D | rpmsg.txt | 19 Typically AMP remote processors employ dedicated DSP codecs and multimedia
|
/linux-4.1.27/include/sound/ |
D | soc.h | 947 struct snd_soc_dai_link_component *codecs; member
|
/linux-4.1.27/drivers/spi/ |
D | Kconfig | 19 eeprom and flash memory, codecs and various other controller
|
/linux-4.1.27/ |
D | MAINTAINERS | 706 F: sound/soc/codecs/adau* 707 F: sound/soc/codecs/adav* 708 F: sound/soc/codecs/ad1* 709 F: sound/soc/codecs/ad7* 710 F: sound/soc/codecs/ssm* 711 F: sound/soc/codecs/sigmadsp.* 2575 F: sound/soc/codecs/cs* 3189 F: sound/soc/codecs/da[79]*.[ch] 7032 F: sound/soc/codecs/tfa9879* 8250 F: sound/soc/codecs/rt* [all …]
|
/linux-4.1.27/Documentation/spi/ |
D | spi-summary | 78 sensors and codecs, to memory, to peripherals like USB controllers
|