Searched refs:codecs (Results 1 – 20 of 20) sorted by relevance
/sound/aoa/fabrics/ |
D | layout.c | 67 struct codec_connect_info codecs[MAX_CODECS_PER_BUS]; member 272 .codecs[0] = { 276 .codecs[1] = { 283 .codecs[0] = { 290 .codecs[0] = { 298 .codecs[0] = { 305 .codecs[0] = { 313 .codecs[0] = { 317 .codecs[1] = { 324 .codecs[0] = { [all …]
|
/sound/soc/blackfin/ |
D | Kconfig | 5 Say Y or M if you want to add support for codecs attached to 39 Say Y or M if you want to add support for codecs attached to 45 AC97 codecs which do not implment the slot-16 mode will not function 47 Analog Devices line of AC97 codecs.
|
/sound/soc/ |
D | Kconfig | 36 # Supported codecs 37 source "sound/soc/codecs/Kconfig"
|
D | Makefile | 4 obj-$(CONFIG_SND_SOC) += codecs/
|
/sound/soc/atmel/ |
D | Kconfig | 5 Say Y or M if you want to add support for codecs attached to 13 Say Y or M if you want to add support for codecs the
|
/sound/aoa/ |
D | Makefile | 4 obj-$(CONFIG_SND_AOA) += codecs/
|
D | Kconfig | 13 source "sound/aoa/codecs/Kconfig"
|
/sound/pci/ |
D | intel8x0.c | 2100 unsigned int i, codecs; in snd_intel8x0_mixer() local 2139 codecs = 0; in snd_intel8x0_mixer() 2144 snd_intel8x0_codec_read_test(chip, codecs); in snd_intel8x0_mixer() 2145 chip->ac97_sdin[codecs] = in snd_intel8x0_mixer() 2147 if (snd_BUG_ON(chip->ac97_sdin[codecs] >= 3)) in snd_intel8x0_mixer() 2148 chip->ac97_sdin[codecs] = 0; in snd_intel8x0_mixer() 2150 chip->ac97_sdin[codecs] = i; in snd_intel8x0_mixer() 2151 codecs++; in snd_intel8x0_mixer() 2154 if (! codecs) in snd_intel8x0_mixer() 2155 codecs = 1; in snd_intel8x0_mixer() [all …]
|
D | Kconfig | 246 Say Y here to use a new DSP image for SPDIF and dual codecs.
|
/sound/soc/fsl/ |
D | Kconfig | 9 Say Y if you want to add support for codecs attached to the SSI
|
/sound/soc/davinci/ |
D | Kconfig | 5 Say Y or M if you want to add support for codecs attached to
|
/sound/soc/s3c24xx/ |
D | Kconfig | 5 Say Y or M if you want to add support for codecs attached to
|
/sound/soc/pxa/ |
D | Kconfig | 6 Say Y or M if you want to add support for codecs attached to
|
/sound/soc/codecs/ |
D | Kconfig | 45 Support for the bus types used to access the codecs to be built must
|
/sound/pci/ac97/ |
D | ac97_patch.c | 1590 unsigned short codecs[3]; in patch_ad1881() local 1596 codecs[0] = patch_ad1881_unchained(ac97, 0, (1<<12)); in patch_ad1881() 1597 codecs[1] = patch_ad1881_unchained(ac97, 1, (1<<14)); in patch_ad1881() 1598 codecs[2] = patch_ad1881_unchained(ac97, 2, (1<<13)); in patch_ad1881() 1600 if (! (codecs[0] || codecs[1] || codecs[2])) in patch_ad1881()
|
/sound/oss/ |
D | ac97_codec.c | 269 static LIST_HEAD(codecs); 779 list_add(&codec->list, &codecs); in ac97_probe_codec()
|
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
|
/sound/pci/hda/ |
D | hda_intel.c | 1235 int c, codecs, err; in azx_codec_create() local 1257 codecs = 0; in azx_codec_create() 1293 codecs++; in azx_codec_create() 1296 if (!codecs) { in azx_codec_create()
|
D | Kconfig | 24 with codecs for debugging purposes.
|
/sound/drivers/ |
D | Kconfig | 170 AC97 codecs. In this mode, the power-mode is dynamically
|