tag | line | file | source code |
---|---|---|---|
pas_model | 51 | drivers/sound/pas2_card.c | char pas_model; |
pas_model | 360 | drivers/sound/pas2_card.c | pas_model = pas_read (CHIP_REV); |
pas_model | 362 | drivers/sound/pas2_card.c | return pas_model; |
pas_model | 374 | drivers/sound/pas2_card.c | if ((pas_model = pas_read (CHIP_REV))) |
pas_model | 379 | drivers/sound/pas2_card.c | "%s rev %d", pas_model_names[(int) pas_model], |
pas_model | 43 | drivers/sound/pas2_mixer.c | extern char pas_model; |
pas_model | 84 | drivers/sound/pas2_mixer.c | if (pas_model == PAS_16D) |