Bug 448220

Summary: Pulseaudio: AC3 Support does not work anymore
Product: [Fedora] Fedora Reporter: Christian Nolte <ch.nolte>
Component: pulseaudioAssignee: Lennart Poettering <lpoetter>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 9CC: lkundrak, pierre-bugzilla
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-06-13 23:41:06 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
yum log of the latest updates on my machine none

Description Christian Nolte 2008-05-24 16:09:07 UTC
Since some updates (I have not figured out what is the exact problem here) AC3
passthrough using pulseaudio does not work anymore. The yum.log is attached. AC3
Passthrough did work on the 14th of may.

Smolt-Profile:
http://www.smolts.org/client/show/pub_b75f1860-8199-486a-b3b8-5047dd56f614

Comment 1 Christian Nolte 2008-05-24 16:09:07 UTC
Created attachment 306584 [details]
yum log of the latest updates on my machine

Comment 2 Christian Nolte 2008-05-24 16:10:20 UTC
Disabling pulseaudio via /etc/alsa/alsa.conf "fixes" this problem for me:

@hooks [
        {
                func load
                files [
#                       "/etc/alsa/pulse-default.conf"
                        "/etc/asound.conf"
                        "~/.asoundrc"
                ]
                errors false
        }
]


Comment 3 Lennart Poettering 2008-06-13 23:41:06 UTC
PulseAudio doesn't do AC3 pass-through. If you want to use it, then you have to
use the spdif ALSA plugin and bypass PA. If PA is blocking access to the audio
device you might want to wrap your call in "pasuspender".