From: Tobin Davis <tdavis@dsl-only.net>
To: Takashi Iwai <tiwai@suse.de>
Cc: ALSA Developers <alsa-devel@alsa-project.org>,
Peter Matthias <PeterMatthias@web.de>
Subject: Re: default setting not fully working with new ALSA device
Date: Tue, 10 Jul 2007 08:00:42 -0700 [thread overview]
Message-ID: <1184079642.27029.56.camel@razman.gruemaster.com> (raw)
In-Reply-To: <s5h1wfgl5me.wl%tiwai@suse.de>
[-- Attachment #1: Type: text/plain, Size: 2691 bytes --]
How odd. it didn't get attached. Here it is.
On Tue, 2007-07-10 at 16:01 +0200, Takashi Iwai wrote:
> At Thu, 05 Jul 2007 10:42:45 -0700,
> Tobin Davis wrote:
> >
> > Try this patch. It adds support for both ALC883 and HDMI ports on your
> > system.
> >
> > Summary: HDA-Intel - Add support for MSI K9AGM2-FIH motherboard
> >
> > This patch adds support for the MSI K9AGM2-FIH on-board audio.
> >
> > Signed off by
> > Tobin Davis <tdavis@dsl-only.net>
>
> The patch is missing?
>
>
> Takashi
>
> >
> > On Thu, 2007-07-05 at 18:34 +0200, Peter Matthias wrote:
> >
> > > The Board is a MSI K9AGM2-FIH, Sockel AM2, ATI RS690G, mATX, PCIe
> > >
> > > The script gave following output:
> > > "Your ALSA information is located at http://pastebin.ca/604529"
> > >
> > > Other drivers are statically linked in my kernel.
> > >
> > > Thank you for your work! In case of any questions, contact me.
> > >
> > > Peter
> > >
> > >
> > > Am Mittwoch, 4. Juli 2007 schrieben Sie:
> > > > Could you post the output from
> > > > http://bulletproof.servebeer.com/alsa/scripts/alsa-info.sh ? This
> > > > script will give us more detailed information on what sound chip it is.
> > > > We will also need to know the brand of board, for the driver file.
> > > >
> > > > Thanks,
> > > >
> > > > Tobin
> > > >
> > > > On Wed, 2007-07-04 at 16:48 +0200, Peter Matthias wrote:
> > > > > Hello,
> > > > >
> > > > > I have got a 690G board with following lspic -nv output:
> > > > >
> > > > > 01:05.2 0403: 1002:7919
> > > > > Subsystem: 1002:7919
> > > > > Flags: bus master, fast devsel, latency 64, IRQ 19
> > > > > Memory at fe9e8000 (64-bit, non-prefetchable) [size=16K]
> > > > > Capabilities: [50] Power Management version 2
> > > > > Capabilities: [60] Message Signalled Interrupts: 64bit+ Queue=0/0
> > > > > Enable-
> > > > >
> > > > > With the default setting, microphone does not work. With module
> > > > > parameter "modprobe -i snd-hda-intel model=6stack-dig" microphone works
> > > > > well. Please add to default setting. It was written in Linux Kernel
> > > > > documentation to report this issue here.
> > > > >
> > > > > Thank you,
> > > > > Peter
> > > > > _______________________________________________
> > > > > Alsa-devel mailing list
> > > > > Alsa-devel@alsa-project.org
> > > > > http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> > >
> > >
> >
> > --
> > Tobin Davis <tdavis@dsl-only.net>
> > _______________________________________________
> > Alsa-devel mailing list
> > Alsa-devel@alsa-project.org
> > http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> >
--
Tobin Davis <tdavis@dsl-only.net>
[-- Attachment #2: MSI-K9AGM.patch --]
[-- Type: text/x-patch, Size: 1093 bytes --]
--- a/pci/hda/patch_realtek.c 2007-07-05 10:32:31.000000000 -0700
+++ b/pci/hda/patch_realtek.c 2007-07-05 10:33:34.000000000 -0700
@@ -6381,6 +6381,7 @@
SND_PCI_QUIRK(0x1462, 0x7187, "MSI", ALC883_6ST_DIG),
SND_PCI_QUIRK(0x1462, 0x7250, "MSI", ALC883_6ST_DIG),
SND_PCI_QUIRK(0x1462, 0x7280, "MSI", ALC883_6ST_DIG),
+ SND_PCI_QUIRK(0x1462, 0x7327, "MSI", ALC883_6ST_DIG),
SND_PCI_QUIRK(0x1462, 0x0579, "MSI", ALC883_TARGA_2ch_DIG),
SND_PCI_QUIRK(0x1462, 0x3729, "MSI S420", ALC883_TARGA_DIG),
SND_PCI_QUIRK(0x1462, 0x3ef9, "MSI", ALC883_TARGA_DIG),
--- a/pci/hda/patch_atihdmi.c 2007-07-05 10:37:43.000000000 -0700
+++ b/pci/hda/patch_atihdmi.c 2007-07-05 10:37:54.000000000 -0700
@@ -172,6 +172,7 @@
*/
struct hda_codec_preset snd_hda_preset_atihdmi[] = {
{ .id = 0x1002793c, .name = "ATI RS600 HDMI", .patch = patch_atihdmi },
+ { .id = 0x10027919, .name = "ATI RS600 HDMI", .patch = patch_atihdmi },
{ .id = 0x1002791a, .name = "ATI RS690/780 HDMI", .patch = patch_atihdmi },
{ .id = 0x1002aa01, .name = "ATI R600 HDMI", .patch = patch_atihdmi },
{} /* terminator */
[-- Attachment #3: Type: text/plain, Size: 160 bytes --]
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
prev parent reply other threads:[~2007-07-10 15:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-04 14:48 default setting not fully working with new ALSA device Peter Matthias
2007-07-04 21:13 ` Tobin Davis
[not found] ` <200707051834.08729.PeterMatthias@web.de>
2007-07-05 17:42 ` Tobin Davis
2007-07-10 14:01 ` Takashi Iwai
2007-07-10 15:00 ` Tobin Davis [this message]
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=1184079642.27029.56.camel@razman.gruemaster.com \
--to=tdavis@dsl-only.net \
--cc=PeterMatthias@web.de \
--cc=alsa-devel@alsa-project.org \
--cc=tiwai@suse.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.