All of lore.kernel.org
 help / color / mirror / Atom feed
From: Raymond Yau <superquad.vortex2@gmail.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: Hui Wang <hui.wang@canonical.com>,
	alsa-devel@alsa-project.org,
	David Henningsson <david.henningsson@canonical.com>
Subject: Re: [PATCH 2/5] ALSA: hda/generic - Fix wrong initial power state for fixed pins
Date: Fri, 10 Apr 2015 16:51:58 +0800	[thread overview]
Message-ID: <CAN8cciZOCokwQmgciiSiKQiatNtn4UkJyUyVCM3N0J64PMbvEg@mail.gmail.com> (raw)
In-Reply-To: <1428568838-21550-3-git-send-email-tiwai@suse.de>

>
> When the widget power-saving is enabled, the first automute hook
> invocation checks through the whole pins and it also tries to
> synchronize the power state.  However, this results in a wrong state
> because it calls unconditionally snd_hda_jack_detect_state().
> This patch adds a check of jack detectability before the actual jack
> detection call.

What happen when the computer has no headphone jack ?

No mic jack and internal mic

Those  thin mini itx motherboard use firmware to disable mixer and remove
all input pins

# Prevent the AA-loopback from being enabled which can pull in white noise
(ACI#380)
[hint]
mixer_nid = 0

Will the driver still power down the audio mixer and audio inputs ?

Seem driver still create capture device when there is no input pins

https://bugs.freedesktop.org/show_bug.cgi?id=54881#c16

https://bugs.freedesktop.org/show_bug.cgi?id=54881#c16

  reply	other threads:[~2015-04-10  8:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-09  8:40 [PATCH 0/5] HD-audio widget power-save fixes Takashi Iwai
2015-04-09  8:40 ` [PATCH 1/5] ALSA: hda/generic - Check power state cap at updating the widget power Takashi Iwai
2015-04-09  8:40 ` [PATCH 2/5] ALSA: hda/generic - Fix wrong initial power state for fixed pins Takashi Iwai
2015-04-10  8:51   ` Raymond Yau [this message]
2015-04-10  9:36     ` Takashi Iwai
2015-04-09  8:40 ` [PATCH 3/5] ALSA: hda/generic - Make snd_hda_gen_path_power_filter() always applicable Takashi Iwai
2015-04-09  8:40 ` [PATCH 4/5] ALSA: hda/generic - Don't override power_filter when power_save_node is set Takashi Iwai
2015-04-09  8:40 ` [PATCH 5/5] ALSA: hda/realtek - Fix the regression by widget power-saving Takashi Iwai
     [not found] ` <55264288.4020807@canonical.com>
2015-04-09 10:45   ` [PATCH 0/5] HD-audio widget power-save fixes 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=CAN8cciZOCokwQmgciiSiKQiatNtn4UkJyUyVCM3N0J64PMbvEg@mail.gmail.com \
    --to=superquad.vortex2@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=david.henningsson@canonical.com \
    --cc=hui.wang@canonical.com \
    --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.