Welcome![Sign In][Sign Up]
Location:
Search - linux oss

Search list

[Other resourceoss-v4.0-build1015-src-gpl

Description: oss-v4.0-build1015-src linux oss的音频驱动源码
Platform: | Size: 1474438 | Author: 曾思灵 | Hits:

[Linux-UnixOSS_tutorial

Description: OSS (Open Sound System) Tutorial linux oss音频驱动中文使用文档
Platform: | Size: 18713 | Author: 曾思灵 | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Multimedia programalsaplayer-0.99.50.tar

Description: X-Windows下的一个新的PCM播放器,支持OSS和ESD,包括MP3,WAV,CD。-A new pCM player in X-Windows,which supports OSS and ESD,and includes MP3,WAV,CD
Platform: | Size: 441344 | Author: 站长 | Hits:

[Software EngineeringALSA Doc

Description: linux下声卡编程,alsa声卡驱动程序集的参考文档-under linux audio programming, alsa sound card driver set of reference documents
Platform: | Size: 676864 | Author: | Hits:

[mpeg mp3mpg123-0.59r+eq.v4

Description: mpg123代码+EQ的代码,这是一个相当完整的mp3播放器开放源码,该代码是在linux下gcc平台编译通过,对学习在linux下系统编程的人员有参考价值.不过mpeg2.5有bug,还需要进一步纠正.-mpg123 code EQ code, which is a fairly complete mp3 players OSS. The code in the Linux platform under gcc compiler passed, learning under Linux System Programming of a reference value. However mpeg2.5 a bug, need to be further rectified.
Platform: | Size: 181248 | Author: 黄旭东 | Hits:

[Picture ViewerEasyBMPtoAVI_0.54_console-source

Description: EasyBMPtoAVI is a simple, easy-to-use, cross-platform utility for creating an avi movie file from a series of windows bitmap (BMP) images. Some features: 1) Support for reading all bit-depths supported by EasyBMP. At the present time, this includes 1, 4, 8, 16, 24, and 32-bpp bitmap images. 2) Can create files up to 2GB in size. 3) Output is uncompressed, so you can choose your own compression without loss of quality. 4) Cross-platform compatible (Linux, Unix, Windows, Macintosh, Solaris, ...) 5) Cross-compiler compatible (supports compiling in MS Visual Studio, g++, MinGW, Intel s icc, and the lousy Borland compiler) 6) Easy user interface even helps you if you forget to specify crucial information. 7) Endian-safe as of Version 0.52, so it will work on things like PowerPC, Sparc, etc. 8) 64-bit compatible if you compile with EasyBMP -EasyBMPtoAVI is a simple, easy-to-use, cross-platform utility for creating an avi mov ie file from a series of windows bitmap (BMP) ima celebrated. Some features : 1) Support for reading all bit-depths supporte d by EasyBMP. At the present time, this includes 1, 4, 8, 16, 24, and 32-bpp bitmap images. 2) Can create files up to 2GB in size. 3) Output is uncompressed. so you can choose your own compression without l oss of quality. 4) Cross-platform compatible ( Linux, Unix, Windows, Mac, Solaris, ...) 5) Cross-compatible compiler (c supports ompiling in MS Visual Studio, g, MinGW. Intel's icc. and the lousy Borland compiler) 6) Easy user int erface even helps you if you forget to specify cr ucial information. 7) Endian-safe as of Versio n 0.52, so it will work on things like the PowerPC
Platform: | Size: 13312 | Author: deeply2000 | Hits:

[Linux-Unixzxzkeyboard

Description: ARM S3C2410的4X4键盘中断驱动程序(包括驱动, Makefile, 测试源码), 在Linux 2.6.8.1环境下测试过.-ARM S3C2410 4x4 keyboard interrupt-driven (including driving, Makefile, testing OSS), the Linux 2.6.8.1 environment tested.
Platform: | Size: 4096 | Author: ZXZ | Hits:

[Linux-UnixLinuxOSS

Description: Linux下的OSS音频接口编程一例 Linux下的OSS音频接口编程一例-Linux under the case of OSS audio interface programming under Linux programming case of OSS audio interface
Platform: | Size: 10240 | Author: wanghong | Hits:

[Linux-Unixsound_oss

Description: linux系统下的Open Sound System Programmer s Guide,就是oss了。对写linux下音频驱动和音频应用程序的朋友很有帮助。-linux System Open Sound System Programmer s Guide, is a oss. Writing under linux audio driver and audio application Friend helpful.
Platform: | Size: 246784 | Author: 白继波 | Hits:

[Linux-UnixOSS_app

Description: Linux下基于OSS音频驱动的应用程序,包括播放已经MIXER控制程序。-Linux-based OSS audio-driven applications, including broadcast has MIXER control procedures.
Platform: | Size: 8192 | Author: barrysong | Hits:

[Linux-UnixSndKit

Description: 在linux下做的录音和播放的程序,使用oss音频驱动程序,-In linux to do under the procedures for recording and playback, use the oss audio driver,
Platform: | Size: 3072 | Author: 王树珂 | Hits:

[Embeded Linuxoss-v4.0-build1015-src-gpl

Description: oss-v4.0-build1015-src linux oss的音频驱动源码-oss-v4.0-build1015-src linux oss audio driver source
Platform: | Size: 1474560 | Author: 曾思灵 | Hits:

[Linux-UnixOSS_tutorial

Description: OSS (Open Sound System) Tutorial linux oss音频驱动中文使用文档-OSS (Open Sound System) Tutorial linux oss audio driver to use Chinese documentation
Platform: | Size: 18432 | Author: 曾思灵 | Hits:

[Audio programoss_wav_play

Description: linux OSS编程例子.打开wav文件,并取出其中PCM数据,通过OSS接口函数实现播放.可以调节音量. 小而精.供大家参考. -linux OSS programming examples. Open wav file, and removed one of PCM data, the adoption of OSS player interface function. It can adjust the volume. Small but excellent. For your reference.
Platform: | Size: 3072 | Author: 彭远伦 | Hits:

[Linux-Unixs3c2410-uda1341

Description: linux OSS驱动范例 s3c2410-uda1341.rar-linux OSS driver example s3c2410-uda1341.rar
Platform: | Size: 7168 | Author: 邓小龙 | Hits:

[Linux-Unixffaudio.tar

Description: Linux OSS声卡驱动测试程序,支持播放,录制,支持多种速率,多种格式,以及通道。如有其他特殊需要,只需添加ioctl接口即可。 本程序在Linux 2.6.20下测试通过,并可方便地移植到MIPS/ARM架构CPU上。-Linux OSS sound drivers test procedures in support of broadcast, recording, supports a wide range of rates, a variety of formats, as well as the channel. If there are other special needs, simply add the ioctl interface to. This procedure to test the adoption of Linux 2.6.20, and easily ported to MIPS/ARM architecture CPU on.
Platform: | Size: 2048 | Author: H Simon | Hits:

[OS Developlinux-driver-demo-audio

Description: 宋宝华《Linux设备驱动开发详解》sound设备驱动及应用程序例程-Sound driver demo and aplication demo based on alsa lib, from Song Baohua s 《Linux device driver in detail》.
Platform: | Size: 32768 | Author: 蒋志峰 | Hits:

[Linux-UnixLinux-driver-development17

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第17章、Linux音频设备驱动。在Linux系统中,先后出现了音频设备的两种框架:OSS和ALSA,本节将在介绍数字音频设备及音频设备硬件接口的基础上讲解OSS和ALSA驱动的结构。17.1~17.2节讲解了音频设备及PCM、IIS和AC97硬件接口。17.3节讲解了Linux OSS音频设备驱动的组成、mixer接口、dsp接口及用户空间编程方法。17.4节讲解了Linux ALSA音频设备驱动的组成、card和组件管理、PCM设备、control接口、AC97 API及用户空间编程方法。17.5节以S3C2410通过IIS接口外接UDA1341编解码器的实例讲解了OSS驱动。17.6节以PXA255通过AC97接口外接AC97 编解码器的实例讲解了ALSA驱动。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 17, Linux audio device drivers. In Linux system, the audio equipment successively appeared two framework: OSS and ALSA, this section will be introduced in digital audio equipment and audio equipment and hardware interface on the basis of OSS and explain the structure of the driver ALSA. 17.1 ~ 17.2 explained audio equipment and PCM, IIS and AC97 hardware interface. Section 17.3 explained Linux OSS audio device driver s composition, mixer, DSP interface and the user interface space programming method. Section 17.4 explained Linux ALSA audio device drivers, the composition of the card and the component management, PCM equipment, control interface, AC97 API and user space programming method. Section 17.5 to S3C2410 through the IIS interface external UDA1341 codec examples to explain the OSS driver. Section 17.6 to PXA255 through the AC97 interface exter
Platform: | Size: 922624 | Author: 华清远见 | Hits:

[Otherlinux-oss

Description: oss音频分析,包括架构分析以及驱动地基本初始化流程-oss audio analysis, including structure analysis, and drive to basic initialization process
Platform: | Size: 56320 | Author: 温忠健 | Hits:
« 12 3 4 »

CodeBus www.codebus.net