|
Lines 311-317
Link Here
|
| 311 |
* IOCTL Commands for /dev/sequencer |
311 |
* IOCTL Commands for /dev/sequencer |
| 312 |
*/ |
312 |
*/ |
| 313 |
|
313 |
|
| 314 |
#define SNDCTL_SEQ_RESET _IO ('Q', 0) |
314 |
#define SNDCTL_SEQ_HALT _IO ('Q', 0) |
|
|
315 |
#define SNDCTL_SEQ_RESET SNDCTL_SEQ_HALT /* Historic interface */ |
| 315 |
#define SNDCTL_SEQ_SYNC _IO ('Q', 1) |
316 |
#define SNDCTL_SEQ_SYNC _IO ('Q', 1) |
| 316 |
#define SNDCTL_SYNTH_INFO _IOWR('Q', 2, struct synth_info) |
317 |
#define SNDCTL_SYNTH_INFO _IOWR('Q', 2, struct synth_info) |
| 317 |
#define SNDCTL_SEQ_CTRLRATE _IOWR('Q', 3, int) /* Set/get timer res.(hz) */ |
318 |
#define SNDCTL_SEQ_CTRLRATE _IOWR('Q', 3, int) /* Set/get timer res.(hz) */ |