From: David Henningsson <david.henningsson@canonical.com>
To: Seth Heasley <seth.heasley@intel.com>
Cc: tiwai@suse.de, alsa-devel@alsa-project.org,
james.d.ralston@intel.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/6] hda_intel: Add Lynx Point HD Audio Controller DeviceIDs
Date: Tue, 24 Jan 2012 10:45:36 +0100 [thread overview]
Message-ID: <4F1E7DC0.5060208@canonical.com> (raw)
In-Reply-To: <201201231624.31275.seth.heasley@intel.com>
On 01/24/2012 01:24 AM, Seth Heasley wrote:
> This patch adds the HD Audio DeviceIDs for the Intel Lynx Point PCH.
Thanks. As we asked for oak trail: can you confirm you prefer DMA
Position buffers for detecting current playback/recording position, over
using the LPIB register?
Also; these types of quirks should have a line "Cc: stable@kernel.org"
added to their commit messages, that will make it automatically be
applied to some of the older kernels in due time.
>
> Signed-off-by: Seth Heasley<seth.heasley@intel.com>
> ---
> sound/pci/hda/hda_intel.c | 5 +++++
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
> index 0852e20..adb4fa7 100644
> --- a/sound/pci/hda/hda_intel.c
> +++ b/sound/pci/hda/hda_intel.c
> @@ -148,6 +148,7 @@ MODULE_SUPPORTED_DEVICE("{{Intel, ICH6},"
> "{Intel, PCH},"
> "{Intel, CPT},"
> "{Intel, PPT},"
> + "{Intel, LPT},"
> "{Intel, PBG},"
> "{Intel, SCH},"
> "{ATI, SB450},"
> @@ -2989,6 +2990,10 @@ static DEFINE_PCI_DEVICE_TABLE(azx_ids) = {
> { PCI_DEVICE(0x8086, 0x1e20),
> .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_SCH_SNOOP |
> AZX_DCAPS_BUFSIZE},
> + /* Lynx Point */
> + { PCI_DEVICE(0x8086, 0x8c20),
> + .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_SCH_SNOOP |
> + AZX_DCAPS_BUFSIZE},
> /* SCH */
> { PCI_DEVICE(0x8086, 0x811b),
> .driver_data = AZX_DRIVER_SCH | AZX_DCAPS_SCH_SNOOP |
--
David Henningsson, Canonical Ltd.
http://launchpad.net/~diwic
WARNING: multiple messages have this Message-ID (diff)
From: David Henningsson <david.henningsson@canonical.com>
To: Seth Heasley <seth.heasley@intel.com>
Cc: tiwai@suse.de, alsa-devel@alsa-project.org, perex@perex.cz,
james.d.ralston@intel.com, linux-kernel@vger.kernel.org
Subject: Re: [alsa-devel] [PATCH 1/6] hda_intel: Add Lynx Point HD Audio Controller DeviceIDs
Date: Tue, 24 Jan 2012 10:45:36 +0100 [thread overview]
Message-ID: <4F1E7DC0.5060208@canonical.com> (raw)
In-Reply-To: <201201231624.31275.seth.heasley@intel.com>
On 01/24/2012 01:24 AM, Seth Heasley wrote:
> This patch adds the HD Audio DeviceIDs for the Intel Lynx Point PCH.
Thanks. As we asked for oak trail: can you confirm you prefer DMA
Position buffers for detecting current playback/recording position, over
using the LPIB register?
Also; these types of quirks should have a line "Cc: stable@kernel.org"
added to their commit messages, that will make it automatically be
applied to some of the older kernels in due time.
>
> Signed-off-by: Seth Heasley<seth.heasley@intel.com>
> ---
> sound/pci/hda/hda_intel.c | 5 +++++
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
> index 0852e20..adb4fa7 100644
> --- a/sound/pci/hda/hda_intel.c
> +++ b/sound/pci/hda/hda_intel.c
> @@ -148,6 +148,7 @@ MODULE_SUPPORTED_DEVICE("{{Intel, ICH6},"
> "{Intel, PCH},"
> "{Intel, CPT},"
> "{Intel, PPT},"
> + "{Intel, LPT},"
> "{Intel, PBG},"
> "{Intel, SCH},"
> "{ATI, SB450},"
> @@ -2989,6 +2990,10 @@ static DEFINE_PCI_DEVICE_TABLE(azx_ids) = {
> { PCI_DEVICE(0x8086, 0x1e20),
> .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_SCH_SNOOP |
> AZX_DCAPS_BUFSIZE},
> + /* Lynx Point */
> + { PCI_DEVICE(0x8086, 0x8c20),
> + .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_SCH_SNOOP |
> + AZX_DCAPS_BUFSIZE},
> /* SCH */
> { PCI_DEVICE(0x8086, 0x811b),
> .driver_data = AZX_DRIVER_SCH | AZX_DCAPS_SCH_SNOOP |
--
David Henningsson, Canonical Ltd.
http://launchpad.net/~diwic
next prev parent reply other threads:[~2012-01-24 9:45 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-24 0:24 [PATCH 1/6] hda_intel: Add Lynx Point HD Audio Controller DeviceIDs Seth Heasley
2012-01-24 9:45 ` David Henningsson [this message]
2012-01-24 9:45 ` [alsa-devel] " David Henningsson
2012-01-24 9:54 ` Takashi Iwai
2012-01-24 9:54 ` [alsa-devel] " Takashi Iwai
2012-02-07 0:13 ` Heasley, Seth
2012-02-07 4:51 ` David Henningsson
2012-02-08 0:35 ` Heasley, Seth
2012-02-08 8:30 ` Takashi Iwai
2012-02-08 8:30 ` [alsa-devel] " 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=4F1E7DC0.5060208@canonical.com \
--to=david.henningsson@canonical.com \
--cc=alsa-devel@alsa-project.org \
--cc=james.d.ralston@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=seth.heasley@intel.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.