Lines Matching refs:shortname
226 strcpy(card->shortname, "Classic/Tahiti/Monterey"); in snd_msnd_probe()
230 card->shortname, in snd_msnd_probe()
256 strcpy(card->shortname, pin); in snd_msnd_probe()
260 strcpy(card->shortname, pin); in snd_msnd_probe()
264 strcpy(card->shortname, pin); in snd_msnd_probe()
268 strcpy(card->shortname, pin); in snd_msnd_probe()
272 strcpy(card->shortname, fiji); in snd_msnd_probe()
276 strcpy(card->shortname, fiji); in snd_msnd_probe()
280 strcpy(card->shortname, fiji); in snd_msnd_probe()
284 strcpy(card->shortname, pinfiji); in snd_msnd_probe()
290 card->shortname, in snd_msnd_probe()
535 err = request_irq(chip->irq, snd_msnd_interrupt, 0, card->shortname, in snd_msnd_attach()
541 if (request_region(chip->io, DSP_NUMIO, card->shortname) == NULL) { in snd_msnd_attach()
546 if (!request_mem_region(chip->base, BUFFSIZE, card->shortname)) { in snd_msnd_attach()