Welcome![Sign In][Sign Up]
Location:
Search - alsa-lib

Search list

[Linux-Unixalsa-lib-1.0.14

Description: alsa-driver-1.0.14编译声卡所需要的库,官方原版,可以直接使用
Platform: | Size: 1296025 | 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:

[Linux-Unixalsa-lib-1.0.14

Description: alsa-driver-1.0.14编译声卡所需要的库,官方原版,可以直接使用-alsa-driver-1.0.14 sound compile the required libraries, the official original, you can directly use
Platform: | Size: 1295360 | Author: 叶建江 | Hits:

[Embeded Linuxalsa2440

Description: 扬创2440平台上的ALSA音频驱动程序( for Linux-2.6.26.5 )。驱动使用说明和ALSA Lib的编译过程都在压缩包内-Yang hit 2440 platform ALSA audio driver (for Linux-2.6.26.5). Drive the use of notes and ALSA Lib compiler are in the process of compression packages
Platform: | Size: 19456 | Author: 章杰 | Hits:

[Otherwriting-an-alsa-driver

Description: 介绍linux 如何编写 alsa音频驱动-linux alsa audio driver
Platform: | Size: 365568 | Author: 张印 | Hits:

[Linux-Unixalsa_1.0.16.tar

Description: alsa声音驱动源代码,alsa是linux平台下通用的声音驱动和应用体系框架-alsa sound driver source code, alsa are generic linux platform and application of voice-driven framework
Platform: | Size: 3594240 | Author: seven | Hits:

[Linux-Unixalsa-lib-1.0.9rc4.tar.bz2

Description: alsa声音驱动体系的lib库源代码,对应libaudio.so动态库-alsa sound lib-driven database system source code, the corresponding dynamic library libaudio.so
Platform: | Size: 694272 | Author: seven | Hits:

[Otheralsa_driver

Description:
Platform: | Size: 226304 | Author: sqy | Hits:

[Linux-Unixlinux_audio_test_SRC.tar

Description: ALSA驱动的一些调试测试工具,可以在命令行下调整音量,测试声道,和查看硬件信息-ALSA driver to test a number of debugging tools, you can adjust the volume, under the command line to test the channel, and view the hardware information
Platform: | Size: 1306624 | Author: dlbn | Hits:

[Linux-UnixALSA_OSS.tar

Description: Sample code to use ALSA (Advanced Linux Sound Architecture) or OSS (Open Sound System).
Platform: | Size: 4096 | Author: Julien | Hits:

[Audio program1

Description: alsa的一个教学文档,非常适合入门,pdf格式-alsa' s a teaching document, is ideal for entry-
Platform: | Size: 64512 | Author: tanglek | Hits:

[Audio programalsa-test

Description: linux下的源码,实现了利用ALSA进行录制和播放的功能。代码很易懂适于初学-linux source code under the realized using ALSA for recording and playback functions. The code is very easy to understand is suitable for beginners
Platform: | Size: 2048 | Author: 何自强 | 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-Unixalsa-lib-0.4.0.tar

Description: 这是ALSA音频驱动的应用库,与其同版本的驱动源码之前已传上了-This is the ALSA audio driver in the application library, rather than before with the version of the driver source code has been passed on the
Platform: | Size: 244736 | Author: yemingzhu | Hits:

[Linux-Unixalsa-lib-1.0.25

Description: alsa linux source code
Platform: | Size: 1229824 | Author: guo | Hits:

[Audio programalsa-lib

Description: linux下ALSA框架下音频库的源码,版本为1.0.25 -audio alsa lib source code,version is 1.0.25
Platform: | Size: 1234944 | Author: 杨平 | Hits:

[Linux driveralsa-lib-1.0.27.2

Description: alsa-lib-1.0.27.2,ALSA音频驱动库-alsa-lib, ALSA audio driver library
Platform: | Size: 1435648 | Author: hzw | Hits:

[Booksalsa-lib-1.1.0.tar

Description: source code of audio-lib
Platform: | Size: 1244160 | Author: 赵成 | Hits:

[Linux driveralsa-lib-1.1

Description: linux alsa shell源代码,用作调试linux alsa底层音频驱动。-linux alsa shell source code,used as debug linux alsa drivers.
Platform: | Size: 1512448 | Author: 邢兰停 | Hits:

[Otheraudio_test

Description: 基于alsa lib开发录放音测试程序,亲测可用(Alsa recording and playback test procedures, pro test available)
Platform: | Size: 1024 | Author: dcg | Hits:
« 12 »

CodeBus www.codebus.net