Lines Matching refs:SB_MODE_PLAYBACK_16
74 if (csp->ops.csp_start(csp, (chip->mode & SB_MODE_PLAYBACK_16) ?
219 if (chip->mode & (channel == SNDRV_PCM_STREAM_PLAYBACK ? SB_MODE_PLAYBACK_16 : SB_MODE_CAPTURE_16))
257 if (chip->mode & SB_MODE_PLAYBACK_16) {
288 snd_sbdsp_command(chip, chip->mode & SB_MODE_PLAYBACK_16 ? SB_DSP_DMA16_ON : SB_DSP_DMA8_ON);
292 snd_sbdsp_command(chip, chip->mode & SB_MODE_PLAYBACK_16 ? SB_DSP_DMA16_OFF : SB_DSP_DMA8_OFF);
364 snd_sbdsp_command(chip, chip->mode & SB_MODE_PLAYBACK_16 ? SB_DSP_DMA16_ON : SB_DSP_DMA8_ON);
404 if (chip->mode & SB_MODE_PLAYBACK_16) {
510 chip->mode |= SB_MODE_PLAYBACK_16;
528 chip->mode |= SB_MODE_PLAYBACK_16;
581 if (chip->force_mode16 & SB_MODE_PLAYBACK_16)
584 if (chip->dma16 >= 0 && !(chip->mode & SB_MODE_PLAYBACK_16)) {
656 chip->force_mode16 = SB_MODE_PLAYBACK_16;
670 case SB_MODE_PLAYBACK_16: