All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Crash <mike@mikecrash.com>
To: alsa-devel@alsa-project.org
Subject: Bad digital out of ASUS M2V
Date: Sat, 16 Jun 2007 22:31:04 +0200	[thread overview]
Message-ID: <46744888.50601@mikecrash.com> (raw)

In ALSA 1.0.14 HDA Intel with ASUS M2V motherboard - detected the chip 
ALC660VD, but digital out is missing. I added workaround - added new 
model name 3stack-660-digout with digital output, diff file follows:
----------------------------------------------
117a118
 >     ALC660VD_3ST_DIG,
9466a9468
 >     [ALC660VD_3ST_DIG]= "3stack-660-digout",
9478c9480
<     SND_PCI_QUIRK(0x1043, 0x81e7, "ASUS", ALC660VD_3ST),
---
 >     SND_PCI_QUIRK(0x1043, 0x81e7, "ASUS", ALC660VD_3ST_DIG),
9501a9504,9516
 >     [ALC660VD_3ST_DIG] = {
 >         .mixers = { alc861vd_3st_mixer },
 >         .init_verbs = { alc861vd_volume_init_verbs,
 >                  alc861vd_3stack_init_verbs },
 >         .num_dacs = ARRAY_SIZE(alc660vd_dac_nids),
 >         .dac_nids = alc660vd_dac_nids,
 >         .dig_out_nid = ALC861VD_DIGOUT_NID,
 >         .num_adc_nids = ARRAY_SIZE(alc861vd_adc_nids),
 >         .adc_nids = alc861vd_adc_nids,
 >         .num_channel_mode = ARRAY_SIZE(alc861vd_3stack_2ch_modes),
 >         .channel_mode = alc861vd_3stack_2ch_modes,
 >         .input_mux = &alc861vd_capture_source,
 >     },

             reply	other threads:[~2007-06-16 20:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-16 20:31 Mike Crash [this message]
2007-06-19 10:51 ` Bad digital out of ASUS M2V Takashi Iwai

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=46744888.50601@mikecrash.com \
    --to=mike@mikecrash.com \
    --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.