天嵌 ARM开发社区

 找回密码
 注册
查看: 3668|回复: 4

2440 音频驱动移植问题,

[复制链接]
wang12zhedi 发表于 2012-11-28 19:17:25 | 显示全部楼层 |阅读模式
本帖最后由 wang12zhedi 于 2012-11-28 19:24 编辑

今天参考 天嵌科技出品-Linux移植之Step By Step_V4.5_20100605.pdf  的step17 移植声卡驱动,
我的内核是linux-2.6.32.60的,
第一次从linux-2.6.29.tar.xz获取的1.0.18a的声卡驱动,其他部分完全参考手册,

这个过程中出现两个错误提示
error: implicit declaration of function 's3c2410_gpio_cfgpin'

解决办法参考
Sound/soc/s3c24xx/s3c24xx-i2s.c:407:error:implicit declaration of function ‘s3c2410_gpio_cfgpin’在2.6.31内核中,s3c2410_gpio_cfgpin是在include/linux/gpio.h中定义的,要添加这个文件在sound/soc/s3c24xx/s3c24xx-i2s.c中,第24行添加:#include <linux/gpio.h>



sound/soc/s3c24xx/s3c24xx-pcm.c: In function 's3c24xx_pcm_prepare':
sound/soc/s3c24xx/s3c24xx-pcm.c:228: error: 'S3C2410_DISRCC_INC' undeclared (first use in this function)
sound/soc/s3c24xx/s3c24xx-pcm.c:228: error: (Each undeclared identifier is reported only once
sound/soc/s3c24xx/s3c24xx-pcm.c:228: error: for each function it appears in.)
sound/soc/s3c24xx/s3c24xx-pcm.c:229: error: 'S3C2410_DISRCC_APB' undeclared (first use in this function)
sound/soc/s3c24xx/s3c24xx-pcm.c:229: error: too many arguments to function 's3c2410_dma_devconfig'
sound/soc/s3c24xx/s3c24xx-pcm.c:233: error: 'S3C2410_DCON_SYNC_PCLK' undeclared (first use in this function)
sound/soc/s3c24xx/s3c24xx-pcm.c:234: error: 'S3C2410_DCON_HANDSHAKE' undeclared (first use in this function)
sound/soc/s3c24xx/s3c24xx-pcm.c:234: error: too many arguments to function 's3c2410_dma_config'
sound/soc/s3c24xx/s3c24xx-pcm.c:239: error: too many arguments to function 's3c2410_dma_config'
sound/soc/s3c24xx/s3c24xx-pcm.c:243: error: too many arguments to function 's3c2410_dma_devconfig'
sound/soc/s3c24xx/s3c24xx-pcm.c: At top level:


参考解决办法
sound/soc/s3c24xx/s3c24xx-pcm.c:429: warning: 'DMA_nnBIT_MASK' is deprecated
make[3]: *** [sound/soc/s3c24xx/s3c24xx-pcm.o] Error 1
make[2]: *** [sound/soc/s3c24xx] Error 2
make[1]: *** [sound/soc] Error 2sound/soc/s3c24xx/s3c24xx-pcm.c中的S3C2410_DISRCC_INC等常量没有定义,s3c2410_dam_config函数的参数个数不对原因是2.6.31内核中dma相关的文件改变了,以前的跟dma有关的代码就不能使用了,我们只需把原来代码中的sound/soc/s3c24xx/s3c24xx-pcm.c这个文件替换回来就可以了。继续编译,就可以正常编译了,可以正常放音录

通过上面的办法成功解决问题,但下载后测试,却只有很刺耳的声音,这是怎么回事,

下面是启动过程

[r] Reboot u-boot
[t] Test Linux Image (zImage)
[q] quit from menu
Enter your selection: 8
Start Linux ...
Copy linux kernel from 0x00200000 to 0x30008000, size = 0x00300000 ... Copy Kernel to SDRAM done,NOW, Booting Linux......
Uncompressing Linux................................................................................................................................ done, booting the kernel.
Linux version 2.6.32.60 (root@a123-virtual-machine) (gcc version 4.3.3 (Sourcery G++ Lite 2009q1-176) ) #35 Wed Nov 28 17:46:28 CST 2012
CPU: ARM920T [41129200] revision 0 (ARMv4T), cr=c0007177
CPU: VIVT data cache, VIVT instruction cache
Machine: SMDK2440
ATAG_INITRD is deprecated; please update your bootloader.
Memory policy: ECC disabled, Data cache writeback
CPU S3C2440A (id 0x32440001)
S3C24XX Clocks, (c) 2004 Simtec Electronics
S3C244X: core 400.000 MHz, memory 100.000 MHz, peripheral 50.000 MHz
CLOCK: Slow mode (1.500 MHz), fast, MPLL on, UPLL on
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 16256
Kernel command line: noinitrd root=/dev/mtdblock2 init=/linuxrc console=ttySAC0
PID hash table entries: 256 (order: -2, 1024 bytes)
Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
Memory: 64MB = 64MB total
Memory: 60688KB available (3616K code, 322K data, 132K init, 0K highmem)
Hierarchical RCU implementation.
NR_IRQS:85
irq: clearing pending ext status 00080000
irq: clearing subpending status 00000003
irq: clearing subpending status 00000002
Console: colour dummy device 80x30
console [ttySAC0] enabled
Calibrating delay loop... 199.47 BogoMIPS (lpj=498688)
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
NET: Registered protocol family 16
S3C Power Management, Copyright 2004 Simtec Electronics
S3C2440: Initialising architecture
S3C2440: IRQ Support
S3C24XX DMA Driver, (c) 2003-2004,2006 Simtec Electronics
DMA channel 0 at c4808000, irq 33
DMA channel 1 at c4808040, irq 34
DMA channel 2 at c4808080, irq 35
DMA channel 3 at c48080c0, irq 36
S3C244X: Clock Support, DVS off
bio: create slab <bio-0> at 0
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
s3c-i2c s3c2440-i2c: slave address 0x10
s3c-i2c s3c2440-i2c: bus frequency set to 97 KHz
s3c-i2c s3c2440-i2c: i2c-0: S3C I2C adapter
NET: Registered protocol family 2
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
TCP established hash table entries: 2048 (order: 2, 16384 bytes)
TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
TCP: Hash tables configured (established 2048 bind 2048)
TCP reno registered
NET: Registered protocol family 1
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
NetWinder Floating Point Emulator V0.97 (extended precision)
JFFS2 version 2.2. (NAND) (SUMMARY)  漏 2001-2006 Red Hat, Inc.
ROMFS MTD (C) 2007 Red Hat, Inc.
yaffs Nov 28 2012 09:50:29 Installing.
msgmni has been set to 118
io scheduler noop registered
io scheduler anticipatory registered (default)
io scheduler deadline registered
io scheduler cfq registered
Console: switching to colour frame buffer device 60x34
fb0: s3c2410fb frame buffer device
lp: driver loaded but no devices found
ppdev: user-space parallel port driver
Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
s3c2440-uart.0: wang_serial0 at MMIO 0x50000000 (irq = 70) is a S3C2440
s3c2440-uart.1: wang_serial1 at MMIO 0x50004000 (irq = 73) is a S3C2440
s3c2440-uart.2: wang_serial2 at MMIO 0x50008000 (irq = 76) is a S3C2440
brd: module loaded
loop: module loaded
Uniform Multi-Platform E-IDE driver
ide-gd driver 1.18
ide-cd driver 5.00
S3C24XX NAND Driver, (c) 2004 Simtec Electronics
s3c24xx-nand s3c2440-nand: Tacls=2, 20ns Twrph0=6 60ns, Twrph1=2 20ns
s3c24xx-nand s3c2440-nand: NAND soft ECC
NAND device: Manufacturer ID: 0xec, Chip ID: 0xda (Samsung NAND 256MiB 3,3V 8-bit)
Scanning device for bad blocks
Bad eraseblock 108 at 0x000000d80000
Bad eraseblock 651 at 0x000005160000
Bad eraseblock 823 at 0x0000066e0000
Bad eraseblock 1268 at 0x000009e80000
Bad eraseblock 1282 at 0x00000a040000
Bad eraseblock 1718 at 0x00000d6c0000
Bad eraseblock 1844 at 0x00000e680000
Creating 3 MTD partitions on "NAND 256MiB 3,3V 8-bit":
0x000000000000-0x000000040000 : "my_boot"
0x000000200000-0x000000500000 : "my_kernal"
0x000000500000-0x000010000000 : "my_yaffs2"
dm9000 Ethernet Driver, V1.31
usbmon: debugfs is not available
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
s3c2410-ohci s3c2410-ohci: S3C24XX OHCI
s3c2410-ohci s3c2410-ohci: new USB bus registered, assigned bus number 1
s3c2410-ohci s3c2410-ohci: irq 42, io mem 0x49000000
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
usbcore: registered new interface driver libusual
usbcore: registered new interface driver usbserial
USB Serial support registered for generic
usbcore: registered new interface driver usbserial_generic
usbserial: USB Serial Driver core
USB Serial support registered for FTDI USB Serial Device
usbcore: registered new interface driver ftdi_sio
ftdi_sio: v1.5.0:USB FTDI Serial Converters Driver
USB Serial support registered for pl2303
usbcore: registered new interface driver pl2303
pl2303: Prolific PL2303 USB to serial adaptor driver
mice: PS/2 mouse device common for all mice
MY2440 TouchScreen successfully loaded
input: MY2440 TouchScreen as /class/input/input0
S3C24XX RTC, (c) 2004,2006 Simtec Electronics
S3C2410 Watchdog Timer, (c) 2004 Simtec Electronics
s3c2410-wdt s3c2410-wdt: watchdog inactive, reset disabled, irq enabled
Advanced Linux Sound Architecture Driver Version 1.0.18a.
No device for DAI UDA134X
No device for DAI s3c24xx-i2s
S3C24XX_UDA134X SoC Audio driver
UDA134X SoC Audio Codec
asoc: UDA134X <-> s3c24xx-i2s mapping ok
ALSA device list:
  #0: S3C24XX_UDA134X (UDA134X)
TCP cubic registered
NET: Registered protocol family 17
drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
yaffs: dev is 32505858 name is "mtdblock2"
yaffs: passed flags ""
yaffs: Attempting MTD mount on 31.2, "mtdblock2"
yaffs: auto selecting yaffs2
block 69 is bad
block 612 is bad
block 784 is bad
block 1229 is bad
block 1243 is bad
block 1679 is bad
block 1805 is bad
yaffs_read_super: isCheckpointed 0
VFS: Mounted root (yaffs filesystem) on device 31:2.
Freeing init memory: 132K

Please press Enter to activate this console.
[root@myself /]#


测试过程

Please press Enter to activate this console.
[root@myself /]#
[root@myself /]#cat Windows\ XP\ 叮当声.wav >dev/dsp
[root@myself /]#cat Windows\ XP\ 叮当声.wav >dev/dsp
[root@myself /]#cat dev/dsp >12.bin
^C
[root@myself /]#cat 12.bin > dev/dsp
[root@myself /]#cat 12.bin > dev/dsp
[root@myself /]#


可以录音,但播放的时候还是有杂音 ,隐约能听到录制的声音,这个杂音是咋回事,怎么解决呢?求大神

第二次尝试是从linux-2.6.30.4_20100531.tar.bz2 得到的声卡驱动  问题依旧
亚瑟王 发表于 2012-11-29 09:29:51 | 显示全部楼层
直接使用内核自带的驱动吧。一般情况下,内核自带的驱动是没有问题的。
 楼主| wang12zhedi 发表于 2012-11-30 08:28:05 | 显示全部楼层
本帖最后由 wang12zhedi 于 2012-11-30 09:30 编辑
亚瑟王 发表于 2012-11-29 09:29
直接使用内核自带的驱动吧。一般情况下,内核自带的驱动是没有问题的。


直接使用内核自带的驱动的话还需要添加或者更改什么吗?为什么我的内核启动时显示
Advanced Linux Sound Architecture Driver Version 1.0.21.
No device for DAI tlv320aic23
No device for DAI UDA134X
No device for DAI s3c24xx-i2s
ALSA device list:
  No soundcards found.
TCP cubic registered


启动后就没有dsp 之类的呀

我已经配置过内核了
 楼主| wang12zhedi 发表于 2012-11-30 10:56:18 | 显示全部楼层
本帖最后由 wang12zhedi 于 2012-11-30 11:02 编辑
亚瑟王 发表于 2012-11-29 09:29
直接使用内核自带的驱动吧。一般情况下,内核自带的驱动是没有问题的。


使用内核自带驱动配置单如下
   Device Drivers  --->   
               <*> Sound card support  --->      
                            --- Sound card support
                                   [ ]   Preclaim OSS device numbers   
                                    <*>   Advanced Linux Sound Architecture  --->
                                   < >   Open Sound System (DEPRECATED)  --->            

                                       --- Advanced Linux Sound Architecture                                    
                                                    < >   Sequencer support                                             
                                                    <*>   OSS Mixer API                                                  
                                                    <*>   OSS PCM (digital audio) API                                    
                                                     [ ]     OSS PCM (digital audio) API - Include plugin system         
                                                     [ ]   Dynamic device file minor numbers                              
                                                      [   ]   Support old ALSA API                                          
                                                          Verbose procfs contents      (这个个是编译近内核的 ,就是选择是*  不知道怎么回事 显示不正常)                                    
                                                       [ ]   Verbose printk                                                
                                                        [ ]   Debug                                                         
                                                        [ ]   Generic sound devices  --->                                    
                                                         [ ]   ARM sound devices  --->                                       
                                                          [ ]   SPI sound devices  --->                                       
                                                          [ ]   USB sound devices  --->                                       
                                                            <*>   ALSA for SoC audio support  --->   


   --- ALSA for SoC audio support                                
       <*>   SoC Audio for the Samsung S3CXXXX chips            
       < >   SoC AC97 Audio support for LN2440SBC - ALC650      
       <*>   SoC I2S Audio support UDA134X wired to a S3C24XX   
       < >   SoC I2S Audio support for TLV320AIC23 on Simtec boar
       < >   SoC I2S Audio support for Simtec Hermes board      
       < >   Build all ASoC CODEC drivers                        
                                                                 
                           
                             
亚瑟王 发表于 2012-11-30 12:18:14 | 显示全部楼层
wang12zhedi 发表于 2012-11-30 10:56
使用内核自带驱动配置单如下
   Device Drivers  --->   
                Sound card support  ---> ...

内核配置和2.6.30.4的类似即可。
其它部分(主要是arch\arm\mach-s3c2440\mach-tq2440.c)就按照手册的做。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

i.MX8系列ARM cortex A53 M4 工控板上一条 /1 下一条

Archiver|手机版|小黑屋|天嵌 嵌入式开发社区 ( 粤ICP备11094220号-2 )

GMT+8, 2024-9-28 07:19 , Processed in 1.036066 second(s), 18 queries .

Powered by Discuz! X3.4 Licensed

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表