Searched refs:audio_flags (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dsb_ess.h11 (sb_devc *devc, int *audio_flags, int *format_mask);
H A Dsb_audio.c1029 int audio_flags = 0; local
1038 audio_flags = DMA_HARDSTOP;
1043 audio_flags = DMA_AUTOMODE;
1049 audio_flags = DMA_AUTOMODE;
1056 audio_flags = DMA_AUTOMODE;
1063 driver = ess_audio_init (devc, &audio_flags, &format_mask);
1068 audio_flags = DMA_AUTOMODE;
1072 audio_flags |= DMA_DUPLEX;
1080 audio_flags = DMA_AUTOMODE;
1089 audio_flags, format_mas
[all...]
H A Dad1848.c72 int audio_flags; member in struct:__anon19058
1502 if (devc->audio_flags & DMA_DUPLEX)
1519 devc->audio_flags &= ~DMA_DUPLEX;
1969 devc->audio_flags = DMA_AUTOMODE;
1986 devc->audio_flags |= DMA_HARDSTOP;
1991 devc->audio_flags &= ~DMA_DUPLEX;
1993 devc->audio_flags |= DMA_DUPLEX;
2006 devc->audio_flags,
H A Dwaveartist.c103 int audio_flags; member in struct:__anon19073
1266 devc->audio_flags, AFMT_U8 | AFMT_S16_LE | AFMT_S8,
1378 devc->audio_flags = DMA_AUTOMODE;
1382 devc->audio_flags |= DMA_DUPLEX;
H A Dsb_ess.c739 (sb_devc *devc, int *audio_flags, int *format_mask)
741 *audio_flags = DMA_AUTOMODE;
754 *audio_flags |= DMA_DUPLEX;
738 ess_audio_init(sb_devc *devc, int *audio_flags, int *format_mask) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/go7007/
H A Dgo7007-usb.c81 .audio_flags = GO7007_AUDIO_I2S_MODE_1 |
120 .audio_flags = GO7007_AUDIO_I2S_MODE_1 |
162 .audio_flags = GO7007_AUDIO_I2S_MODE_1 |
208 .audio_flags = GO7007_AUDIO_I2S_MODE_1 |
262 .audio_flags = GO7007_AUDIO_ONE_CHANNEL |
294 .audio_flags = GO7007_AUDIO_I2S_MODE_1 |
332 .audio_flags = GO7007_AUDIO_I2S_MODE_1 |
359 .audio_flags = GO7007_AUDIO_I2S_MODE_1 |
384 .audio_flags = GO7007_AUDIO_I2S_MODE_1 |
415 .audio_flags
[all...]
H A Dgo7007-priv.h86 unsigned int audio_flags; member in struct:go7007_board_info
H A Dgo7007-fw.c1370 int clock_config = ((go->board_info->audio_flags &
1372 ((go->board_info->audio_flags &
1389 0x9001, (go->board_info->audio_flags & 0xffff) |
1391 0x9000, ((go->board_info->audio_flags &
H A Dsaa7134-go7007.c74 .audio_flags = GO7007_AUDIO_I2S_MODE_1 |
H A Dgo7007-driver.c168 if (go->board_info->audio_flags & GO7007_AUDIO_I2S_MASTER) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dipmovie.c230 int audio_flags; local
353 audio_flags = AV_RL16(&scratch[2]);
355 s->audio_channels = (audio_flags & 1) + 1;
357 s->audio_bits = (((audio_flags >> 1) & 1) + 1) * 8;
359 if ((opcode_version == 1) && (audio_flags & 0x4))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dipmovie.c229 int audio_flags; local
352 audio_flags = AV_RL16(&scratch[2]);
354 s->audio_channels = (audio_flags & 1) + 1;
356 s->audio_bits = (((audio_flags >> 1) & 1) + 1) * 8;
358 if ((opcode_version == 1) && (audio_flags & 0x4))

Completed in 136 milliseconds