All of lore.kernel.org
 help / color / mirror / Atom feed
From: Clemens Ladisch <clemens@ladisch.de>
To: "Christopher J. Atherton" <the8lack8ox@gmail.com>
Cc: alsa-devel@alsa-project.org
Subject: Re: No headphone output on HT Omega Claro Halo
Date: Fri, 06 Mar 2009 11:24:51 +0100	[thread overview]
Message-ID: <49B0F9F3.2060208@ladisch.de> (raw)
In-Reply-To: <49B0965A.1040208@gmail.com>

Christopher J. Atherton wrote:
> I have an HT Omega Claro Halo (CMI8878) card that is not entirely
> working.  This card has two analog outputs, a pair of RCA connectors and
> also a separate headphone output (3.5mm jack).  The RCA outputs work,
> but the headphone output, which notably passes a signal from a built in
> headphone amp, does not.

Please try this patch:

--- linux/sound/pci/oxygen/oxygen.c
+++ linux/sound/pci/oxygen/oxygen.c
@@ -200,6 +200,8 @@ static void halo_init(struct oxygen *chip)
 {
 	ak4396_init(chip);
 	ak5385_init(chip);
+	oxygen_set_bits16(chip, OXYGEN_GPIO_CONTROL, 0x100);
+	oxygen_set_bits16(chip, OXYGEN_GPIO_DATA, 0x100);
 }
 
 static void generic_cleanup(struct oxygen *chip)

  reply	other threads:[~2009-03-06 10:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-06  3:19 No headphone output on HT Omega Claro Halo Christopher J. Atherton
2009-03-06 10:24 ` Clemens Ladisch [this message]
2009-03-06 22:45   ` Christopher J. Atherton
2009-03-07  1:43     ` Christopher J. Atherton

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=49B0F9F3.2060208@ladisch.de \
    --to=clemens@ladisch.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=the8lack8ox@gmail.com \
    /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.