/linux-6.6.21/sound/core/oss/ |
D | pcm_oss.c | 544 plugin = runtime->oss.plugin_first; in snd_pcm_oss_plugin_clear() 550 runtime->oss.plugin_first = runtime->oss.plugin_last = NULL; in snd_pcm_oss_plugin_clear() 557 plugin->next = runtime->oss.plugin_first; in snd_pcm_plugin_insert() 559 if (runtime->oss.plugin_first) { in snd_pcm_plugin_insert() 560 runtime->oss.plugin_first->prev = plugin; in snd_pcm_plugin_insert() 561 runtime->oss.plugin_first = plugin; in snd_pcm_plugin_insert() 563 runtime->oss.plugin_last = in snd_pcm_plugin_insert() 564 runtime->oss.plugin_first = plugin; in snd_pcm_plugin_insert() 573 plugin->prev = runtime->oss.plugin_last; in snd_pcm_plugin_append() 574 if (runtime->oss.plugin_last) { in snd_pcm_plugin_append() [all …]
|
D | Makefile | 7 snd-mixer-oss-objs := mixer_oss.o 9 snd-pcm-oss-y := pcm_oss.o 10 snd-pcm-oss-$(CONFIG_SND_PCM_OSS_PLUGINS) += pcm_plugin.o \ 13 obj-$(CONFIG_SND_MIXER_OSS) += snd-mixer-oss.o 14 obj-$(CONFIG_SND_PCM_OSS) += snd-pcm-oss.o
|
/linux-6.6.21/arch/m68k/mac/ |
D | oss.c | 31 volatile struct mac_oss *oss; variable 44 oss = (struct mac_oss *) OSS_BASE; in oss_init() 45 pr_debug("OSS detected at %p", oss); in oss_init() 52 oss->irq_level[i] = 0; in oss_init() 75 events = oss->irq_pending & OSS_IP_NUBUS; in oss_nubus_irq() 117 oss->irq_level[OSS_VIA1] = OSS_IRQLEV_VIA1; in oss_register_interrupts() 132 oss->irq_level[OSS_IOPSCC] = OSS_IRQLEV_IOPSCC; in oss_irq_enable() 135 oss->irq_level[OSS_IOPISM] = OSS_IRQLEV_IOPISM; in oss_irq_enable() 138 oss->irq_level[OSS_SCSI] = OSS_IRQLEV_SCSI; in oss_irq_enable() 147 oss->irq_level[irq] = OSS_IRQLEV_NUBUS; in oss_irq_enable() [all …]
|
D | Makefile | 6 obj-y := config.o macints.o iop.o via.o oss.o psc.o \
|
/linux-6.6.21/Documentation/sound/designs/ |
D | oss-emulation.rst | 13 as add-on kernel modules, snd-pcm-oss, snd-mixer-oss and snd-seq-oss. 33 /proc/asound/oss/sndstat. This shows in the same syntax of 79 snd-pcm-oss and snd-rawmidi. In the case of PCM, the following 80 options are available for snd-pcm-oss: 93 options snd-pcm-oss adsp_map=2 100 options snd-pcm-oss adsp_map=0,2 130 stream, ``/proc/asound/cardX/pcmY[cp]/oss``, where X is the card number 133 exists only after snd-pcm-oss module is loaded. 171 % echo "quake 0 0 direct" > /proc/asound/card0/pcm0p/oss 177 % echo "quake 0 0 disable" > /proc/asound/card0/pcm0c/oss [all …]
|
D | index.rst | 15 oss-emulation 16 seq-oss
|
D | seq-oss.rst | 67 ``/proc/asound/seq/oss`` at any time. In the later version, 75 and OSS emulation (``--with-oss=yes``) options. A module ``snd-seq-oss.o`` 86 Run ``cat /proc/asound/seq/oss``, and check the devices. For example, 112 ``/proc/asound/oss-devices`` or ones of the original OSS driver. 113 Use the device number listed in ``/proc/asound/seq/oss`` 132 ``/proc/asound/seq/oss``. 134 ``/proc/asound/oss-devices``.
|
D | procfile.rst | 50 oss/devices 53 oss/sndstat 206 seq/oss
|
/linux-6.6.21/Documentation/ABI/testing/ |
D | sysfs-fs-xfs | 4 Contact: xfs@oss.sgi.com 13 Contact: xfs@oss.sgi.com 21 Contact: xfs@oss.sgi.com 32 Contact: xfs@oss.sgi.com
|
D | sysfs-driver-hid | 10 Users: HIDAPI library (http://www.signal11.us/oss/hidapi)
|
/linux-6.6.21/sound/core/seq/oss/ |
D | Makefile | 7 snd-seq-oss-objs := seq_oss.o seq_oss_init.o seq_oss_timer.o seq_oss_ioctl.o \ 11 obj-$(CONFIG_SND_SEQUENCER_OSS) += snd-seq-oss.o
|
/linux-6.6.21/sound/core/ |
D | pcm.c | 403 if (substream->oss.oss) { in snd_pcm_substream_proc_hw_params_read() 404 snd_iprintf(buffer, "OSS format: %s\n", snd_pcm_oss_format_name(runtime->oss.format)); in snd_pcm_substream_proc_hw_params_read() 405 snd_iprintf(buffer, "OSS channels: %u\n", runtime->oss.channels); in snd_pcm_substream_proc_hw_params_read() 406 snd_iprintf(buffer, "OSS rate: %u\n", runtime->oss.rate); in snd_pcm_substream_proc_hw_params_read() 407 snd_iprintf(buffer, "OSS period bytes: %lu\n", (unsigned long)runtime->oss.period_bytes); in snd_pcm_substream_proc_hw_params_read() 408 snd_iprintf(buffer, "OSS periods: %u\n", runtime->oss.periods); in snd_pcm_substream_proc_hw_params_read() 409 snd_iprintf(buffer, "OSS period frames: %lu\n", (unsigned long)runtime->oss.period_frames); in snd_pcm_substream_proc_hw_params_read() 646 mutex_init(&pstr->oss.setup_mutex); in snd_pcm_new_stream() 844 for (setup = pstr->oss.setup_list; setup; setup = setupn) { in snd_pcm_free_stream()
|
D | Kconfig | 65 and read <file:Documentation/sound/designs/oss-emulation.rst>. 70 will be called snd-mixer-oss. 78 here and read <file:Documentation/sound/designs/oss-emulation.rst>. 83 will be called snd-pcm-oss.
|
D | Makefile | 51 obj-$(CONFIG_SND_OSSEMUL) += oss/
|
/linux-6.6.21/sound/ |
D | Makefile | 6 obj-$(CONFIG_DMASOUND) += oss/dmasound/
|
/linux-6.6.21/arch/m68k/include/asm/ |
D | mac_oss.h | 73 extern volatile struct mac_oss *oss;
|
/linux-6.6.21/Documentation/translations/zh_CN/admin-guide/ |
D | security-bugs.rst | 61 <http://oss-security.openwall.org/wiki/mailing-lists/distros#how-to-use-the-lists>。
|
/linux-6.6.21/include/sound/ |
D | pcm_oss.h | 58 unsigned oss: 1; /* oss mode */ member
|
D | rawmidi.h | 60 oss: 1; /* OSS compatible mode */ member
|
D | pcm.h | 434 struct snd_pcm_oss_runtime oss; member 480 struct snd_pcm_oss_substream oss; member 502 struct snd_pcm_oss_stream oss; member 532 struct snd_pcm_oss oss; member
|
/linux-6.6.21/Documentation/translations/zh_TW/admin-guide/ |
D | security-bugs.rst | 64 <http://oss-security.openwall.org/wiki/mailing-lists/distros#how-to-use-the-lists>。
|
/linux-6.6.21/sound/core/seq/ |
D | Makefile | 20 obj-$(CONFIG_SND_SEQUENCER_OSS) += oss/
|
D | Kconfig | 40 will be called snd-seq-oss.
|
/linux-6.6.21/Documentation/devicetree/bindings/media/ |
D | nxp,dw100.yaml | 10 - Xavier Roumegue <xavier.roumegue@oss.nxp.com>
|
/linux-6.6.21/Documentation/admin-guide/media/ |
D | si470x.rst | 106 sox -2 --endian little -r 96000 -t oss /dev/dsp1 -t oss /dev/dsp
|