Lines Matching +defs:audio +defs:mode
3 * ALSA driver for RME Hammerfall DSP audio interface(s)
116 26*3 values are read in ss mode
117 14*3 in ds mode, with no gap between values
463 unsigned char qs_in_channels; /* quad speed mode for H9632 */
500 the DMA channel." We index it using the logical audio channel,
558 /* ADAT is disabled in this mode */
1116 /* hw_param request while in AutoSync mode */
1122 "Detected ADAT in double speed mode\n");
1125 "Detected ADAT in quad speed mode\n");
1201 "cannot change speed mode (capture PID = %d, playback PID = %d)\n",
1936 static int hdsp_set_clock_source(struct hdsp *hdsp, int mode)
1939 switch (mode) {
2076 static int hdsp_set_da_gain(struct hdsp *hdsp, int mode)
2079 switch (mode) {
2154 static int hdsp_set_ad_gain(struct hdsp *hdsp, int mode)
2157 switch (mode) {
2232 static int hdsp_set_phone_gain(struct hdsp *hdsp, int mode)
2235 switch (mode) {
2892 HDSP_TOGGLE_SETTING("IEC958 Non-audio Bit", HDSP_SPDIFNonAudio),
2943 static int hdsp_set_rpm_input12(struct hdsp *hdsp, int mode)
2946 switch (mode) {
3027 static int hdsp_set_rpm_input34(struct hdsp *hdsp, int mode)
3030 switch (mode) {
3772 Master clock mode
3837 int audio;
3846 audio = status & HDSP_audioIRQPending;
3850 if (!audio && !midi0 && !midi1)
3861 if (audio) {
5316 /* stop the audio, and cancel all interrupts */