Searched refs:oss (Results 1 - 25 of 59) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/oss/
H A DMakefile6 snd-mixer-oss-objs := mixer_oss.o
8 snd-pcm-oss-objs := pcm_oss.o pcm_plugin.o \
11 obj-$(CONFIG_SND_MIXER_OSS) += snd-mixer-oss.o
12 obj-$(CONFIG_SND_PCM_OSS) += snd-pcm-oss.o
H A Dpcm_oss.c560 plugin = runtime->oss.plugin_first;
566 runtime->oss.plugin_first = runtime->oss.plugin_last = NULL;
573 plugin->next = runtime->oss.plugin_first;
575 if (runtime->oss.plugin_first) {
576 runtime->oss.plugin_first->prev = plugin;
577 runtime->oss.plugin_first = plugin;
579 runtime->oss.plugin_last =
580 runtime->oss.plugin_first = plugin;
589 plugin->prev = runtime->oss
[all...]
H A Dpcm_plugin.c36 #define snd_pcm_plug_first(plug) ((plug)->runtime->oss.plugin_first)
37 #define snd_pcm_plug_last(plug) ((plug)->runtime->oss.plugin_last)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/mac/
H A Doss.c31 volatile struct mac_oss *oss; variable in typeref:struct:mac_oss
52 oss = (struct mac_oss *) OSS_BASE;
58 oss->irq_level[i] = OSS_IRQLEV_DISABLED;
61 oss->irq_level[OSS_VIA1] = OSS_IRQLEV_VIA1;
71 "scsi", (void *) oss);
75 "nubus", (void *) oss);
77 "sound", (void *) oss);
99 events = oss->irq_pending & (OSS_IP_SOUND|OSS_IP_SCSI);
106 (int) oss->irq_pending);
111 oss
[all...]
H A DMakefile5 obj-y := config.o bootparse.o macints.o iop.o via.o oss.o psc.o \
H A Dmisc.c388 oss->rom_ctrl = OSS_POWEROFF;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/oss/
H A DMakefile6 snd-seq-oss-objs := seq_oss.o seq_oss_init.o seq_oss_timer.o seq_oss_ioctl.o \
10 obj-$(CONFIG_SND_SEQUENCER) += snd-seq-oss.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/
H A DMakefile6 obj-$(CONFIG_SOUND_PRIME) += oss/
7 obj-$(CONFIG_DMASOUND) += oss/
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavdevice/
H A Dalldevices.c51 REGISTER_MUXDEMUX (OSS, oss);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A DMakefile10 obj-$(CONFIG_VIDEO_SAA7134_OSS) += saa7134-oss.o
H A Dsaa7134-core.c61 static unsigned int oss = 0; variable
62 module_param(oss, int, 0644);
63 MODULE_PARM_DESC(oss,"enable OSS DMA sound [dmasound]");
195 if (oss)
196 request_module("saa7134-oss");
546 and let the saa7134-alsa/oss module deal with it */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dpcm_oss.h72 unsigned oss: 1; /* oss mode */ member in struct:snd_pcm_oss_substream
H A Drawmidi.h67 oss: 1; /* OSS compatible mode */ member in struct:snd_rawmidi_runtime
H A Dpcm.h336 struct snd_pcm_oss_runtime oss; member in struct:snd_pcm_runtime
380 struct snd_pcm_oss_substream oss; member in struct:snd_pcm_substream
407 struct snd_pcm_oss_stream oss; member in struct:snd_pcm_str
435 struct snd_pcm_oss oss; member in struct:snd_pcm
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/iostream2/
H A Dzstream.h243 ostrstream* oss = new ostrstream; local
244 oss->fill(m_os->fill());
245 oss->flags(m_os->flags());
246 oss->precision(m_os->precision());
247 oss->width(m_os->width());
249 delete[] m_os->str(); delete m_os; m_os = oss;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/iostream2/
H A Dzstream.h243 ostrstream* oss = new ostrstream; local
244 oss->fill(m_os->fill());
245 oss->flags(m_os->flags());
246 oss->precision(m_os->precision());
247 oss->width(m_os->width());
249 delete[] m_os->str(); delete m_os; m_os = oss;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dmac_oss.h91 extern volatile struct mac_oss *oss;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A DMakefile31 obj-$(CONFIG_SND_OSSEMUL) += oss/
H A Dpcm.c364 if (substream->oss.oss) {
365 snd_iprintf(buffer, "OSS format: %s\n", snd_pcm_oss_format_name(runtime->oss.format));
366 snd_iprintf(buffer, "OSS channels: %u\n", runtime->oss.channels);
367 snd_iprintf(buffer, "OSS rate: %u\n", runtime->oss.rate);
368 snd_iprintf(buffer, "OSS period bytes: %lu\n", (unsigned long)runtime->oss.period_bytes);
369 snd_iprintf(buffer, "OSS periods: %u\n", runtime->oss.periods);
370 snd_iprintf(buffer, "OSS period frames: %lu\n", (unsigned long)runtime->oss.period_frames);
606 mutex_init(&pstr->oss.setup_mutex);
737 for (setup = pstr->oss
[all...]
H A Drawmidi.c454 rawmidi_file->input->runtime->oss = (maj == SOUND_MAJOR);
456 rawmidi_file->output->runtime->oss = (maj == SOUND_MAJOR);
1327 runtime->oss ? "OSS compatible" : "native",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A DMakefile8 obj-$(CONFIG_SND_SEQUENCER) += oss/
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dsignal32.c156 stack_t ss, oss; local
172 ossp = &oss;
177 oss32.ss_sp = (unsigned int)(unsigned long)oss.ss_sp;
178 oss32.ss_flags = oss.ss_flags;
179 oss32.ss_size = oss.ss_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dsignal.c2311 stack_t oss; local
2315 oss.ss_sp = (void __user *) current->sas_ss_sp;
2316 oss.ss_size = current->sas_ss_size;
2317 oss.ss_flags = sas_ss_flags(sp);
2363 if (copy_to_user(uoss, &oss, sizeof(oss)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dsignal.c425 asmlinkage int solaris_sigaltstack(u32 ss, u32 oss) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dconfig.sub735 -oss*)

Completed in 293 milliseconds

123