Lines Matching +defs:audio +defs:mode
3 * ALSA driver for RME Hammerfall DSP MADI audio interface(s)
43 * : . : . : . : . x: HDSPM_Start / enables audio IO
793 the DMA channel." We index it using the logical audio channel,
1227 * in 96k frame mode.
1640 for future master mode switching */
1647 /* hw_param request while in AutoSync mode */
1728 "cannot change from %s speed to %s speed mode (capture PID = %d, playback PID = %d)\n",
2197 /* master mode, return internal sample rate */
2200 /* slave mode, return external sample rate */
2497 * Returns the system clock mode for the given card.
2519 * Sets the system clock mode.
2520 * @param mode 0 - master, 1 - slave
2522 static void hdspm_set_system_clock_mode(struct hdspm *hdspm, int mode)
2527 (0 == mode));
2596 static int hdspm_set_clock_source(struct hdspm * hdspm, int mode)
2599 switch (mode) {
3380 static int hdspm_set_qs_wire(struct hdspm * hdspm, int mode)
3383 switch (mode) {
3451 static int hdspm_set_tristate(struct hdspm *hdspm, int mode, u32 regmask)
3454 hdspm->settings_register |= (regmask * mode);
3530 static int hdspm_set_madi_speedmode(struct hdspm *hdspm, int mode)
3533 switch (mode) {
4452 HDSPM_TOGGLE_SETTING("TX 64 channels mode", HDSPM_TX_64ch),
4468 HDSPM_TOGGLE_SETTING("TX 64 channels mode", HDSPM_TX_64ch),
5148 snd_iprintf(buffer, "Clock mode : %s\n",
5302 HDSPM_Professional; /* Professional mode */
5342 int i, audio, midi, schedule = 0;
5347 audio = status & HDSPM_audioIRQPending;
5368 if (!audio && !midi)
5375 if (audio) {
6789 /* stop th audio, and cancel all interrupts */