lkml.org 
[lkml]   [2014]   [Nov]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3.16.y-ckt 060/254] ALSA: hda - add PCI IDs for Intel Braswell
    Date
    3.16.7-ckt2 -stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Libin Yang <libin.yang@intel.com>

    commit f31b2ffcad2b8c57cee5ffc634928bcbc8c6a558 upstream.

    Add HD Audio Device PCI ID for the Intel Braswell platform.
    It is an HDA Intel PCH controller.

    AZX_DCAPS_ALIGN_BUFSIZE is not necessary for this controller.

    Signed-off-by: Libin Yang <libin.yang@intel.com>
    Signed-off-by: Takashi Iwai <tiwai@suse.de>
    Cc: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
    Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
    ---
    sound/pci/hda/hda_intel.c | 3 +++
    1 file changed, 3 insertions(+)

    diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
    index 83cd19017cf3..007849b443d9 100644
    --- a/sound/pci/hda/hda_intel.c
    +++ b/sound/pci/hda/hda_intel.c
    @@ -1806,6 +1806,9 @@ static const struct pci_device_id azx_ids[] = {
    /* BayTrail */
    { PCI_DEVICE(0x8086, 0x0f04),
    .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH_NOPM },
    + /* Braswell */
    + { PCI_DEVICE(0x8086, 0x2284),
    + .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH },
    /* ICH */
    { PCI_DEVICE(0x8086, 0x2668),
    .driver_data = AZX_DRIVER_ICH | AZX_DCAPS_OLD_SSYNC |
    --
    2.1.0


    \
     
     \ /
      Last update: 2014-11-25 13:21    [W:4.084 / U:0.024 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site