Changeset 557 for cmedia/trunk/Cmpci/cmpci.c
- Timestamp:
- Jul 27, 2011, 8:23:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cmedia/trunk/Cmpci/cmpci.c
r556 r557 452 452 #endif 453 453 454 int prog_dmabuf(struct cm_state *s, unsigned rec); 455 void update_mixer(struct cm_state *s); 456 void set_device_state(struct cm_state *s); 454 __static__ int prog_dmabuf(struct cm_state *s, unsigned rec); 455 __static__ void update_mixer(struct cm_state *s); 457 456 458 457 … … 546 545 void maskw(unsigned short addr, unsigned mask, unsigned value); 547 546 #pragma aux maskw = \ 547 "xor eax, eax" \ 548 548 "in ax, dx" \ 549 549 "and eax, ecx" \ … … 569 569 modify exact nomemory [ecx] \ 570 570 value [cl]; 571 572 void set_device_state(struct cm_state *s); 571 573 572 574 #endif
Note:
See TracChangeset
for help on using the changeset viewer.