Searched refs:SB_MODE_PLAYBACK_16 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/sb/
H A Dsb16_main.c85 if (csp->ops.csp_start(csp, (chip->mode & SB_MODE_PLAYBACK_16) ?
230 if (chip->mode & (channel == SNDRV_PCM_STREAM_PLAYBACK ? SB_MODE_PLAYBACK_16 : SB_MODE_CAPTURE_16))
280 if (chip->mode & SB_MODE_PLAYBACK_16) {
311 snd_sbdsp_command(chip, chip->mode & SB_MODE_PLAYBACK_16 ? SB_DSP_DMA16_ON : SB_DSP_DMA8_ON);
315 snd_sbdsp_command(chip, chip->mode & SB_MODE_PLAYBACK_16 ? SB_DSP_DMA16_OFF : SB_DSP_DMA8_OFF);
387 snd_sbdsp_command(chip, chip->mode & SB_MODE_PLAYBACK_16 ? SB_DSP_DMA16_ON : SB_DSP_DMA8_ON);
427 if (chip->mode & SB_MODE_PLAYBACK_16) {
533 chip->mode |= SB_MODE_PLAYBACK_16;
551 chip->mode |= SB_MODE_PLAYBACK_16;
604 if (chip->force_mode16 & SB_MODE_PLAYBACK_16)
[all...]
H A Dsb8_main.c120 chip->mode |= SB_MODE_PLAYBACK_16;
148 if (chip->mode & SB_MODE_PLAYBACK_16) {
192 if (chip->mode & SB_MODE_PLAYBACK_16)
267 if (chip->mode & SB_MODE_PLAYBACK_16)
329 if (chip->mode & SB_MODE_PLAYBACK_16)
387 case SB_MODE_PLAYBACK_16: /* ok.. playback is active */
421 else if (chip->mode & SB_MODE_PLAYBACK_16)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dsb.h53 #define SB_MODE_PLAYBACK_16 0x02 macro
54 #define SB_MODE_PLAYBACK (SB_MODE_PLAYBACK_8 | SB_MODE_PLAYBACK_16)

Completed in 69 milliseconds