Lines Matching refs:shortname
240 strcpy(card->shortname, "Classic/Tahiti/Monterey"); in snd_msnd_probe()
244 card->shortname, in snd_msnd_probe()
270 strcpy(card->shortname, pin); in snd_msnd_probe()
274 strcpy(card->shortname, pin); in snd_msnd_probe()
278 strcpy(card->shortname, pin); in snd_msnd_probe()
282 strcpy(card->shortname, pin); in snd_msnd_probe()
286 strcpy(card->shortname, fiji); in snd_msnd_probe()
290 strcpy(card->shortname, fiji); in snd_msnd_probe()
294 strcpy(card->shortname, fiji); in snd_msnd_probe()
298 strcpy(card->shortname, pinfiji); in snd_msnd_probe()
304 card->shortname, in snd_msnd_probe()
549 err = request_irq(chip->irq, snd_msnd_interrupt, 0, card->shortname, in snd_msnd_attach()
555 if (request_region(chip->io, DSP_NUMIO, card->shortname) == NULL) { in snd_msnd_attach()
560 if (!request_mem_region(chip->base, BUFFSIZE, card->shortname)) { in snd_msnd_attach()