snd-cs46xx recording not work

Bug #76311 reported by lucck
2
Affects Status Importance Assigned to Milestone
alsa-lib (Ubuntu)
Fix Released
Low
Daniel T Chen

Bug Description

I've a IBM thinkpad t22 and with alsa driver. I`m using Ubuntu 6.10. When i try record sound using arecord filename.wav arecord utils hangup. But if i use the OSS subsysytem using sox rec utility I can do everything correctly without any problem.

Revision history for this message
lucck (lucjan-bryndza) wrote :

I resolved this problem after compile and install from sources alsa-driver-1.0.13 and compile and install from sources alsa-lib-1.0.13 with changed driver configuration in file ./src/conf/cards/CS46xx.conf

CODE
    capture.pcm {
        type plug
        slave.pcm {
            @func concat
- strings [ "dsnoop:" $CARD ] <- delete this line
+ strings [ "hw:" $CARD ] <- add this line
        }
    }

After this changes recoring works perfectly.

Revision history for this message
Daniel T Chen (crimsun) wrote :
Changed in alsa-lib:
assignee: nobody → crimsun
importance: Undecided → Low
status: Unconfirmed → Fix Committed
Daniel T Chen (crimsun)
Changed in alsa-lib:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.