tag | line | file | source code |
---|---|---|---|
O_M_1_to_card | 148 | drivers/sound/pas.h | unsigned char O_M_1_to_card[] = /* R W Control Translate (OM1 & 0x0f) to card type */ |
O_M_1_to_card | 156 | drivers/sound/pas.h | extern unsigned char O_M_1_to_card[]; /* R W Control Translate (OM1 & 0x0f) to card type */ |
O_M_1_to_card | 351 | drivers/sound/pas2_card.c | pas_model = O_M_1_to_card[pas_read (OPERATION_MODE_1) & 0x0f]; |
O_M_1_to_card | 364 | drivers/sound/pas2_card.c | if ((pas_model = O_M_1_to_card[pas_read (OPERATION_MODE_1) & 0x0f])) |