Searched refs:name_ext (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/ppc/ |
H A D | powermac.c | 45 char *name_ext; in snd_pmac_probe() local 75 name_ext = chip->model == PMAC_TUMBLER ? "Tumbler" : "Snapper"; in snd_pmac_probe() 76 sprintf(card->driver, "PMac %s", name_ext); in snd_pmac_probe() 77 sprintf(card->shortname, "PowerMac %s", name_ext); in snd_pmac_probe() 89 name_ext = chip->model == PMAC_SCREAMER ? "Screamer" : "AWACS"; in snd_pmac_probe() 90 sprintf(card->driver, "PMac %s", name_ext); in snd_pmac_probe() 91 sprintf(card->shortname, "PowerMac %s", name_ext); in snd_pmac_probe() 93 name_ext = " [PB3400]"; in snd_pmac_probe() 95 name_ext = " [PBG3]"; in snd_pmac_probe() 97 name_ext in snd_pmac_probe() [all...] |
/kernel/linux/linux-6.6/sound/ppc/ |
H A D | powermac.c | 44 char *name_ext; in snd_pmac_probe() local 77 name_ext = chip->model == PMAC_TUMBLER ? "Tumbler" : "Snapper"; in snd_pmac_probe() 78 sprintf(card->driver, "PMac %s", name_ext); in snd_pmac_probe() 79 sprintf(card->shortname, "PowerMac %s", name_ext); in snd_pmac_probe() 91 name_ext = chip->model == PMAC_SCREAMER ? "Screamer" : "AWACS"; in snd_pmac_probe() 92 sprintf(card->driver, "PMac %s", name_ext); in snd_pmac_probe() 93 sprintf(card->shortname, "PowerMac %s", name_ext); in snd_pmac_probe() 95 name_ext = " [PB3400]"; in snd_pmac_probe() 97 name_ext = " [PBG3]"; in snd_pmac_probe() 99 name_ext in snd_pmac_probe() [all...] |
Completed in 2 milliseconds