From: James Le Cuirot <chewi@aura-online.co.uk>
To: Anssi Hannula <anssi.hannula@iki.fi>
Cc: alsa-devel@alsa-project.org
Subject: Re: [PATCH v3 0/5] ALSA: hda - hdmi: ATI/AMD multi-channel and HBR support
Date: Mon, 25 Nov 2013 14:32:28 +0000 [thread overview]
Message-ID: <20131125143228.55c94550@red> (raw)
In-Reply-To: <52934E97.9060701@iki.fi>
On Mon, 25 Nov 2013 15:20:23 +0200
Anssi Hannula <anssi.hannula@iki.fi> wrote:
> 24.11.2013 16:57, James Le Cuirot kirjoitti:
> > On Sat, 23 Nov 2013 17:45:00 +0200
> > Anssi Hannula <anssi.hannula@iki.fi> wrote:
> >
> >> 23.11.2013 17:40, James Le Cuirot kirjoitti:
> >>> On Sat, 23 Nov 2013 03:29:28 +0200
> >>> Anssi Hannula <anssi.hannula@iki.fi> wrote:
> >>>
> >>>> 23.11.2013 03:05, James Le Cuirot kirjoitti:
> >>>>> Anssi Hannula <anssi.hannula <at> iki.fi> writes:
> >>>>>
> >>>>>> Here's another revision of the ATI/AMD multichannel+HBR
> >>>>>> patchset.
> >>>>>
> >>>>> Hi Anssi. Many thanks for your work on this. I am very keen to
> >>>>> test this new code but have so far been unsuccessful. I have a
> >>>>> Radeon 4670 (Sapphire branded) connected to a Yamaha RX-V773. I
> >>>>> am running the sound/for-next kernel (82755ab) with your
> >>>>> "missing PCM SAD" patch applied.
> >>>>>
> >>>>> The new kernel has allowed ALSA to recognise the card as
> >>>>> multichannel and I can issue the following speaker-test command
> >>>>> but I still only hear "Front Left" and "Front Right" and the
> >>>>> Yahama seems to report the signal as stereo.
> >>>>>
> >>>>> # speaker-test -Dhdmi:CARD=HDMI,DEV=0 -c6 -t wav
> >>>
> >>>
> >>>> ELD stuff is not necessary for playback, it is mostly for
> >>>> information (and providing the necessary info for ELD is disabled
> >>>> on radeon DRI drivers on some kernels on some GPUs ATM due to
> >>>> some issues).
> >>>>
> >>>> Is there anything interesting in "dmesg"?
> >>>
> >>> I have attached my dmesg. I enabled ALSA debug and verbose printk
> >>> but disabled the on-board HDA audio in the BIOS to make it less
> >>> confusing, and also to see if it made any difference, which it
> >>> didn't. The only entry I find noteworthy is about the ELD but you
> >>> say this isn't required.
> >
> > https://gist.github.com/chewi/7628058
>
> Unfortunately everything looks OK.
I had a horrible feeling you'd say that.
> Do you have any custom configuration in /etc/asound.conf or
> ~/.asoundrc?
Just the usual PulseAudio overrides. I don't like PA starting
automatically so I have that disabled and run speaker-test without it.
I think the -D option bypasses it anyway. I have also run speaker-test
through PA just to see and get the same result.
> To narrow it down a bit, are you able to test any of the following:
> - same card on Windows,
> - same card on fglrx,
> - same receiver with a different AMD card,
> - same receiver with an Intel/NVIDIA card?
I banished real Windows installs from my main desktop after a nasty
incident some years ago. ;) I might be able to dedicate the card to a
QEMU instance but I've never tried that before.
I could easily try fglrx but I thought it didn't support multichannel?
Or this new ALSA code fixes that too?
Unfortunately I don't have any other AMD cards handy. I could try my
wife's Ivy Bridge based laptop though.
I'll report back soon.
Regards,
James
next prev parent reply other threads:[~2013-11-25 14:32 UTC|newest]
Thread overview: 71+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-24 18:10 [PATCH v3 0/5] ALSA: hda - hdmi: ATI/AMD multi-channel and HBR support Anssi Hannula
2013-10-24 18:10 ` [PATCH 1/5] ALSA: hda - hdmi: Allow HDA patches to customize more operations Anssi Hannula
2013-10-24 18:10 ` [PATCH 2/5] ALSA: hda - hdmi: Add ATI/AMD multi-channel audio support Anssi Hannula
2013-10-24 18:10 ` [PATCH 3/5] ALSA: hda - hdmi: Add ELD emulation for ATI/AMD codecs Anssi Hannula
2013-10-24 18:10 ` [PATCH 4/5] ALSA: hda - hdmi: Add HBR bitstreaming support for ATI/AMD HDMI codecs Anssi Hannula
2013-10-24 18:10 ` [PATCH 5/5] ALSA: hda - hdmi: Disable ramp-up/down for non-PCM on AMD codecs Anssi Hannula
2013-10-24 19:00 ` Anssi Hannula
2013-10-24 18:26 ` [PATCH v3 0/5] ALSA: hda - hdmi: ATI/AMD multi-channel and HBR support Anssi Hannula
2013-11-08 5:08 ` Olivier Langlois
2013-11-08 10:27 ` Anssi Hannula
2013-11-08 18:17 ` Olivier Langlois
2013-11-08 21:28 ` Olivier Langlois
2013-11-08 22:03 ` Anssi Hannula
2013-11-10 5:42 ` Olivier Langlois
2013-11-10 6:01 ` Anssi Hannula
2013-11-10 7:25 ` speaker-test chmap bugs (was: [PATCH v3 0/5] ALSA: hda - hdmi: ATI/AMD multi-channel and HBR support) Anssi Hannula
2013-11-10 18:29 ` [PATCH 1/3] speaker-test: Fix chmapped channel selection without specified chmap Anssi Hannula
2013-11-10 18:29 ` [PATCH 2/3] speaker-test: Always show chmap channel names if available Anssi Hannula
2013-11-10 18:29 ` [PATCH 3/3] speaker-test: Show out-of-chmap channels as Unknown Anssi Hannula
2013-11-11 15:56 ` [PATCH 1/3] speaker-test: Fix chmapped channel selection without specified chmap Takashi Iwai
2013-11-11 20:23 ` Anssi Hannula
2013-11-11 22:04 ` [PATCH 1/3 v2] " Anssi Hannula
2013-11-12 8:11 ` Takashi Iwai
2013-11-12 12:34 ` Anssi Hannula
2013-11-12 13:08 ` Takashi Iwai
2013-11-12 6:35 ` [PATCH v3 0/5] ALSA: hda - hdmi: ATI/AMD multi-channel and HBR support Olivier Langlois
2013-11-14 0:04 ` Anssi Hannula
2013-11-09 8:35 ` Takashi Iwai
2013-10-24 23:04 ` Takashi Iwai
2013-10-25 16:54 ` Andre Heider
2013-10-25 17:13 ` Takashi Iwai
2013-10-25 17:23 ` Anssi Hannula
2013-10-25 18:25 ` Andre Heider
2013-10-28 17:52 ` Andre Heider
2013-10-28 18:12 ` Anssi Hannula
2013-10-28 18:17 ` Andre Heider
2013-10-28 18:25 ` Anssi Hannula
2013-10-28 18:35 ` Andre Heider
2013-10-28 20:35 ` Anssi Hannula
2013-10-28 22:00 ` Andre Heider
2013-10-28 22:42 ` Anssi Hannula
2013-10-28 23:15 ` Andre Heider
2013-10-29 19:52 ` LANGLOIS Olivier PIS -EXT
2013-10-29 20:30 ` Anssi Hannula
2013-10-28 23:19 ` [PATCH] drm/radeon/audio: fix missing multichannel PCM SAD in some cases Anssi Hannula
2013-10-31 23:38 ` Rafał Miłecki
2013-10-31 23:46 ` Rafał Miłecki
2013-10-31 23:52 ` Anssi Hannula
2013-11-02 1:01 ` Rafał Miłecki
2013-11-02 1:08 ` Anssi Hannula
2013-11-02 1:15 ` Rafał Miłecki
2013-11-02 1:03 ` Rafał Miłecki
2013-11-02 15:32 ` [PATCH v3 0/5] ALSA: hda - hdmi: ATI/AMD multi-channel and HBR support Anssi Hannula
2013-11-23 1:05 ` James Le Cuirot
2013-11-23 1:29 ` Anssi Hannula
2013-11-23 15:40 ` James Le Cuirot
2013-11-23 15:45 ` Anssi Hannula
2013-11-24 14:57 ` James Le Cuirot
2013-11-25 13:20 ` Anssi Hannula
2013-11-25 14:32 ` James Le Cuirot [this message]
2013-11-25 14:56 ` Anssi Hannula
2014-05-13 12:01 ` James Le Cuirot
2014-05-13 12:27 ` Anssi Hannula
2014-05-13 16:16 ` James Le Cuirot
2014-05-13 21:10 ` James Le Cuirot
2014-05-13 21:50 ` Anssi Hannula
2014-05-14 13:04 ` Deucher, Alexander
2014-05-14 13:19 ` James Le Cuirot
2013-11-25 15:07 ` Raymond Yau
2013-11-25 15:32 ` James Le Cuirot
2013-11-25 19:35 ` Anssi Hannula
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=20131125143228.55c94550@red \
--to=chewi@aura-online.co.uk \
--cc=alsa-devel@alsa-project.org \
--cc=anssi.hannula@iki.fi \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).