From: Dana Goyette <DanaGoyette@gmail.com>
To: alsa-devel@alsa-project.org
Subject: ALC1150 broken on SuperMicro X10SAT
Date: Sat, 30 Aug 2014 13:20:59 -0700 [thread overview]
Message-ID: <lttbnc$7ck$1@ger.gmane.org> (raw)
On my SuperMicro X10SAT, the ALC1150 audio codec has horrific audio
quality by default. The only output that seems to work is the front
channel, and it's quiet, distorted, and unbalanced (the right is louder
than the left).
alsa-info.sh output:
http://www.alsa-project.org/db/?f=8fbcab1d61590060ceddc1e63eb00d508e94d731
I've gotten the audio to work by guessing a model:
options snd-hda-intel model=auto,acer-aspire,auto
In tracing through the source:
{.id = ALC883_FIXUP_ACER_EAPD, .name = "acer-aspire"}
This name leads to:
[ALC883_FIXUP_ACER_EAPD] = {
.type = HDA_FIXUP_VERBS,
.v.verbs = (const struct hda_verb[]) {
/* eanable EAPD on Acer laptops */
{ 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
{ 0x20, AC_VERB_SET_PROC_COEF, 0x3050 },
{ }
}
},
There's another override I did not try, since it has no model= name:
[ALC883_FIXUP_EAPD] = {
.type = HDA_FIXUP_VERBS,
.v.verbs = (const struct hda_verb[]) {
/* change to EAPD mode */
{ 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
{ 0x20, AC_VERB_SET_PROC_COEF, 0x3070 },
{ }
}
},
next reply other threads:[~2014-08-30 20:21 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-30 20:20 Dana Goyette [this message]
2014-09-01 13:17 ` ALC1150 broken on SuperMicro X10SAT Takashi Iwai
2014-09-02 3:07 ` Dana Goyette
2014-09-02 5:27 ` Takashi Iwai
2014-09-02 5:27 ` 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='lttbnc$7ck$1@ger.gmane.org' \
--to=danagoyette@gmail.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.