Searched refs:codecs (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/
H A DMakefile4 obj-$(CONFIG_SND_AOA) += codecs/
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/
H A DMakefile4 obj-$(CONFIG_SND_SOC) += codecs/ at91/ pxa/ s3c24xx/ bcm947xx/
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/fabrics/
H A Dsnd-aoa-fabric-layout.c9 * This fabric module looks for sound codecs
53 * fabric has to know the codec anyway and all codecs might have
67 struct codec_connect_info codecs[MAX_CODECS_PER_BUS]; member in struct:layout
270 .codecs[0] = {
274 .codecs[1] = {
281 .codecs[0] = {
288 .codecs[0] = {
296 .codecs[0] = {
303 .codecs[0] = {
311 .codecs[
557 struct aoa_codec *codecs[MAX_CODECS_PER_BUS]; member in struct:layout_dev
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Dintel8x0.c1964 unsigned int i, codecs; local
2003 codecs = 0;
2008 snd_intel8x0_codec_read_test(chip, codecs);
2009 chip->ac97_sdin[codecs] =
2011 snd_assert(chip->ac97_sdin[codecs] < 3,
2012 chip->ac97_sdin[codecs] = 0);
2014 chip->ac97_sdin[codecs] = i;
2015 codecs++;
2018 if (! codecs)
2019 codecs
2581 static const char *codecs[3] = { local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Ddrv_libxml2.py40 import codecs namespace
59 _decoder = codecs.lookup("utf8")[1]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/hda/
H A Dhda_intel.c69 MODULE_PARM_DESC(probe_mask, "Bitmask to probe codecs (default = -1).");
71 MODULE_PARM_DESC(single_cmd, "Use single command to communicate with codecs (for debugging only).");
683 /* Brent Chartrand said to wait >= 540us for codecs to initialize */
695 /* detect codecs */
791 * Ensuring these bits are 0 clears playback static on some HD Audio codecs
979 int c, codecs, audio_codecs, err; local
991 codecs = audio_codecs = 0;
998 codecs++;
1010 codecs++;
1014 if (!codecs) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dac97_codec.c40 * dual codecs support verified with 4 channels output
101 * Not all codecs support all features, not all drivers use all the
305 static LIST_HEAD(codecs);
740 * Returns a new AC97 codec structure. AC97 codecs may become
805 * Some codecs will power down when a register reset is
806 * performed. We now check for such codecs.
886 list_add(&codec->list, &codecs);
1153 * almost all modern codecs. Note that some cards wire EAPD *backwards*
1396 list_for_each(l, &codecs)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ac97/
H A Dac97_patch.c7 * for specific codecs.
845 * Sigmatel STAC97xx codecs
1229 * Cirrus Logic CS42xx codecs
1292 * Conexant codecs
1335 * Analog Device AD18xx, AD19xx codecs
1366 /* select all codecs */
1374 /* handle multi codecs for AD18xx */
1385 /* select all codecs */
1426 snd_ac97_write_cache(ac97, AC97_AD_SERIAL_CFG, scfg | 0x7000); /* select all codecs */
1474 // test for chained codecs
1506 unsigned short codecs[3]; local
[all...]

Completed in 107 milliseconds