Welcome![Sign In][Sign Up]
Location:
Search - s3c2410 sound

Search list

[Other resourcesound

Description: iis s3c2410-uda1341语音系统的 开发
Platform: | Size: 1113534 | Author: chenjun | 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-Unixs3c2410test_r11

Description: 三星2410 硬件功能测试程序,包括LCD,声卡1341等,对于编写底层驱动有很大帮助作用。-hardware testing procedures, including LCD, Sound Card 1341. Drivers prepare for the bottom are very helpful role.
Platform: | Size: 1474560 | Author: | Hits:

[Embeded Linuxuda1341

Description: 基于linux kernel 2.6.20的UDA1341声音芯片的声卡驱动,在s3c2410 cpu下调试通过。 使用方法:源码树的根下新建local目录,并将其解压缩到该目录,修改源码树根下的Makefile文件的559行为: vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) $(core-y) $(core-m) $(drivers-y) $(drivers-m) $(net-y) $(net-m) $(libs-y) $(libs-m))) local/ 就可以编译了,不过是模块编译,编译好了之后不要忘了insmod进内核啊-Linux kernel 2.6.20 based on the sound chip UDA1341 sound card driver in the adoption of s3c2410 cpu debugging. Usage: source tree root under the new local directory, and unzip to that directory, edit the Makefile under the root source file 559 acts: vmlinux-dirs: = $ (patsubst /,,$( filter /, $ (init-y) $ (init-m) $ (core-y) $ (core-m) $ (drivers-y) $ (drivers-m) $ (net-y) $ (net- m) $ (libs-y) $ (libs-m))) local/can be compiled, but is a module compiler, the compiler better not forget that after the insmod into the kernel ah
Platform: | Size: 23552 | Author: 杨少英 | Hits:

[ARM-PowerPC-ColdFire-MIPSiis_test

Description: Embest教学实验平台上iis模块测试代码(S3C2410),采用飞利浦1341解码芯片,实现声音的播放与录制-Embest teaching experiment platform iis module test code (S3C2410), using Philips 1341 decoder chip to achieve the sound playback and recording
Platform: | Size: 189440 | Author: 张仲达 | Hits:

[Embeded LinuxGSM_Sms

Description: S3C2410 上面的关于SMS 完整工程源代码,包括LCD、Flash、DMA、mmu、Power、Timer等驱动,以及SMS声音文件-S3C2410 above complete the project on the SMS source code, including LCD, Flash, DMA, mmu, Power, Timer, etc. drives, as well as SMS sound files
Platform: | Size: 1771520 | Author: 万兵 | Hits:

[Software Engineeringsound

Description: iis s3c2410-uda1341语音系统的 开发-iis s3c2410-uda1341 voice system
Platform: | Size: 1113088 | Author: chenjun | Hits:

[Linux-Unixs3c2410-uda1341

Description: linux声卡驱动程序,自己还没怎么看懂 -linux sound card drivers, not how to understand their own
Platform: | Size: 8192 | Author: | Hits:

[Embeded-SCM Developaudio

Description: 本驱动是 s3c2410 声卡驱动,实现了 mp3,wav格式的音频文件的播放 -The S3C2410 sound card driver is driven to achieve a mp3, wav format audio file player
Platform: | Size: 1028096 | Author: | Hits:

[ARM-PowerPC-ColdFire-MIPSsound

Description: 嵌入式驱动 平台:S3C2410+LINUX 名字:sound驱动 -driver for sound
Platform: | Size: 1114112 | Author: 许多 | Hits:

[Embeded-SCM Developmymain

Description: s3c2410 X下编写的 音频播放器,可以播放wav文件,录音,在博创的平台上调试成功;-prepared s3c2410 X audio player, can play wav files, sound recordings, in Fiberxon successful commissioning of the platform
Platform: | Size: 1024 | Author: chenw | Hits:

[ARM-PowerPC-ColdFire-MIPSFS2410_APP

Description: FS2410-S3C2410的测试程序,包括按键,串口,录音,放音,LCD等测试程序源代码,可作FS2410开发板学习使用-FS2410-S3C2410 testing procedures, including the keys, serial, sound recording, playback, LCD and other test program source code, can be used for learning to use FS2410 development board
Platform: | Size: 2277376 | Author: lvjinwen | Hits:

[Linux-Unixs3c2410-uda1341

Description: s3c2410声卡驱动 s3c2410-uda1341.c 使用飞利浦公司uda1341芯片-s3c2410 sound driver
Platform: | Size: 9216 | Author: jams | Hits:

[Linux drivers3c2410-uda1341

Description: 声卡驱动,用于播放音乐和录音的驱动-Sound card driver
Platform: | Size: 8192 | Author: Dea | Hits:

[Embeded-SCM Developmymain

Description: s3c2410 X下编写的 音频播放器,可以播放wav文件,录音,在博创的平台上调试成功;-prepared s3c2410 X audio player, can play wav files, sound recordings, in Fiberxon successful commissioning of the platform
Platform: | Size: 1024 | Author: sedto | Hits:

[Linux driverlinux3.6.9-transplantation.tar

Description: 包含了移植linux3.6.9到s3c2410的详细步骤和错误的解决办法, 其中dma.c的改动可以解决高版本内核声音断续的问题,这也是很多移植教程里所没有提到的.-linux kernel 3.6.9 transplantation to s3c2410 board it contains the detailed steps and error solutions The dma.c changes can resolve the kernel sound intermittent problem in high version of kernel. which a lot of other transplantation tutorials are not mentioned.
Platform: | Size: 105472 | Author: loupen | Hits:

CodeBus www.codebus.net