Searched refs:pas_model (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/sound/oss/
H A Dpas2_card.c62 char pas_model = 0; variable
318 pas_model = pas_read(0xFF88); detect_pas_hw()
320 return pas_model; detect_pas_hw()
330 if ((pas_model = pas_read(0xFF88))) attach_pas_card()
334 if (pas_model < 0 || attach_pas_card()
335 pas_model >= ARRAY_SIZE(pas_model_names)) { attach_pas_card()
340 "%s rev %d", pas_model_names[(int) pas_model], attach_pas_card()
H A Dpas2_mixer.c25 extern char pas_model;
68 if (pas_model == 4) mix_write()

Completed in 85 milliseconds