sb_dsp_command 158 sound/oss/sb.h int sb_dsp_command (sb_devc *devc, unsigned char val); sb_dsp_command 188 sound/oss/sb_audio.c if (sb_dsp_command(devc, 0x14)) /* 8 bit DAC using DMA */ sb_dsp_command 190 sound/oss/sb_audio.c sb_dsp_command(devc, (unsigned char) (count & 0xff)); sb_dsp_command 191 sound/oss/sb_audio.c sb_dsp_command(devc, (unsigned char) ((count >> 8) & 0xff)); sb_dsp_command 218 sound/oss/sb_audio.c if (sb_dsp_command(devc, 0x24)) /* 8 bit ADC using DMA */ sb_dsp_command 220 sound/oss/sb_audio.c sb_dsp_command(devc, (unsigned char) (count & 0xff)); sb_dsp_command 221 sound/oss/sb_audio.c sb_dsp_command(devc, (unsigned char) ((count >> 8) & 0xff)); sb_dsp_command 237 sound/oss/sb_audio.c sb_dsp_command(devc, 0xd0); /* Halt DMA */ sb_dsp_command 262 sound/oss/sb_audio.c if (sb_dsp_command(devc, 0x40)) sb_dsp_command 263 sound/oss/sb_audio.c sb_dsp_command(devc, devc->tconst); sb_dsp_command 264 sound/oss/sb_audio.c sb_dsp_command(devc, DSP_CMD_SPKOFF); sb_dsp_command 277 sound/oss/sb_audio.c if (sb_dsp_command(devc, 0x40)) sb_dsp_command 278 sound/oss/sb_audio.c sb_dsp_command(devc, devc->tconst); sb_dsp_command 279 sound/oss/sb_audio.c sb_dsp_command(devc, DSP_CMD_SPKON); sb_dsp_command 354 sound/oss/sb_audio.c if (sb_dsp_command(devc, 0x48)) /* DSP Block size */ sb_dsp_command 356 sound/oss/sb_audio.c sb_dsp_command(devc, (unsigned char) (count & 0xff)); sb_dsp_command 357 sound/oss/sb_audio.c sb_dsp_command(devc, (unsigned char) ((count >> 8) & 0xff)); sb_dsp_command 364 sound/oss/sb_audio.c if (!sb_dsp_command(devc, cmd)) sb_dsp_command 393 sound/oss/sb_audio.c if (sb_dsp_command(devc, 0x48)) /* DSP Block size */ sb_dsp_command 395 sound/oss/sb_audio.c sb_dsp_command(devc, (unsigned char) (count & 0xff)); sb_dsp_command 396 sound/oss/sb_audio.c sb_dsp_command(devc, (unsigned char) ((count >> 8) & 0xff)); sb_dsp_command 403 sound/oss/sb_audio.c if (!sb_dsp_command(devc, cmd)) sb_dsp_command 418 sound/oss/sb_audio.c sb_dsp_command(devc, 0xd0); /* Halt DMA */ sb_dsp_command 483 sound/oss/sb_audio.c if (sb_dsp_command(devc, 0x40)) sb_dsp_command 484 sound/oss/sb_audio.c sb_dsp_command(devc, devc->tconst); sb_dsp_command 485 sound/oss/sb_audio.c sb_dsp_command(devc, DSP_CMD_SPKOFF); sb_dsp_command 487 sound/oss/sb_audio.c sb_dsp_command(devc, 0xa0 | bits); /* Mono input */ sb_dsp_command 489 sound/oss/sb_audio.c sb_dsp_command(devc, 0xa8 | bits); /* Stereo input */ sb_dsp_command 509 sound/oss/sb_audio.c if (sb_dsp_command(devc, 0x40)) sb_dsp_command 510 sound/oss/sb_audio.c sb_dsp_command(devc, devc->tconst); sb_dsp_command 511 sound/oss/sb_audio.c sb_dsp_command(devc, DSP_CMD_SPKON); sb_dsp_command 519 sound/oss/sb_audio.c sb_dsp_command(devc, 0xa0 | bits); /* Mono output */ sb_dsp_command 521 sound/oss/sb_audio.c sb_dsp_command(devc, 0xa8 | bits); /* Stereo output */ sb_dsp_command 719 sound/oss/sb_audio.c sb_dsp_command(devc, 0x41); sb_dsp_command 720 sound/oss/sb_audio.c sb_dsp_command(devc, (unsigned char) ((devc->speed >> 8) & 0xff)); sb_dsp_command 721 sound/oss/sb_audio.c sb_dsp_command(devc, (unsigned char) (devc->speed & 0xff)); sb_dsp_command 723 sound/oss/sb_audio.c sb_dsp_command(devc, (devc->bits == AFMT_S16_LE ? 0xb6 : 0xc6)); sb_dsp_command 724 sound/oss/sb_audio.c sb_dsp_command(devc, ((devc->channels == 2 ? 0x20 : 0) + sb_dsp_command 726 sound/oss/sb_audio.c sb_dsp_command(devc, (unsigned char) (cnt & 0xff)); sb_dsp_command 727 sound/oss/sb_audio.c sb_dsp_command(devc, (unsigned char) (cnt >> 8)); sb_dsp_command 767 sound/oss/sb_audio.c sb_dsp_command(devc, 0x42); sb_dsp_command 768 sound/oss/sb_audio.c sb_dsp_command(devc, (unsigned char) ((devc->speed >> 8) & 0xff)); sb_dsp_command 769 sound/oss/sb_audio.c sb_dsp_command(devc, (unsigned char) (devc->speed & 0xff)); sb_dsp_command 771 sound/oss/sb_audio.c sb_dsp_command(devc, (devc->bits == AFMT_S16_LE ? 0xbe : 0xce)); sb_dsp_command 772 sound/oss/sb_audio.c sb_dsp_command(devc, ((devc->channels == 2 ? 0x20 : 0) + sb_dsp_command 774 sound/oss/sb_audio.c sb_dsp_command(devc, (unsigned char) (cnt & 0xff)); sb_dsp_command 775 sound/oss/sb_audio.c sb_dsp_command(devc, (unsigned char) (cnt >> 8)); sb_dsp_command 788 sound/oss/sb_audio.c sb_dsp_command(devc, 0xd0); /* Halt DMA */ sb_dsp_command 262 sound/oss/sb_common.c sb_dsp_command(devc, 0xe1); /* Get version */ sb_dsp_command 391 sound/oss/sb_common.c if (!sb_dsp_command(devc, 0xfa)) sb_dsp_command 422 sound/oss/sb_common.c if (!sb_dsp_command(devc, 0xfb)) sb_dsp_command 425 sound/oss/sb_common.c if (!sb_dsp_command(devc, jazz_dma_bits[hw_config->dma] | sb_dsp_command 429 sound/oss/sb_common.c if (!sb_dsp_command(devc, jazz_irq_bits[hw_config->irq])) sb_dsp_command 600 sound/oss/sb_common.c if (sb_dsp_command(devc, 0x09)) sb_dsp_command 601 sound/oss/sb_common.c if (sb_dsp_command(devc, 0x00)) /* Enter WSS mode */ sb_dsp_command 718 sound/oss/sb_common.c if (sb_dsp_command(devc, 0xf2)) /* Cause interrupt immediately */ sb_dsp_command 1173 sound/oss/sb_common.c if (!sb_dsp_command(devc, 0xfb)) sb_dsp_command 1176 sound/oss/sb_common.c if (!sb_dsp_command(devc, jazz_dma_bits[devc->dma8] | sb_dsp_command 1180 sound/oss/sb_common.c if (!sb_dsp_command(devc, jazz_irq_bits[devc->irq] | sb_dsp_command 444 sound/oss/sb_ess.c sb_dsp_command(devc, DSP_CMD_SPKOFF); sb_dsp_command 474 sound/oss/sb_ess.c sb_dsp_command(devc, DSP_CMD_SPKON); /* There be sound! */ sb_dsp_command 635 sound/oss/sb_ess.c sb_dsp_command(devc, 0xd0); /* Halt DMA */ sb_dsp_command 831 sound/oss/sb_ess.c sb_dsp_command(devc, 0xc6); sb_dsp_command 841 sound/oss/sb_ess.c if (!sb_dsp_command(devc, reg)) sb_dsp_command 844 sound/oss/sb_ess.c return sb_dsp_command(devc, data); sb_dsp_command 852 sound/oss/sb_ess.c if (!sb_dsp_command(devc, 0xc0)) return -1; sb_dsp_command 854 sound/oss/sb_ess.c if (!sb_dsp_command(devc, reg )) return -1; sb_dsp_command 1028 sound/oss/sb_ess.c sb_dsp_command(devc, 0xe7); /* Return identification */ sb_dsp_command 55 sound/oss/sb_midi.c if (!sb_dsp_command(devc, 0x35)) /* Start MIDI UART mode */ sb_dsp_command 96 sound/oss/sb_midi.c if (!sb_dsp_command(devc, midi_byte))