From: Glen Masgai <mimosius@gmx.de>
To: alsa-devel@lists.sourceforge.net
Cc: Clemens Ladisch <clemens@ladisch.de>
Subject: Re: [ALSA - driver 0002159]: ac3 passthrough not working on recent versions
Date: Mon, 19 Jun 2006 19:00:39 +0200 [thread overview]
Message-ID: <4496D837.9070609@gmx.de> (raw)
In-Reply-To: <9bf77025a623d4cebd0491303f7f6f65@bugtrack.alsa-project.org>
Hi Clemens,
I already tried this "rear_swap=1" but AC3-passthrough doesn't work, so
there must be another bug which breaks it.
bugtrack@alsa-project.org schrieb:
> The following issue has been RESOLVED.
> ======================================================================
> <https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2159>
> ======================================================================
> Reported By: nikke
> Assigned To: Clemens Ladisch
> ======================================================================
> Project: ALSA - driver
> Issue ID: 2159
> Category: PCI - ymfpci
> Reproducibility: always
> Severity: minor
> Priority: normal
> Status: resolved
> Distribution: Debian
> Kernel Version: 2.6.15
> Resolution: not fixable
> Fixed in Version:
> ======================================================================
> Date Submitted: 05-24-2006 23:44 CEST
> Last Modified: 06-19-2006 13:33 CEST
> ======================================================================
> Summary: ac3 passthrough not working on recent versions
> Description:
> Using the following AC3 passthrough with mplayer works:
> Linux 2.4.31
> alsa-driver 1.0.8-7 (debian stable packaged)
>
> Using Linux 2.6.15 (both with alsa-driver 1.10rc3 that ships with the
> kernel and
> alsa-driver 1.0.11) it doesn't work. The reciever just says "unlock" and
> stays quiet.
>
> The only change is booting with different kernels, no other config or
> hardware is touched, so this must be a driver regression.
>
> The card is YMF-754 based, connected with coax spdif to my HK reciever.
>
> If you need more info, just tell me and I'll dig it up.
> ======================================================================
>
> ----------------------------------------------------------------------
> Raymond - 06-18-06 13:30
> ----------------------------------------------------------------------
> I don't have this card, you better wait Clemens Ladisch's review.
>
> BTW, Is there any reason why dsnoop is not eanbled ?
>
> The volume per voice feature is hard to use, especially when different
> drivers implement this feature in different ways
> 1) emu10k1 - use index
> 2) ymfpci - use subdevice
>
> Can any of you try speaker-test -Dsurround40 -c 4 -t wav ?
> https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2026
>
>
>
> ----------------------------------------------------------------------
> Clemens Ladisch - 06-19-06 13:33
> ----------------------------------------------------------------------
> My patch indeed broke AC3 passthrough. However, it fixed the incorrect
> channel routing of the rear analog output.
>
> The problem of the swapped rear channels is a bug in either the hardware
> or in the firmware Yamaha provided to us, so the driver has to work around
> it by swapping the rear channels before playing them. The rear channels
> are a resource shared between the rear analog output and the digital
> output, so the channel swapping workaround affects both outputs (although
> the bug itself affects only the analog output).
>
> A later patch added the rear_swap module option so that the user can
> choose which one of the outputs is right. Use "rear_swap=1" to get
> correct AC3 output.
> (This module option probably should be a mixer option.)
>
> Issue History
> Date Modified Username Field Change
> ======================================================================
> 05-24-06 23:44 nikke New Issue
> 05-24-06 23:44 nikke Distribution => Debian
> 05-24-06 23:44 nikke Kernel Version => 2.6.15
> 05-24-06 23:47 nikke Issue Monitored: nikke
> 06-02-06 04:23 Raymond Note Added: 0010045
> 06-02-06 04:25 Raymond Note Edited: 0010045
> 06-12-06 13:14 Mimosius Issue Monitored: Mimosius
> 06-14-06 22:32 nikke Note Added: 0010216
> 06-15-06 02:18 Raymond Note Added: 0010221
> 06-15-06 02:27 Raymond Note Edited: 0010221
> 06-15-06 11:03 Mimosius Note Added: 0010237
> 06-15-06 23:43 nikke Note Added: 0010246
> 06-16-06 13:01 Mimosius Note Added: 0010250
> 06-16-06 13:16 Mimosius Note Edited: 0010250
> 06-16-06 13:26 Raymond Note Added: 0010251
> 06-16-06 13:31 Raymond Note Edited: 0010251
> 06-16-06 13:37 Mimosius Note Added: 0010252
> 06-16-06 16:25 Raymond Note Added: 0010255
> 06-17-06 01:17 nikke Note Added: 0010262
> 06-17-06 02:43 Raymond Note Edited: 0010251
> 06-17-06 10:21 Raymond Note Added: 0010266
> 06-17-06 10:24 Raymond Note Edited: 0010266
> 06-17-06 11:02 Raymond Note Added: 0010267
> 06-17-06 14:25 Raymond Note Added: 0010268
> 06-17-06 15:16 nikke Note Added: 0010269
> 06-17-06 16:10 Raymond Note Added: 0010270
> 06-17-06 16:23 Raymond Note Edited: 0010270
> 06-17-06 18:22 rlrevell Note Added: 0010280
> 06-18-06 04:03 Raymond Note Added: 0010295
> 06-18-06 04:08 Raymond Note Edited: 0010295
> 06-18-06 04:14 Raymond Note Edited: 0010295
> 06-18-06 13:30 Raymond Note Edited: 0010295
> 06-19-06 13:11 Clemens LadischStatus new => assigned
> 06-19-06 13:11 Clemens LadischAssigned To => Clemens Ladisch
> 06-19-06 13:33 Clemens LadischStatus assigned => resolved
> 06-19-06 13:33 Clemens LadischResolution open => not fixable
> 06-19-06 13:33 Clemens LadischNote Added: 0010307
> ======================================================================
>
>
>
>
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel
>
>
>
next prev parent reply other threads:[~2006-06-19 17:00 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-19 11:33 [ALSA - driver 0002159]: ac3 passthrough not working on recent versions bugtrack
2006-06-19 17:00 ` Glen Masgai [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-08-04 0:35 bugtrack
2006-08-03 12:15 bugtrack
2006-06-20 2:56 bugtrack
2006-06-19 20:10 bugtrack
2006-06-19 19:43 bugtrack
2006-06-19 11:11 bugtrack
2006-06-17 16:22 bugtrack
2006-06-17 14:10 bugtrack
2006-06-17 13:16 bugtrack
2006-06-17 12:25 bugtrack
2006-06-17 9:02 bugtrack
2006-06-17 8:21 bugtrack
2006-06-16 23:17 bugtrack
2006-06-16 14:25 bugtrack
2006-06-16 11:37 bugtrack
2006-06-16 11:26 bugtrack
2006-06-16 11:01 bugtrack
2006-06-15 21:43 bugtrack
2006-06-15 9:03 bugtrack
2006-06-15 0:18 bugtrack
2006-06-14 20:32 bugtrack
2006-06-02 2:23 bugtrack
2006-05-24 21:44 bugtrack
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4496D837.9070609@gmx.de \
--to=mimosius@gmx.de \
--cc=alsa-devel@lists.sourceforge.net \
--cc=clemens@ladisch.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.