All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthew Ranostay <mranostay@embeddedalley.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org
Subject: Re: [PATCH] hda: 92hd71xxx disable unmute support for codecs that don't have input amps.
Date: Mon, 26 Jan 2009 06:51:13 -0500	[thread overview]
Message-ID: <497DA3B1.1040002@embeddedalley.com> (raw)
In-Reply-To: <s5hljsy5tmy.wl%tiwai@suse.de>

Takashi Iwai wrote:
> At Sat, 24 Jan 2009 14:19:31 -0500,
> Matthew Ranostay wrote:
>> @@ -5031,6 +5032,9 @@ again:
>>  		codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
>>  	}
>>  
>> +	if (get_wcaps(codec, 0xa) & AC_WCAP_IN_AMP)
>> +		snd_hda_sequence_write(codec, unmute_init);
> 
> This sequence should be cached so that it'll be replayed at
> suspend/resume.
> 
Good catch, can't believe I missed that.

> Could you fix and repost?
> 
Yep.


Thanks,

Matt Ranostay
> 
> thanks,
> 
> Takashi
> 

  reply	other threads:[~2009-01-26 11:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-24 19:19 [PATCH] hda: 92hd71xxx disable unmute support for codecs that don't have input amps Matthew Ranostay
2009-01-26  9:00 ` Takashi Iwai
2009-01-26 11:51   ` Matthew Ranostay [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-01-26 14:33 Matthew Ranostay
2009-01-26 15:51 ` 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=497DA3B1.1040002@embeddedalley.com \
    --to=mranostay@embeddedalley.com \
    --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.