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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/wavefront/
H A Dwavefront.c286 int hw_dev,
299 if (snd_hwdep_new(card, "WaveFront", hw_dev, &wavefront_synth) < 0)
312 int hw_dev,
324 if (snd_hwdep_new (card, "YSS225", hw_dev, &fx_processor) < 0)
421 int hw_dev = 0, midi_dev = 0, err; local
456 if ((err = snd_opl3_hwdep_new(opl3, hw_dev, 1, NULL)) < 0)
458 hw_dev++;
478 if ((wavefront_synth = snd_wavefront_new_synth (card, hw_dev, acard)) == NULL) {
485 hw_dev++;
544 hw_dev,
285 snd_wavefront_new_synth(struct snd_card *card, int hw_dev, snd_wavefront_card_t *acard) argument
311 snd_wavefront_new_fx(struct snd_card *card, int hw_dev, snd_wavefront_card_t *acard, unsigned long port) argument
[all...]

Completed in 51 milliseconds