Searched refs:card (Results 276 - 300 of 619) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Des1938.c82 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
83 static int enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */
217 struct snd_card *card; member in struct:es1938
1000 if ((err = snd_pcm_new(chip->card, "es-1938-1946", device, 2, 1, &pcm)) < 0)
1460 struct snd_card *card = pci_get_drvdata(pci); local
1461 struct es1938 *chip = card->private_data;
1464 snd_power_change_state(card, SNDRV_CTL_POWER_D3hot);
1485 struct snd_card *card = pci_get_drvdata(pci); local
1486 struct es1938 *chip = card->private_data;
1494 snd_card_disconnect(card);
1579 snd_es1938_create(struct snd_card *card, struct pci_dev * pci, struct es1938 ** rchip) argument
1714 struct snd_card *card; local
1754 struct snd_card *card; local
[all...]
H A Datiixp.c44 static char *id = SNDRV_DEFAULT_STR1; /* ID for this card */
263 struct snd_card *card; member in struct:atiixp
1271 err = snd_pcm_new(chip->card, "ATI IXP AC97",
1293 err = snd_pcm_new(chip->card, "ATI IXP IEC958",
1408 if ((err = snd_ac97_bus(chip->card, 0, &ops, chip, &pbus)) < 0)
1449 struct snd_card *card = pci_get_drvdata(pci); local
1450 struct atiixp *chip = card->private_data;
1453 snd_power_change_state(card, SNDRV_CTL_POWER_D3hot);
1475 struct snd_card *card = pci_get_drvdata(pci); local
1476 struct atiixp *chip = card
1571 snd_atiixp_create(struct snd_card *card, struct pci_dev *pci, struct atiixp **r_chip) argument
1633 struct snd_card *card; local
[all...]
H A Dcs4281.c47 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
468 struct snd_card *card; member in struct:cs4281
980 err = snd_pcm_new(chip->card, "CS4281", device, 1, 1, &pcm);
1098 struct snd_card *card = chip->card; local
1106 if ((err = snd_ac97_bus(card, 0, &ops, chip, &chip->ac97_bus)) < 0)
1120 if ((err = snd_ctl_add(card, snd_ctl_new1(&snd_cs4281_fm_vol, chip))) < 0)
1122 if ((err = snd_ctl_add(card, snd_ctl_new1(&snd_cs4281_pcm_vol, chip))) < 0)
1190 if (! snd_card_proc_new(chip->card, "cs4281", &entry))
1192 if (! snd_card_proc_new(chip->card, "cs4281_BA
1347 snd_cs4281_create(struct snd_card *card, struct pci_dev *pci, struct cs4281 ** rchip, int dual_codec) argument
1916 struct snd_card *card; local
2010 struct snd_card *card = pci_get_drvdata(pci); local
2057 struct snd_card *card = pci_get_drvdata(pci); local
[all...]
H A Dvia82xx.c40 * the card config of alsa-lib will assign the correct
78 static char *id = SNDRV_DEFAULT_STR1; /* ID for this card */
370 struct snd_card *card; member in struct:via82xx
1380 err = snd_pcm_new(chip->card, chip->card->shortname, 0, 4, 1, &pcm);
1386 strcpy(pcm->name, chip->card->shortname);
1400 err = snd_pcm_new(chip->card, chip->card->shortname, 1, 1, 1, &pcm);
1406 strcpy(pcm->name, chip->card->shortname);
1436 err = snd_pcm_new(chip->card, chi
2127 struct snd_card *card = pci_get_drvdata(pci); local
2154 struct snd_card *card = pci_get_drvdata(pci); local
2223 snd_via82xx_create(struct snd_card *card, struct pci_dev *pci, int chip_type, int revision, unsigned int ac97_clock, struct via82xx ** r_via) argument
2390 struct snd_card *card; local
[all...]
H A Dfm801.c5 * Support FM only card by Andy Shevchenko <andy@smile.org.ua>
52 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
53 static int enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */
59 * 16 = setup tuner only (this is additional bit), i.e. SF-64-PCR FM card
186 struct snd_card *card; member in struct:fm801
692 if ((err = snd_pcm_new(chip->card, "FM801", device, 1, 1, &pcm)) < 0)
1220 if ((err = snd_ac97_bus(chip->card, 0, &ops, chip, &chip->ac97_bus)) < 0)
1236 snd_ctl_add(chip->card, snd_ctl_new1(&snd_fm801_controls[i], chip));
1239 snd_ctl_add(chip->card, snd_ctl_new1(&snd_fm801_controls_multi[i], chip));
1290 /* my card ha
1366 snd_fm801_create(struct snd_card *card, struct pci_dev * pci, int tea575x_tuner, struct fm801 ** rchip) argument
1440 struct snd_card *card; local
1522 struct snd_card *card = pci_get_drvdata(pci); local
1541 struct snd_card *card = pci_get_drvdata(pci); local
[all...]
H A Dsonicvibes.c55 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
56 static int enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */
226 struct snd_card *card; member in struct:sonicvibes
556 snd_ctl_notify(sonic->card, SNDRV_CTL_EVENT_MASK_VALUE, &sonic->master_mute->id);
557 snd_ctl_notify(sonic->card, SNDRV_CTL_EVENT_MASK_VALUE, &sonic->master_volume->id);
769 if ((err = snd_pcm_new(sonic->card, "s3_86c617", device, 1, 1, &pcm)) < 0)
1006 struct snd_card *card; local
1011 snd_assert(sonic != NULL && sonic->card != NULL, return -EINVAL);
1012 card = sonic->card;
1131 snd_sonicvibes_create(struct snd_card *card, struct pci_dev *pci, int reverb, int mge, struct sonicvibes ** rsonic) argument
1304 struct snd_card *card = sonic->card; local
1323 struct snd_card *card; local
[all...]
H A Dazt3328.c76 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
80 static int enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */
112 struct snd_card *card; member in struct:snd_azf3328
592 struct snd_card *card; local
598 snd_assert(chip != NULL && chip->card != NULL, return -EINVAL);
600 card = chip->card;
615 if ((err = snd_ctl_add(chip->card, snd_ctl_new1(sw, chip))) < 0)
618 snd_component_add(card, "AZF3328 mixer");
619 strcpy(card
1513 snd_azf3328_create(struct snd_card *card, struct pci_dev *pci, unsigned long device_type, struct snd_azf3328 ** rchip) argument
1610 struct snd_card *card; local
1710 struct snd_card *card = pci_get_drvdata(pci); local
1743 struct snd_card *card = pci_get_drvdata(pci); local
[all...]
H A Dbt87x.c44 static int index[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = -2}; /* Exclude the first card */
45 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
46 static int enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */
151 struct snd_card *card; member in struct:snd_bt87x
264 snd_printk(KERN_ERR "This is an error *observed by*, not *generated by*, this card.\n");
692 err = snd_pcm_new(chip->card, name, device, 0, 1, &pcm);
705 static int __devinit snd_bt87x_create(struct snd_card *card, argument
726 chip->card = card;
760 err = snd_device_new(card, SNDRV_DEV_LOWLEVE
846 struct snd_card *card; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Des1688.h47 struct snd_card *card; member in struct:snd_es1688
110 int snd_es1688_create(struct snd_card *card,
H A Di2c.h55 struct snd_card *card; /* card which I2C belongs to */ member in struct:snd_i2c_bus
78 int snd_i2c_bus_create(struct snd_card *card, const char *name,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf.h87 struct snd_card *card; member in struct:snd_pdacf
133 struct snd_pdacf *snd_pdacf_create(struct snd_card *card);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dgmidi.c126 struct snd_card *card; member in struct:gmidi_device
825 struct snd_card* card; local
829 card = dev->card;
830 dev->card = NULL;
831 if (card) {
832 snd_card_free(card);
1073 /* register as a sound "card" */
1076 struct snd_card *card; local
1085 card
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/examples/
H A Ddevfsd.conf117 REGISTER ^dvb/card[0-9]+/[^/]+$ PERMISSIONS root.video 0660
119 #REGISTER ^dvb/card([0-9]+)/([^/0-9]*)[0-9]+$ CFUNCTION GLOBAL mksymlink /dev/$devname ost/\2\1
120 #UNREGISTER ^dvb/card([0-9]+)/([^/0-9]*)[0-9]+$ CFUNCTION GLOBAL unlink ost/\2\1
122 REGISTER ^dvb/card([0-9]+)/([^/0-9]*)[0-9]+$ EXECUTE /bin/ln -sf /dev/$devname ost/\2\1
123 UNREGISTER ^dvb/card([0-9]+)/([^/0-9]*)[0-9]+$ EXECUTE /bin/rm -f ost/\2\1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/au88x0/
H A Dau88x0.h139 struct snd_card *card; member in struct:snd_vortex
236 static int vortex_core_init(vortex_t * card);
237 static int vortex_core_shutdown(vortex_t * card);
238 static void vortex_enable_int(vortex_t * card);
274 static int vortex_gameport_register(vortex_t * card);
275 static void vortex_gameport_unregister(vortex_t * card);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/emu10k1/
H A Demumixer.c1304 static int remove_ctl(struct snd_card *card, const char *name) argument
1310 return snd_ctl_remove_id(card, &id);
1313 static struct snd_kcontrol *ctl_find(struct snd_card *card, const char *name) argument
1319 return snd_ctl_find_id(card, &sid);
1322 static int rename_ctl(struct snd_card *card, const char *src, const char *dst) argument
1324 struct snd_kcontrol *kctl = ctl_find(card, src);
1337 struct snd_card *card = emu->card; local
1460 if ((err = snd_ac97_bus(emu->card, 0, &ops, NULL, &pbus)) < 0)
1473 snd_device_free(emu->card, pbu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/core/
H A Dcore.c24 #include <linux/mmc/card.h>
173 * @card: the MMC card associated with the data transfer
176 void mmc_set_data_timeout(struct mmc_data *data, const struct mmc_card *card, argument
184 mult = mmc_card_sd(card) ? 100 : 10;
191 mult <<= card->csd.r2w_factor;
193 data->timeout_ns = card->csd.tacc_ns * mult;
194 data->timeout_clks = card->csd.tacc_clks * mult;
199 if (mmc_card_sd(card)) {
204 (card
376 struct mmc_card *card; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/i2c/other/
H A Dak4117.c66 int snd_ak4117_create(struct snd_card *card, ak4117_read_t *read, ak4117_write_t *write, argument
80 chip->card = card;
96 if ((err = snd_device_new(card, SNDRV_DEV_CODEC, chip, &ops)) < 0)
441 err = snd_ctl_add(ak4117->card, kctl);
490 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[0]->id);
492 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[1]->id);
494 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[2]->id);
496 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALUE, &ak4117->kctls[3]->id);
500 snd_ctl_notify(ak4117->card, SNDRV_CTL_EVENT_MASK_VALU
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-alsa.c52 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
70 struct snd_card *card; member in struct:snd_card_saa7134
677 if ((err = snd_pcm_new(saa7134->card, "SAA7134 PCM", device, 0, 1, &pcm)) < 0)
910 struct snd_card *card = chip->card; local
915 strcpy(card->mixername, "SAA7134 Mixer");
918 if ((err = snd_ctl_add(card, snd_ctl_new1(&snd_saa7134_controls[idx], chip))) < 0)
924 static void snd_saa7134_free(struct snd_card * card) argument
926 snd_card_saa7134_t *chip = card->private_data;
951 struct snd_card *card; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/avm/
H A Davmcard.h71 struct avmcard *card; member in struct:avmctrl_info
155 * driver revision b1struct card
543 void b1_free_card(avmcard *card);
545 void b1_getrevision(avmcard *card);
546 int b1_load_t4file(avmcard *card, capiloaddatapart * t4file);
547 int b1_load_config(avmcard *card, capiloaddatapart * config);
548 int b1_loaded(avmcard *card);
556 void b1_parse_version(avmctrl_info *card);
567 int b1pciv4_detect(avmcard *card);
568 int t1pci_detect(avmcard *card);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dteles0.c269 setup_teles0(struct IsdnCard *card) argument
272 struct IsdnCardState *cs = card->cs;
281 cs->hw.teles0.cfg_reg = card->para[2];
285 if (card->para[1] < 0x10000) {
286 card->para[1] <<= 4;
289 (unsigned long) card->para[1]);
291 cs->irq = card->para[0];
296 CardType[card->typ],
328 cs->hw.teles0.phymem = card->para[1];
332 CardType[card
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dtimer.c135 (timer->card == NULL ||
136 timer->card->number != tid->card))
160 if (tid->card < snd_ecards_limit)
161 request_module("snd-card-%i", tid->card);
746 int snd_timer_new(struct snd_card *card, char *id, struct snd_timer_id *tid, argument
766 timer->card = card;
779 if (card !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dzoran_card.c6 * This part handles card-specific data and detection
66 static int card[BUZ_MAX] = { -1, -1, -1, -1 }; variable
67 module_param_array(card, int, NULL, 0);
68 MODULE_PARM_DESC(card, "The type of card");
79 The video mem address of the video card.
81 to determine it from there. If your video card is not in there
661 can't be autodetected, and requires card=x. */
767 if (client->driver->id == zr->card.i2c_decoder)
769 else if (client->driver->id == zr->card
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/usx2y/
H A Dusx2yhwdeppcm.c609 static int usX2Y_pcms_lock_check(struct snd_card *card) argument
615 list_for_each(list, &card->devices) {
622 list_for_each(list, &card->devices) {
639 static void usX2Y_pcms_unlock(struct snd_card *card) argument
644 list_for_each(list, &card->devices) {
657 struct snd_card *card = hw->card; local
658 int err = usX2Y_pcms_lock_check(card);
660 usX2Y(card)->chip_status |= USX2Y_STAT_CHIP_MMAP_PCM_URBS;
661 usX2Y_pcms_unlock(card);
668 struct snd_card *card = hw->card; local
746 usX2Y_hwdep_pcm_new(struct snd_card *card) argument
795 usX2Y_hwdep_pcm_new(struct snd_card *card) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dspectrum_cs.c52 MODULE_PARM_DESC(ignore_cis_vcc, "Allow voltage mismatch between card and socket");
58 /* PCMCIA specific device information (goes in the card field of
232 * Reset the card using configuration registers COR and CCSR.
254 /* Soft-Reset card */
433 * Process a firmware image - stop the card, load the firmware, reset
434 * the card and make sure it responds. For the secondary firmware take
498 * Download the firmware into the card, this also does a PCMCIA soft
499 * reset on the card, to make sure it's in a sane state.
546 struct orinoco_pccard *card = priv->card; local
581 struct orinoco_pccard *card; local
639 struct orinoco_pccard *card = priv->card; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ca0106/
H A Dca0106_mixer.c14 * Use separate card based DMA buffer for periods table list.
32 * Set limits based on what the sound card hardware can do.
565 static int __devinit remove_ctl(struct snd_card *card, const char *name) argument
571 return snd_ctl_remove_id(card, &id);
574 static struct snd_kcontrol __devinit *ctl_find(struct snd_card *card, const char *name) argument
580 return snd_ctl_find_id(card, &sid);
583 static int __devinit rename_ctl(struct snd_card *card, const char *src, const char *dst) argument
585 struct snd_kcontrol *kctl = ctl_find(card, src);
596 struct snd_card *card = emu->card; local
[all...]

Completed in 186 milliseconds

<<11121314151617181920>>