All of lore.kernel.org
 help / color / mirror / Atom feed
From: R CHAN <rspchan@starhub.net.sg>
To: Alsa development <alsa-devel@alsa-project.org>
Subject: Recent regression of ALC655 on VIA
Date: Fri, 16 Apr 2004 15:25:42 +0800	[thread overview]
Message-ID: <407F8A76.1000907@starhub.net.sg> (raw)

Hi, recent Alsa changes (ac97_patch.c) seem to have broken my
ALC655 ac97 codec on via82xx. The breakage happened around 2.6.5.

Specifically, I can no longer set

Mic As Center/LFE control

Unlike Line-In As Surround it is now reported
as a volume control with Mono values from 0-0.
Can't set that bit at all.

Secondly, I can't get 5.1 sound at all - though
duplicate front does work.

Previously, I tested surround and center/lfe using the following
plugs. I was able to test them as stereo pairs - now I can't get
sound using them at. Any suggestions?

#setup 5.1 device using hw:0,1
#Device 0 is stereo
#Device 1 is 5.1
pcm.via51
{
	type plug;
	slave {
		pcm "hw:0,1";
		channels 6;
		rate 48000;
	}
}

#Streams 2,3 = surround speakers
pcm.via23
{
	type plug;
	slave via51;
	ttable.2.0 1;
	ttable.3.1 1;
}

#Streams 4,5 = center/lfe speakers
pcm.via45
{
	type plug;
	slave via51;
	ttable.4.0 1;
	ttable.5.1 1;
	
}








-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click

             reply	other threads:[~2004-04-16  7:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-16  7:25 R CHAN [this message]
2004-04-16 14:32 ` Recent regression of ALC655 on VIA Takashi Iwai
2004-04-17 13:03   ` Richard Chan

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=407F8A76.1000907@starhub.net.sg \
    --to=rspchan@starhub.net.sg \
    --cc=alsa-devel@alsa-project.org \
    /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.