Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67442 - alsa-lib-1.0.5-r3 with alsa-driver-1.6.0a no sound when play ac3 passthrough
Summary: alsa-lib-1.0.5-r3 with alsa-driver-1.6.0a no sound when play ac3 passthrough
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-13 12:25 UTC by Kitae
Modified: 2004-11-12 03:26 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch file (alsa-lib-1.0.5-emu10k1.patch,387 bytes, patch)
2004-10-13 12:26 UTC, Kitae
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kitae 2004-10-13 12:25:11 UTC
There is no sound , when I try to play using ac3 passthrough,
if I using alsa-lib-1.0.5-r3 ebuild
My Card is sblive 

Erorr message is
alsa-init: soundcard set to iec958:AES0=0x2,AES1=0x82,AES2=0x0,AES3=0x2
ALSA lib pcm_hw.c:1155:(snd_pcm_hw_open) open /dev/snd/pcmC0D3p failed: No such file or directory

After edit /usr/share/alsa/cards/EMU10K1.conf
alsa-init: soundcard set to iec958:AES0=0x2,AES1=0x82,AES2=0x0,AES3=0x2
alsa: 48000 Hz/2 channels/4 bpf/65536 bytes buffer/Signed 16 bit Little Endian
AO: [alsa] 48000Hz 2ch AC3 (1 bps)

and sound  work again

Reproducible: Always
Steps to Reproduce:
1.I was used alsa-lib-1.6.0
2.I just emerge -u world, make alsa-lib downgrade.
3.There in no sound when play with ac3 passthrough.
4.edit file /usr/share/alsa/cards/EMU10K1.conf
From
    223         slave.pcm {
    224                 type hw
    225                 card $CARD
    226                 device 3
    227         }

To
    223         slave.pcm {
    224                 type hw
    225                 card $CARD
    226                 device 2
    227         }

5. That problem is gone. AC3 passthrogh sound work again.
Comment 1 Kitae 2004-10-13 12:26:44 UTC
Created attachment 41751 [details, diff]
Patch file

I just add that patch
Comment 2 Jeremy Huddleston (RETIRED) gentoo-dev 2004-10-29 18:47:03 UTC
did it work with 1.0.6?
Comment 3 Jeremy Huddleston (RETIRED) gentoo-dev 2004-11-12 03:26:30 UTC
this is fixed in later versions.