)]}'
{
  "log": [
    {
      "commit": "c6799ade4ae04b53a5f677e5289116155ff01574",
      "tree": "3601b5e2387e39d62c207e4268c6cc5c68f2a364",
      "parents": [
        "b7405e16435f710edfae6ba32bef4ca20d3de145",
        "5cd47155155a32e5b944ac9fc3f3dc578e429aa0"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun May 06 13:20:10 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun May 06 13:20:10 2007 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of master.kernel.org:/home/rmk/linux-2.6-arm\n\n* \u0027for-linus\u0027 of master.kernel.org:/home/rmk/linux-2.6-arm: (82 commits)\n  [ARM] Add comments marking in-use ptrace numbers\n  [ARM] Move syscall saving out of the way of utrace\n  [ARM] 4360/1: S3C24XX: regs-udc.h remove unused macro\n  [ARM] 4358/1: S3C24XX: mach-qt2410.c: remove linux/mmc/protocol.h header\n  [ARM] mm 10: allow memory type to be specified with ioremap\n  [ARM] mm 9: add additional device memory types\n  [ARM] mm 8: define mem_types table L1 bit 4 to be for ARMv6\n  [ARM] iop: add missing parens in macro\n  [ARM] mm 7: remove duplicated __ioremap() prototypes\n  ARM: OMAP: fix OMAP1 mpuio suspend/resume oops\n  ARM: OMAP: MPUIO wake updates\n  ARM: OMAP: speed up gpio irq handling\n  ARM: OMAP: plat-omap changes for 2430 SDP\n  ARM: OMAP: gpio object shrinkage, cleanup\n  ARM: OMAP: /sys/kernel/debug/omap_gpio\n  ARM: OMAP: Implement workaround for GPIO wakeup bug in OMAP2420 silicon\n  ARM: OMAP: Enable 24xx GPIO autoidling\n  [ARM] 4318/2: DSM-G600 Board Support\n  [ARM] 4227/1: minor head.S fixups\n  [ARM] 4328/1: Move i.MX UART regs to driver\n  ...\n"
    },
    {
      "commit": "89661adaaee2f85116b399e642129ccd4dafd195",
      "tree": "86a0bea62ef1ebbd454d5daa4deef1534ab5a222",
      "parents": [
        "6adae5d9e69743aede91b274224751811f7174f1",
        "9890b12a4a65a7b3181dd963421740edf0e14d69"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri May 04 18:04:29 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri May 04 18:04:29 2007 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6: (59 commits)\n  PCI: Free resource files in error path of pci_create_sysfs_dev_files()\n  pci-quirks: disable MSI on RS400-200 and RS480\n  PCI hotplug: Use menuconfig objects\n  PCI: ZT5550 CPCI Hotplug driver fix\n  PCI: rpaphp: Remove semaphores\n  PCI: rpaphp: Ensure more pcibios_add/pcibios_remove symmetry\n  PCI: rpaphp: Use pcibios_remove_pci_devices() symmetrically\n  PCI: rpaphp: Document is_php_dn()\n  PCI: rpaphp: Document find_php_slot()\n  PCI: rpaphp: Rename rpaphp_register_pci_slot() to rpaphp_enable_slot()\n  PCI: rpaphp: refactor tail call to rpaphp_register_slot()\n  PCI: rpaphp: remove rpaphp_set_attention_status()\n  PCI: rpaphp: remove print_slot_pci_funcs()\n  PCI: rpaphp: Remove setup_pci_slot()\n  PCI: rpaphp: remove a call that does nothing but a pointer lookup\n  PCI: rpaphp: Remove another wrappered function\n  PCI: rpaphp: Remve another call that is a wrapper\n  PCI: rpaphp: remove a function that does nothing but wrap debug printks\n  PCI: rpaphp: Remove un-needed goto\n  PCI: rpaphp: Fix a memleak; slot-\u003elocation string was never freed\n  ...\n"
    },
    {
      "commit": "6473d160b4aba8023bcf38519a5989694dfd51a7",
      "tree": "5a3fe32ecc3d846b9de00ad5ba726314ca79f15b",
      "parents": [
        "a9dfd281a7e12f6d9b53b5a28649b3a3c76a70e6"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Mar 06 02:45:12 2007 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed May 02 19:02:35 2007 -0700"
      },
      "message": "PCI: Cleanup the includes of \u003clinux/pci.h\u003e\n\nI noticed that many source files include \u003clinux/pci.h\u003e while they do\nnot appear to need it. Here is an attempt to clean it all up.\n\nIn order to find all possibly affected files, I searched for all\nfiles including \u003clinux/pci.h\u003e but without any other occurence of \"pci\"\nor \"PCI\". I removed the include statement from all of these, then I\ncompiled an allmodconfig kernel on both i386 and x86_64 and fixed the\nfalse positives manually.\n\nMy tests covered 66% of the affected files, so there could be false\npositives remaining. Untested files are:\n\narch/alpha/kernel/err_common.c\narch/alpha/kernel/err_ev6.c\narch/alpha/kernel/err_ev7.c\narch/ia64/sn/kernel/huberror.c\narch/ia64/sn/kernel/xpnet.c\narch/m68knommu/kernel/dma.c\narch/mips/lib/iomap.c\narch/powerpc/platforms/pseries/ras.c\narch/ppc/8260_io/enet.c\narch/ppc/8260_io/fcc_enet.c\narch/ppc/8xx_io/enet.c\narch/ppc/syslib/ppc4xx_sgdma.c\narch/sh64/mach-cayman/iomap.c\narch/xtensa/kernel/xtensa_ksyms.c\narch/xtensa/platform-iss/setup.c\ndrivers/i2c/busses/i2c-at91.c\ndrivers/i2c/busses/i2c-mpc.c\ndrivers/media/video/saa711x.c\ndrivers/misc/hdpuftrs/hdpu_cpustate.c\ndrivers/misc/hdpuftrs/hdpu_nexus.c\ndrivers/net/au1000_eth.c\ndrivers/net/fec_8xx/fec_main.c\ndrivers/net/fec_8xx/fec_mii.c\ndrivers/net/fs_enet/fs_enet-main.c\ndrivers/net/fs_enet/mac-fcc.c\ndrivers/net/fs_enet/mac-fec.c\ndrivers/net/fs_enet/mac-scc.c\ndrivers/net/fs_enet/mii-bitbang.c\ndrivers/net/fs_enet/mii-fec.c\ndrivers/net/ibm_emac/ibm_emac_core.c\ndrivers/net/lasi_82596.c\ndrivers/parisc/hppb.c\ndrivers/sbus/sbus.c\ndrivers/video/g364fb.c\ndrivers/video/platinumfb.c\ndrivers/video/stifb.c\ndrivers/video/valkyriefb.c\ninclude/asm-arm/arch-ixp4xx/dma.h\nsound/oss/au1550_ac97.c\n\nI would welcome test reports for these files. I am fine with removing\nthe untested files from the patch if the general opinion is that these\nchanges aren\u0027t safe. The tested part would still be nice to have.\n\nNote that this patch depends on another header fixup patch I submitted\nto LKML yesterday:\n  [PATCH] scatterlist.h needs types.h\n  http://lkml.org/lkml/2007/3/01/141\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Badari Pulavarty \u003cpbadari@us.ibm.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "7c59b6615fed9d3006b1e7b865fb07e483129611",
      "tree": "7e9ae8f345c0bb329147f1eeabba1d166085aaea",
      "parents": [
        "f75803de6ae9aaebaf096d4590b40503c896eca7"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue May 01 23:26:29 2007 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@hyperion.delvare",
        "time": "Tue May 01 23:26:29 2007 +0200"
      },
      "message": "i2c: Cleanup the includes of \u003clinux/i2c.h\u003e\n\nClean up the includes of \u003clinux/i2c.h\u003e. Only include this header file\nwhen we actually need it.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "49e1900d4cc2e7bcecb681fe60f0990bec2dcce8",
      "tree": "253801ebf57e0a23856a2c7be129c2c178f62fdf",
      "parents": [
        "34f6d749c0a328817d5e36274e53121c1db734dc",
        "b9099ff63c75216d6ca10bce5a1abcd9293c27e6"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Apr 30 12:38:01 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Apr 30 12:38:01 2007 +1000"
      },
      "message": "Merge branch \u0027linux-2.6\u0027 into for-2.6.22\n"
    },
    {
      "commit": "bf62456eb91f3d2ef0736081583d09b0b3c8b7ea",
      "tree": "851c2559ae11835e19763b7c7c54393f0ae0d5f6",
      "parents": [
        "bdc4960a0b4831a24276b65f1f7afdfc57f2f5cf"
      ],
      "author": {
        "name": "Eric Rannaud",
        "email": "eric.rannaud@gmail.com",
        "time": "Fri Mar 30 22:23:12 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Apr 27 10:57:29 2007 -0700"
      },
      "message": "uevent: use add_uevent_var() instead of open coding it\n\nMake use of add_uevent_var() instead of (often incorrectly) open coding it.\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nSigned-off-by: Eric Rannaud \u003ceric.rannaud@gmail.com\u003e\nCc: Kay Sievers \u003ckay.sievers@vrfy.org\u003e\nCc: Cornelia Huck \u003ccornelia.huck@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "3198514d2d10fb3ce5e49ba0c611764ad8a214d0",
      "tree": "aef665370aa7445ce77837fb2a998fcd5c39c6ea",
      "parents": [
        "66f3cb7ccfe6d735bd1fa435aebc9b985ac74e07"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Thu Mar 29 00:50:57 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Apr 26 01:54:32 2007 -0700"
      },
      "message": "[SPARC/64] constify of_get_property return: sound\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "30686ba6d56858657829d3eb524ed73e5dc98d2b",
      "tree": "42bf3cea4dc7028fec30377560b367cd8274825e",
      "parents": [
        "1658ab66781d918f604c6069c5cf9a94b6f52f84"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Tue Apr 24 13:53:04 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Apr 24 22:09:02 2007 +1000"
      },
      "message": "[POWERPC] Remove old interface find_devices\n\nReplace uses with of_find_node_by_name and for_each_node_by_name.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "7053acbd78336abf5d4bc3d8a875a03624cfb83f",
      "tree": "76dff22217a91d40c1d44292c0454d31cad55f15",
      "parents": [
        "a79220b7633b3926a9bd3527bdac3f04dbe6845c"
      ],
      "author": {
        "name": "Eric Miao",
        "email": "eric.y.miao@gmail.com",
        "time": "Thu Apr 05 04:07:20 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 21 23:14:01 2007 +0100"
      },
      "message": "[ARM] 4304/1: removes the unnecessary bit number from CKENnn_XXXX\n\nThis patch removes the unnecessary bit number from CKENnn_XXXX\ndefinitions for PXA, so that\n\n\tCKEN0_PWM0 --\u003e CKEN_PWM0\n\tCKEN1_PWM1 --\u003e CKEN_PWM1\n\t...\n\tCKEN24_CAMERA --\u003e CKEN_CAMERA\n\nThe reasons for the change of these defitions are:\n\n1. they do not scale - they are currently valid for pxa2xx, but\ndefinitely not valid for pxa3xx, e.g., pxa3xx has bit 3 for camera\ninstead of bit 24\n\n2. they are unnecessary - the peripheral name within the definition\nhas already announced its usage, we don\u0027t need those bit numbers\nto know which peripheral we are going to enable/disable clock for\n\n3. they are inconvenient - think about this: a driver programmer\nfor pxa has to remember which bit in the CKEN register to turn\non/off\n\nAnother change in the patch is to make the definitions equal to its\nclock bit index, so that\n\n   #define CKEN_CAMERA  (24)\n\ninstead of\n\n   #define CKEN_CAMERA  (1 \u003c\u003c 24)\n\nthis change, however, will add a run-time bit shift operation in\npxa_set_cken(), but the benefit of this change is that it scales\nwhen bit index exceeds 32, e.g., pxa3xx has two registers CKENA\nand CKENB, totally 64 bit for this, suppose CAMERA clock enabling\nbit is CKENB:10, one can simply define CKEN_CAMERA to be (32 + 10)\nand so that pxa_set_cken() need minimum change to adapt to that.\n\nSigned-off-by: eric miao \u003ceric.y.miao@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "c4f55b394505fff6ad831d17e36e02dde1c3a8d7",
      "tree": "cb7b24d1b0cd1cd2df4361105c33657af2bf7a97",
      "parents": [
        "e2eb63927bfcb54232163bfec32440246fd44457"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Tue Apr 03 22:39:14 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Apr 13 03:55:19 2007 +1000"
      },
      "message": "[POWERPC] Rename get_property to of_get_property: sound\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nAcked-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "a7edd0e676d51145ae634a2acf7a447e319200fa",
      "tree": "24047c72a067e7c670fca186d89b1b7c032e1bde",
      "parents": [
        "6c2d046980299d52d78b2738ad7f11fc593dea75"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Tue Apr 03 10:52:17 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Apr 13 03:55:17 2007 +1000"
      },
      "message": "[POWERPC] get_property returns const\n\nThis just tidies up some of the remains.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "e049d1ca3094f3d1d94617f456a9961202f96e3a",
      "tree": "a30397ad22f2fbea268bd28fa69c60aad9dfa62a",
      "parents": [
        "edfac96a92b88d3b0b53e3f8231b74beee9ecd1d",
        "80584ff3b99c36ead7e130e453b3a48b18072d18"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Apr 13 03:50:03 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Apr 13 03:50:03 2007 +1000"
      },
      "message": "Merge branch \u0027linux-2.6\u0027 into for-2.6.22\n"
    },
    {
      "commit": "70b52b3869a31aab85241a1f998f9943a3905637",
      "tree": "3c6944c5545c206cc43b8c20f1b9fe150b7ac0e9",
      "parents": [
        "17e638bc28f2fdc9c0d3eebfb80fce43827b8d12"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes@sipsolutions.net",
        "time": "Mon Mar 19 11:53:55 2007 +0100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Mar 26 12:35:17 2007 +1000"
      },
      "message": "[POWERPC] powermac: disallow pmu sleep notifiers from aborting sleep\n\nTracing through the code, no current PMU sleep notifier can abort sleep.\nSince no new PMU sleep notifiers should be added, this patch simplifies the\ncode and removes the ability to abort sleep.\n\nSigned-off-by: Johannes Berg \u003cjohannes@sipsolutions.net\u003e\nAcked-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "98ae6878f151b0b508b09a36367c231b707a88cf",
      "tree": "d6fdd23d6f78d0713ac6290c75bf39c2a65c12c7",
      "parents": [
        "b720a3be1abd0cb5b9b530c0a1b4044fec4de60e",
        "5f1545bc45a33361d6bb2fb44af7c35bcd733b9d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun Mar 18 10:50:44 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun Mar 18 10:50:44 2007 -0700"
      },
      "message": "Merge branch \u0027linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa\n\n* \u0027linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa:\n  [ALSA] hda-intel - Fix HDA buffer alignment\n  [ALSA] hda-codec - Add model for HP Compaq d5750\n  [ALSA] hda-codec - Add support for MacBook Pro 1st generation\n  [ALSA] version 1.0.14rc3\n  [ALSA] hda-codec - Add model for HP Compaq d5700\n  [ALSA] intel8x0 - Fix Oops at kdump crash kernel\n  [ALSA] hda-codec - Fix speaker output on MacPro\n  [ALSA] hda-codec - more systems for Analog Devices\n  [ALSA] hda-intel - Fix codec probe with ATI contorllers\n  [ALSA] hda-codec - Add suppoprt for Asus M2N-SLI motherboard\n  [ALSA] intel8x0 - Fix speaker output after S2RAM\n  [ALSA] ac97 - fix AD shared shared jack control logic\n  [ALSA] soc - Fix dependencies in Kconfig files\n"
    },
    {
      "commit": "5f1545bc45a33361d6bb2fb44af7c35bcd733b9d",
      "tree": "2097dce16d2a7e15c2c9dba0ab99e59d5bd6be45",
      "parents": [
        "a8a5d06775f54ab2d23ad6455db399c15a664feb"
      ],
      "author": {
        "name": "Joachim Deguara",
        "email": "joachim.deguara@amd.com",
        "time": "Fri Mar 16 15:01:36 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Mar 16 15:02:15 2007 +0100"
      },
      "message": "[ALSA] hda-intel - Fix HDA buffer alignment\n\nFrom the HDA spec it appears that the buffers written to the BDL and\nsent to a codec must be 128 byte aligned (section 4.5.1).  The alignment\nwas not happening especially when playing 6 channels.  This patch set\nthe alignment of buffers and periods to 128 bytes.\n\nSigned-off-by: Joachim Deguara \u003cjoachim.deguara@amd.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "a8a5d06775f54ab2d23ad6455db399c15a664feb",
      "tree": "9a81f43bef749276de7aeba704ad16218127168d",
      "parents": [
        "6f0778d8726ab647ff80c98c1545fdf839f7bcac"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Mar 15 15:10:28 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Mar 15 15:11:31 2007 +0100"
      },
      "message": "[ALSA] hda-codec - Add model for HP Compaq d5750\n\nAdded model\u003dhp-3013 for HP Compaq d5750 with ALC260 codec chip.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "6f0778d8726ab647ff80c98c1545fdf839f7bcac",
      "tree": "00af01e8c7389c2492add5b183e7210093e0f970",
      "parents": [
        "717aa9fd26ea89631c946bd42562fa07a91f3133"
      ],
      "author": {
        "name": "Nicolas Boichat",
        "email": "nicolas@boichat.ch",
        "time": "Thu Mar 15 12:38:15 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Mar 15 12:44:51 2007 +0100"
      },
      "message": "[ALSA] hda-codec - Add support for MacBook Pro 1st generation\n\nFix audio on Macbook Pro 1st generation.\n\nSigned-off-by: Nicolas Boichat \u003cnicolas@boichat.ch\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "d8b3966e4c976dbf5f2fbe693b381305f7911e3d",
      "tree": "7a9358f3c19da016760cac6f704a546aac4bf2cf",
      "parents": [
        "abf0437b420b1476b9afd56af69d1a725f51359c"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Wed Mar 14 09:04:31 2007 +0000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Mar 14 15:27:48 2007 -0700"
      },
      "message": "[PATCH] const file_operations fallout\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "9720b718f6b92fec07b2408ab7ca60d5146f07e2",
      "tree": "0dc2e14535f9e030aec1f49bca1e734a52ca0dd3",
      "parents": [
        "883be7936747f35479ecf94aebf3daf418b7f449"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Mar 13 21:46:23 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Wed Mar 14 08:24:19 2007 +0100"
      },
      "message": "[ALSA] hda-codec - Add model for HP Compaq d5700\n\nAdded model\u003dhp-3013 for HP Compaq d5700 desktop with ALC260 codec.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "883be7936747f35479ecf94aebf3daf418b7f449",
      "tree": "e3788bf3e132cea96ed541cdc80f50436b272252",
      "parents": [
        "0a07acafd6127117db0c20e04302dd8ac9402bc0"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Mar 13 21:52:36 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Wed Mar 14 08:24:18 2007 +0100"
      },
      "message": "[ALSA] intel8x0 - Fix Oops at kdump crash kernel\n\nFixed Oops at crash kernel from intel8x0 driver that is triggered\nfrom interrupt handler.  Proper irqsave version seems needed for\nkexec/kdump.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "0a07acafd6127117db0c20e04302dd8ac9402bc0",
      "tree": "ac7952fa3a0cfbb9e6a4dee829c4cdecec05097f",
      "parents": [
        "187689913d92b5b3b595486a0cb82706f9175dc6"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Mar 13 10:40:23 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Wed Mar 14 08:24:18 2007 +0100"
      },
      "message": "[ALSA] hda-codec - Fix speaker output on MacPro\n\nInitialize the first line-out widget as the output pin in stac92xx_init().\nSome devices like MacPro seem to set this widget as INPUT as default,\nand confuses the driver.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "187689913d92b5b3b595486a0cb82706f9175dc6",
      "tree": "9244a21c13cc63f8ef058c03993652537e9e8f18",
      "parents": [
        "a9995a3557ebf09721fd111744ff8b6e498797a6"
      ],
      "author": {
        "name": "Tobin Davis",
        "email": "tdavis@dsl-only.net",
        "time": "Mon Mar 12 22:20:51 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Wed Mar 14 08:24:18 2007 +0100"
      },
      "message": "[ALSA] hda-codec - more systems for Analog Devices\n\nThis patch adds support for more systems using Analog Devices codecs.\n    Asus P5B-DLX - AD1988\n    Toshiba U205 - AD1981\n    Lenovo M55 - AD1986\n    Samsung R55 - AD1986\n\nSigned-off-by: Tobin Davis \u003ctdavis@dsl-only.net\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "a9995a3557ebf09721fd111744ff8b6e498797a6",
      "tree": "23bfc0d88b096182b4de3d066b3eb225393947e0",
      "parents": [
        "a64c8cd6e22bbc6a101da5b827e720fff35a5ab9"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 12 21:30:46 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Wed Mar 14 08:24:17 2007 +0100"
      },
      "message": "[ALSA] hda-intel - Fix codec probe with ATI contorllers\n\nATI controllers may have up to 4 codecs while ICH up to 3.\nThus the earlier fix to change AZX_MAX_CODECS to 3 cause a regression\non some devices that have the audio codec at bit#3.\nNow max codecs is defined according to the driver type, either 3 or 4.\nCurrently 4 is set only to ATI chips.  Other might need the same\nchange, too.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "a64c8cd6e22bbc6a101da5b827e720fff35a5ab9",
      "tree": "1960c26f88cf7ffcc53c3f40d23a759e4c4719dc",
      "parents": [
        "19bfafb2ed1a59efb979b6725ab7626a94f7e078"
      ],
      "author": {
        "name": "Tobin Davis",
        "email": "tdavis@dsl-only.net",
        "time": "Mon Mar 12 11:36:00 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Wed Mar 14 08:24:17 2007 +0100"
      },
      "message": "[ALSA] hda-codec - Add suppoprt for Asus M2N-SLI motherboard\n\nThis patch adds a cfg_tbl to the ad1988 code with the Asus M2N-SLI as\nit\u0027s first member.\n\nSigned-off-by: Tobin Davis \u003ctdavis@dsl-only.net\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "19bfafb2ed1a59efb979b6725ab7626a94f7e078",
      "tree": "9d4856ec4d93a0851179e8425c14996b118d92a3",
      "parents": [
        "c26a8de23a4417f556250c4c099b048b26c430be"
      ],
      "author": {
        "name": "Tommi Kyntola",
        "email": "tommi.kyntola@ray.fi",
        "time": "Fri Mar 09 16:15:06 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Wed Mar 14 08:24:16 2007 +0100"
      },
      "message": "[ALSA] intel8x0 - Fix speaker output after S2RAM\n\nFixed the mute speaker problem after S2RAM on some laptops:\n\thttp://bugme.osdl.org/show_bug.cgi?id\u003d6181\n\nSigned-off-by: Tommi Kyntola \u003ctommi.kyntola@ray.fi\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "c26a8de23a4417f556250c4c099b048b26c430be",
      "tree": "2d19384cf5b510df3cec62c343a3be01ec518baf",
      "parents": [
        "1fc273b88e59092466b6503e46d9227976254e10"
      ],
      "author": {
        "name": "Randy Cushman",
        "email": "rcushman_linux@earthlink.net",
        "time": "Fri Mar 09 11:32:22 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Wed Mar 14 08:24:16 2007 +0100"
      },
      "message": "[ALSA] ac97 - fix AD shared shared jack control logic\n\nThis patch fixes the control logic for shared\nMicrophone in/Center+LFE out and Line in/Surround out jacks\nfor Analog Devices AD1888, AD1980 and AD1985 AC \u002797 CODECs.\n\nSigned-off-by: Randy Cushman \u003crcushman_linux@earthlink.net\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "1fc273b88e59092466b6503e46d9227976254e10",
      "tree": "72544c5013e981824b7b8caf1227fd5a78a2f5b8",
      "parents": [
        "baab1087c61d4506f2c9f4cdb7da162160de16c2"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Mar 08 12:53:02 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Wed Mar 14 08:24:16 2007 +0100"
      },
      "message": "[ALSA] soc - Fix dependencies in Kconfig files\n\nFixed dependencies in Kconfig files of soc drivers.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "2f24d159d5ac418c946e0d38ada46345753688b1",
      "tree": "e09fa3562a56314802451153072367796a1ae411",
      "parents": [
        "dd87da1c5d3fd1d973d52e468f76fcc72ad69bd5"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Feb 15 18:56:43 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Tue Mar 06 11:03:53 2007 +0100"
      },
      "message": "[ALSA] cmipci - Allow to disable integrated FM port\n\nThe driver didn\u0027t allow to disable the integrated FM port (if available),\nand this annoyed people who don\u0027t want FM port.  Now fm_port\u003d0 disables\nthe FM port unconditionally.  fm_port\u003d1 is used for enabling the integrated\nFM port (as default).\nAlso fixed the documentation about this option.\nFix ALSA bug#2491.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "dd87da1c5d3fd1d973d52e468f76fcc72ad69bd5",
      "tree": "15d22b9f597abbcae1838caa269eb9b7ec55d129",
      "parents": [
        "fe8970b47ae191d932f5bac9e225e74db6e188a3"
      ],
      "author": {
        "name": "Tobin Davis",
        "email": "tdavis@dsl-only.net",
        "time": "Mon Feb 26 16:07:42 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Tue Mar 06 10:40:33 2007 +0100"
      },
      "message": "[ALSA] hda-codec - Fix logic error in headphone mute for Conexant codecs\n\nThis patch fixes a logic error introduced in the previous patch.\nWithout it, speaker automute mutes the speakers when headphones are\nremoved and unmutes when headphones are plugged in.\nThis was reported by Gregorio Guidi after getting the earlier patch\noff this mailing list.\n\nSigned-off-by: Tobin Davis \u003ctdavis@dsl-only.net\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "fe8970b47ae191d932f5bac9e225e74db6e188a3",
      "tree": "3e8022a17137c965d30e0cb3e953a453f5df4ac0",
      "parents": [
        "a31e8c7236f40b42f27c275a959ef129257b0bcd"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Feb 26 16:00:34 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Tue Mar 06 10:40:32 2007 +0100"
      },
      "message": "[ALSA] hda-codec - Add missing Mic Boost for AD1986A codec\n\nAdded the missing \u0027Mic Boost\u0027 switch for AD1986A codec.\nThis influences largely on the recording level of mic-input on some boards.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "a31e8c7236f40b42f27c275a959ef129257b0bcd",
      "tree": "1a6ef00025e2187a570e1a1ebbc305f17b9be75c",
      "parents": [
        "c187c041c6552339e4d8883a1a00c3c489354eca"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Feb 22 12:47:25 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Tue Mar 06 10:40:30 2007 +0100"
      },
      "message": "[ALSA] ac97 - Add Thinkpad X31 and R40 to AD1981x blacklist\n\nAdded Thinkpad X31 and R40 to AD1981x line/HP-jack-sense blacklist\nfor avoiding the harmful mixer controls.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "c187c041c6552339e4d8883a1a00c3c489354eca",
      "tree": "694c429561f3844ee6c8bc74031273a94ce3bf1c",
      "parents": [
        "3fc24d850708b8dfd3472b25eac0c32dd7708925"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Feb 19 15:27:33 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Tue Mar 06 10:40:29 2007 +0100"
      },
      "message": "[ALSA] Add missing sysfs device assignment for ALSA PCI drivers\n\nAdded the missing sysfs device assignment for ALSA PCI drivers.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "3fc24d850708b8dfd3472b25eac0c32dd7708925",
      "tree": "449ecf9e1f63dd30326fe777d14cc26083624e7a",
      "parents": [
        "cc69d12d0a063fd5f25d9b395357be5ba438b0c6"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 16 13:27:18 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Tue Mar 06 10:40:28 2007 +0100"
      },
      "message": "[ALSA] hda-codec - Define pin configs for MacBooks\n\nDefine pin configs for MacBook and MacBook Pro with STAC92xx codecs.\nThe latter is detected automatically by checking codec SSID now.\nAlso, fixed the documentation regarding available modeliof sigmatel\ncodec chips.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "cc69d12d0a063fd5f25d9b395357be5ba438b0c6",
      "tree": "52aceb3965bde868409ce1c35dbb23da55a134df",
      "parents": [
        "53ae5194e2f70939ceacd8a9be87f356c646759a"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Feb 15 19:29:26 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Tue Mar 06 10:40:27 2007 +0100"
      },
      "message": "[ALSA] hda-codec - Add missing Mic Boost controls for ALC262\n\nAdded missing Mic Boost controls for ALC262 codec chip.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "53ae5194e2f70939ceacd8a9be87f356c646759a",
      "tree": "a478cfe2b636be213a8050dec27682c787e2dbed",
      "parents": [
        "847c03e8ac30265787909f5710dee4c564a96df5"
      ],
      "author": {
        "name": "Liam Girdwood",
        "email": "lg@opensource.wolfsonmicro.com",
        "time": "Wed Feb 14 15:23:57 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Tue Mar 06 10:40:26 2007 +0100"
      },
      "message": "[ALSA] soc - WM9712 PCM volume\n\nThis patch suggested by Joe Sauer adds PCM playback volume kcontrol for\nthe WM9712.\n\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "847c03e8ac30265787909f5710dee4c564a96df5",
      "tree": "2e4c08b32795ec2739d4250638e4041427d0ce80",
      "parents": [
        "081d17c4726131ba9ed763ea24f7235d8205fdf3"
      ],
      "author": {
        "name": "Joe Sauer",
        "email": "jsauer@vernier.com",
        "time": "Wed Feb 14 15:23:11 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Tue Mar 06 10:40:24 2007 +0100"
      },
      "message": "[ALSA] soc - Fix WM9712 register cache entry\n\nThis patch by Joe Sauer fixes the WM9712 codec register cache value for\nregister 0x08. Value should be 0x0f0f and not 0xf0f0.\n\nSigned-off-by: Joe Sauer \u003cjsauer@vernier.com\u003e\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "081d17c4726131ba9ed763ea24f7235d8205fdf3",
      "tree": "2bdea6a481ef9b450b1774e5fc1798c82ae9264c",
      "parents": [
        "f0f9674585c7b0b1abe9efb68667cb16c878cc45"
      ],
      "author": {
        "name": "Tobin Davis",
        "email": "tdavis@dsl-only.net",
        "time": "Thu Feb 15 17:46:18 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Tue Mar 06 10:40:23 2007 +0100"
      },
      "message": "[ALSA] hda-codec - Add method for configuring Mac Pro without PCI SSID\n\nThis patch adds a switch to configure systems that do not provide\nPCI SSID\u0027s for HD Audio like Mac Pro with ALC885.\n\nSigned-off-by: Tobin Davis \u003ctdavis@dsl-only.net\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "f0f9674585c7b0b1abe9efb68667cb16c878cc45",
      "tree": "b097afdec21d05c941213526bd8e906f086144e6",
      "parents": [
        "c3442e296517aee733d62fc3fe03211598902c7d"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Feb 14 00:59:17 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Tue Mar 06 10:40:21 2007 +0100"
      },
      "message": "[ALSA] hda-codec - Add LFE support on Dell M90\n\nAdded LFE support on Dell M90 laptop.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "b0138a6cb7923a997d278b47c176778534d1095b",
      "tree": "4fcb8822a69631baba568e4e1942847747123887",
      "parents": [
        "6572d6d7d0f965dda19d02af804ed3ae4b3bf1fc",
        "1055a8af093fea7490445bd15cd671020e542035"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Feb 26 12:48:06 2007 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Feb 26 12:48:06 2007 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6: (78 commits)\n  [PARISC] Use symbolic last syscall in __NR_Linux_syscalls\n  [PARISC] Add missing statfs64 and fstatfs64 syscalls\n  Revert \"[PARISC] Optimize TLB flush on SMP systems\"\n  [PARISC] Compat signal fixes for 64-bit parisc\n  [PARISC] Reorder syscalls to match unistd.h\n  Revert \"[PATCH] make kernel/signal.c:kill_proc_info() static\"\n  [PARISC] fix sys_rt_sigqueueinfo\n  [PARISC] fix section mismatch warnings in harmony sound driver\n  [PARISC] do not export get_register/set_register\n  [PARISC] add ENTRY()/ENDPROC() and simplify assembly of HP/UX emulation code\n  [PARISC] convert to use CONFIG_64BIT instead of __LP64__\n  [PARISC] use CONFIG_64BIT instead of __LP64__\n  [PARISC] add ASM_EXCEPTIONTABLE_ENTRY() macro\n  [PARISC] more ENTRY(), ENDPROC(), END() conversions\n  [PARISC] fix ENTRY() and ENDPROC() for 64bit-parisc\n  [PARISC] Fixes /proc/cpuinfo cache output on B160L\n  [PARISC] implement standard ENTRY(), END() and ENDPROC()\n  [PARISC] kill ENTRY_SYS_CPUS\n  [PARISC] clean up debugging printks in smp.c\n  [PARISC] factor syscall_restart code out of do_signal\n  ...\n\nFix conflict in include/linux/sched.h due to kill_proc_info() being made\npublicly available to PARISC again.\n"
    },
    {
      "commit": "19790db00bb7ff4d6621b82933afb3423586644e",
      "tree": "ea298196cfa58c715c1b508e7128c13c7b0283a6",
      "parents": [
        "de6a1b8edc48155249896f2600398e139f4860c6"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Sun Jan 07 22:12:22 2007 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed Feb 21 13:34:19 2007 -0200"
      },
      "message": "V4L/DVB (5061): Bt8xx: add support for Ultraview DVB-T Lite\n\nUltraview DVB-T Lite is a clone of DViCO FusionHDTV DVB-T Lite\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "8a371840f825be20354007537b6568b77448b685",
      "tree": "11a6dd5916c3b7735637c437b5e787b5c9b52c49",
      "parents": [
        "25ccb569ee52114c01e28a2fe2d451cd43de309c"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Feb 20 15:44:23 2007 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Feb 20 15:44:23 2007 +0000"
      },
      "message": "[ARM] Fix ARM AACI ALSA driver\n\n  CC [M]  sound/arm/aaci.o\nsound/arm/aaci.c:729: error: parse error before \u0027*\u0027 token\nsound/arm/aaci.c:731: warning: function declaration isn\u0027t a prototype\n...\nsound/arm/aaci.c:786: error: parse error before \u0027*\u0027 token\nsound/arm/aaci.c:786: warning: function declaration isn\u0027t a prototype\n...\nsound/arm/aaci.c:827: error: parse error before \u0027*\u0027 token\nsound/arm/aaci.c:828: warning: function declaration isn\u0027t a prototype\n...\nsound/arm/aaci.c:845: error: parse error before \"aaci_capture_ops\"\nsound/arm/aaci.c:845: warning: type defaults to `int\u0027 in declaration of `aaci_capture_ops\u0027\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "59b8175c771040afcd4ad67022b0cc80c216b866",
      "tree": "4ef5935bee1e342716d49b9d4b99e3fa835526e6",
      "parents": [
        "920841d8d1d61bc12b43f95a579a5374f6d98f81",
        "3b0eb4a195a124567cd0dd6f700f8388def542c6"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Feb 19 13:18:39 2007 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Feb 19 13:18:39 2007 -0800"
      },
      "message": "Merge branch \u0027for-linus\u0027 of master.kernel.org:/home/rmk/linux-2.6-arm\n\n* \u0027for-linus\u0027 of master.kernel.org:/home/rmk/linux-2.6-arm: (117 commits)\n  [ARM] 4058/2: iop32x: set -\u003ebroken_parity_status on n2100 onboard r8169 ports\n  [ARM] 4140/1: AACI stability add ac97 timeout and retries\n  [ARM] 4139/1: AACI record support\n  [ARM] 4138/1: AACI: multiple channel support for IRQ handling\n  [ARM] 4211/1: Provide a defconfig for ns9xxx\n  [ARM] 4210/1: base for new machine type \"NetSilicon NS9360\"\n  [ARM] 4222/1: S3C2443: Remove reference to missing S3C2443_PM\n  [ARM] 4221/1: S3C2443: DMA support\n  [ARM] 4220/1: S3C24XX: DMA system initialised from sysdev\n  [ARM] 4219/1: S3C2443: DMA source definitions\n  [ARM] 4218/1: S3C2412: fix CONFIG_CPU_S3C2412_ONLY wrt to S3C2443\n  [ARM] 4217/1: S3C24XX: remove the dma channel show at startup\n  [ARM] 4090/2: avoid clash between PXA and SA1111 defines\n  [ARM] 4216/1: add .gitignore entries for ARM specific files\n  [ARM] 4214/2: S3C2410: Add Armzone QT2410\n  [ARM] 4215/1: s3c2410 usb device:  per-platform vbus_draw\n  [ARM] 4213/1: S3C2410 - Update definition of ADCTSC_XY_PST\n  [ARM] 4098/1: ARM: rtc_lock only used with rtc_cmos\n  [ARM] 4137/1: Add kexec support\n  [ARM] 4201/1: SMP barriers pair needed for the secondary boot process\n  ...\n\nFix up conflict due to typedef removal in sound/arm/aaci.h\n"
    },
    {
      "commit": "14d178a143568f3651a40af6defadd44fb0b6b81",
      "tree": "491c7ad0258ac5852131d23815dbaf13d0ecaaa9",
      "parents": [
        "41762b8ca9e16c7443d8348ec53daddbe940cdcc"
      ],
      "author": {
        "name": "Kevin Hilman",
        "email": "khilman@mvista.com",
        "time": "Wed Feb 07 05:46:47 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Feb 18 10:59:50 2007 +0000"
      },
      "message": "[ARM] 4140/1: AACI stability add ac97 timeout and retries\n\nAdd timeouts to hardware read/write/probe functions in order\nto avoid lockups on buggy/broken hardware.\n\nSigned-off-by: Kevin Hilman \u003ckhilman@mvista.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "41762b8ca9e16c7443d8348ec53daddbe940cdcc",
      "tree": "bec07a1eac2a998d332c2f3870f85467d6550993",
      "parents": [
        "62578cbfaa50df06b3bb6e4231adc3b911a3d4b4"
      ],
      "author": {
        "name": "Kevin Hilman",
        "email": "khilman@mvista.com",
        "time": "Wed Feb 07 05:45:32 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Feb 18 10:59:49 2007 +0000"
      },
      "message": "[ARM] 4139/1: AACI record support\n\nAdd PCM audio capture support for AACI audio on Versatile platform.\n\nSigned-off-by: Kevin Hilman \u003ckhilman@mvista.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "62578cbfaa50df06b3bb6e4231adc3b911a3d4b4",
      "tree": "eb74bb90e057ae36aee61c88d9253af1a156b924",
      "parents": [
        "f69eda00d4e9808f0ddc88826278f93512cd2c98"
      ],
      "author": {
        "name": "Kevin Hilman",
        "email": "khilman@mvista.com",
        "time": "Wed Feb 07 05:41:37 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Feb 18 10:59:48 2007 +0000"
      },
      "message": "[ARM] 4138/1: AACI: multiple channel support for IRQ handling\n\nAdd AACI channel support to interrupt handler.\nAlso, clear underrun interrupt for correct channel.\n\nSigned-off-by: Kevin Hilman \u003ckhilman@mvista.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "992378a06413116c6a7cf2ad597e096589e531aa",
      "tree": "a7d6660310fe9e0afe277c9c31859eb9957192c6",
      "parents": [
        "bcc0e04c5c749f0cd2e172815945993e41ad4a01"
      ],
      "author": {
        "name": "Helge Deller",
        "email": "deller@gmx.de",
        "time": "Sun Jan 28 17:06:12 2007 +0100"
      },
      "committer": {
        "name": "Kyle McMartin",
        "email": "kyle@athena.road.mcmartin.ca",
        "time": "Sat Feb 17 01:19:12 2007 -0500"
      },
      "message": "[PARISC] fix section mismatch warnings in harmony sound driver\n\nfix for two warnings:\n- Section mismatch: reference to .init.text:snd_harmony_mixer_init from .text.snd_harmony_probe after \u0027snd_harmony_probe\u0027\n- Section mismatch: reference to .init.text:snd_harmony_mixer_reset from .text.snd_harmony_mixer_init after \u0027snd_harmony_mixer_init\u0027\n\nSigned-off-by: Helge Deller \u003cdeller@gmx.de\u003e\nSigned-off-by: Kyle McMartin \u003ckyle@parisc-linux.org\u003e\n"
    },
    {
      "commit": "724339d76d9407cd1a8ad32a9c1fdf64840cc51b",
      "tree": "21461971804ffaa22cf4defdba965474da705463",
      "parents": [
        "414f827c46973ba39320cfb43feb55a0eeb9b4e8",
        "ccf2c2229d4473cc1a334200c1b60ab6070adabe"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Feb 14 09:51:20 2007 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Feb 14 09:51:20 2007 -0800"
      },
      "message": "Merge branch \u0027linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa\n\n* \u0027linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa:\n  [ALSA] version 1.0.14rc2\n  [ALSA] Fix a typo in __dev* changes in portman2x4.c\n  [ALSA] Change AT91 PDC register defines for 2.6.20 kernel\n  [ALSA] SoC codecs - fix Kconfig - depends -\u003e depends on\n  [ALSA] Fix __devinit and __devexit issues with sound drivers\n  [ALSA] hda-codec - Patch for enabling LFE on more Dell laptops\n  [ALSA] hda-codec - More fixes for Conexant HD Audio support\n  [ALSA] usb-audio: add PCR-A PCM support\n  [ALSA] emu10k1: fix typo\n  [ALSA] usbaudio - remove urb-\u003ebandwidth reference\n  [ALSA] ac97 - Fix silent output problem with Cx20551 codec\n  [ALSA] hda-codec - Fix Oops with probing sigmatel codec chips\n"
    },
    {
      "commit": "3159f06dc2303630c02d1ad2eeaeaf341414c9df",
      "tree": "678779f605dac635df3932381933b3950a0052ba",
      "parents": [
        "cd354f1ae75e6466a7e31b727faede57a1f89ca5"
      ],
      "author": {
        "name": "Robert P. J. Day",
        "email": "rpjday@mindspring.com",
        "time": "Wed Feb 14 00:33:16 2007 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Feb 14 08:09:54 2007 -0800"
      },
      "message": "[PATCH] OSS: replace kmalloc()+memset() combos with kzalloc()\n\nReplace kmalloc() + memset() pairs with the appropriate kzalloc() calls.\n\nSigned-off-by: Robert P. J. Day \u003crpjday@mindspring.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "cd354f1ae75e6466a7e31b727faede57a1f89ca5",
      "tree": "09a2da1672465fefbc7fe06ff4e6084f1dd14c6b",
      "parents": [
        "3fc605a2aa38899c12180ca311f1eeb61a6d867e"
      ],
      "author": {
        "name": "Tim Schmielau",
        "email": "tim@physik3.uni-rostock.de",
        "time": "Wed Feb 14 00:33:14 2007 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Feb 14 08:09:54 2007 -0800"
      },
      "message": "[PATCH] remove many unneeded #includes of sched.h\n\nAfter Al Viro (finally) succeeded in removing the sched.h #include in module.h\nrecently, it makes sense again to remove other superfluous sched.h includes.\nThere are quite a lot of files which include it but don\u0027t actually need\nanything defined in there.  Presumably these includes were once needed for\nmacros that used to live in sched.h, but moved to other header files in the\ncourse of cleaning it up.\n\nTo ease the pain, this time I did not fiddle with any header files and only\nremoved #includes from .c-files, which tend to cause less trouble.\n\nCompile tested against 2.6.20-rc2 and 2.6.20-rc2-mm2 (with offsets) on alpha,\narm, i386, ia64, mips, powerpc, and x86_64 with allnoconfig, defconfig,\nallmodconfig, and allyesconfig as well as a few randconfigs on x86_64 and all\nconfigs in arch/arm/configs on arm.  I also checked that no new warnings were\nintroduced by the patch (actually, some warnings are removed that were emitted\nby unnecessarily included header files).\n\nSigned-off-by: Tim Schmielau \u003ctim@physik3.uni-rostock.de\u003e\nAcked-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "9879951aa1f499e5f9db92f51cd6e7dfb65e78cb",
      "tree": "64e0077f4ed3fa0ed1bee8705cd9ec07bab577f6",
      "parents": [
        "fa8f878701888666c124e21d77bf7f3ba2dd2359"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Feb 13 15:53:22 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Wed Feb 14 08:38:35 2007 +0100"
      },
      "message": "[ALSA] Fix a typo in __dev* changes in portman2x4.c\n\nFix a typo in the last __dev* changes in portman2x4.c.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "fa8f878701888666c124e21d77bf7f3ba2dd2359",
      "tree": "8c7bdfc5d6132acfcc84bc451bea90d99edd7e9b",
      "parents": [
        "2a40534348987346dae1c68c225eff7bc19ff529"
      ],
      "author": {
        "name": "Frank Mandarino",
        "email": "fmandarino@endrelia.com",
        "time": "Mon Feb 12 14:06:22 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Wed Feb 14 08:38:34 2007 +0100"
      },
      "message": "[ALSA] Change AT91 PDC register defines for 2.6.20 kernel\n\nUse the new PDC register name defines that were updated\nin Linux 2.6.20.\n\nSigned-off-by: Frank Mandarino \u003cfmandarino@endrelia.com\u003e\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "2a40534348987346dae1c68c225eff7bc19ff529",
      "tree": "b9e46625c3b7be22db375ef39b054131f07f3edb",
      "parents": [
        "788c6043335590e0a483fdc18f85b1405a157bf9"
      ],
      "author": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Jan 22 12:59:08 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Wed Feb 14 08:38:28 2007 +0100"
      },
      "message": "[ALSA] SoC codecs - fix Kconfig - depends -\u003e depends on\n\n\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "788c6043335590e0a483fdc18f85b1405a157bf9",
      "tree": "23e24335e62ba0f692da4707933c7680e94fa1d8",
      "parents": [
        "46f02ca36e9b2b690ebcef18fa0652c586d6c08e"
      ],
      "author": {
        "name": "Prarit Bhargava",
        "email": "prarit@redhat.com",
        "time": "Tue Feb 13 13:11:11 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Wed Feb 14 08:38:28 2007 +0100"
      },
      "message": "[ALSA] Fix __devinit and __devexit issues with sound drivers\n\nFix __devinit and __devexit issues with sound drivers.\nResolves MODPOST warnings similar to:\nWARNING: sound/drivers/snd-dummy.o - Section mismatch: reference to .init.text:snd_dummy_probe from .data.rel.local between \u0027snd_dummy_driver\u0027 (at offset 0x0) and \u0027snd_dummy_controls\u0027\nWARNING: sound/drivers/snd-mtpav.o - Section mismatch: reference to .init.text:snd_mtpav_probe from .data.rel.local between \u0027snd_mtpav_driver\u0027 (at offset 0x0) and \u0027snd_mtpav_input\u0027\nWARNING: sound/drivers/snd-virmidi.o - Section mismatch: reference to .init.text:snd_virmidi_probe from .data.rel.local after \u0027snd_virmidi_driver\u0027 (at offset 0x0)\n\nSigned-off-by: Prarit Bhargava \u003cprarit@redhat.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "46f02ca36e9b2b690ebcef18fa0652c586d6c08e",
      "tree": "19f58b56bf4d84d071da3b88508cb2bc1ec0e46a",
      "parents": [
        "82f30040ada635d5d42a244b6eb84607d9881f5a"
      ],
      "author": {
        "name": "Mikael Nilsson",
        "email": "mikael@nilsson.name",
        "time": "Tue Feb 13 12:46:16 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Wed Feb 14 08:38:27 2007 +0100"
      },
      "message": "[ALSA] hda-codec - Patch for enabling LFE on more Dell laptops\n\nFix LFE controls for Dell Inspiron E1705/9400 and XPS M1710 laptops.\n\nSigned-off-by: Mikael Nilsson \u003cmikael@nilsson.name\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "82f30040ada635d5d42a244b6eb84607d9881f5a",
      "tree": "1d69f1989f5e7d8153118022f86b93d4d547da0c",
      "parents": [
        "f38cc317c0a7279bb725ec5c2251726eab3c722b"
      ],
      "author": {
        "name": "Tobin Davis",
        "email": "tdavis@dsl-only.net",
        "time": "Tue Feb 13 12:45:44 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Wed Feb 14 08:38:26 2007 +0100"
      },
      "message": "[ALSA] hda-codec - More fixes for Conexant HD Audio support\n\nRenamed Conexant 5045 to CX20549 (Venice) per Conexant Documentation\nRenamed Conexant 5047 to CX20551 (Waikiki) per Conexant Documentation\nFixed automute on HP Laptops with CX20551 codec.\nFixed recording issues on Toshiba Satelite P100/P105 series laptops\nAdded HP DV8000, DV2000Z, Fujitsu Si1520 support\nMore work to be done on CX20549 based systems, but CX20551 Systems are\nmuch better now.\n\nSigned-off-by: Tobin Davis \u003ctdavis@dsl-only.net\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "f38cc317c0a7279bb725ec5c2251726eab3c722b",
      "tree": "c5418260db90d3c032e28a91898d9183ceb4e43d",
      "parents": [
        "5dc5ebb7bc143fe38a56b9dd9c1d89220e20694a"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Fri Feb 09 20:52:55 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Wed Feb 14 08:38:25 2007 +0100"
      },
      "message": "[ALSA] usb-audio: add PCR-A PCM support\n\nAdd support for the PCM interfaces of the Edirol PCR-A.\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "596f967f501799f87fded9e296ce0b14cd233674",
      "tree": "f35e2fa51e5c693b9947562104be2849489a34d6",
      "parents": [
        "9e292c0013d7d4158169eb9786aa0f9816eb5b40"
      ],
      "author": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Fri Feb 09 12:54:44 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Wed Feb 14 08:38:23 2007 +0100"
      },
      "message": "[ALSA] usbaudio - remove urb-\u003ebandwidth reference\n\nRecent changes in usbcore removed the bandwidth field from struct urb.\nRemove the occurence in usbaudio.c\n\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "9e292c0013d7d4158169eb9786aa0f9816eb5b40",
      "tree": "da574acc636c0cfb437639534040511e254416ca",
      "parents": [
        "9e507abd87103b5263bb0bbd94a15d74004557e9"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 09 12:42:03 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Wed Feb 14 08:38:21 2007 +0100"
      },
      "message": "[ALSA] ac97 - Fix silent output problem with Cx20551 codec\n\nFixed the silent output problem on laptops with Conexant Cx20551 codec\nchip, such as Packard-bell EasyNote A* series.\nThe information was taken from ALSA bug#1134.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "9e507abd87103b5263bb0bbd94a15d74004557e9",
      "tree": "75b4b82501506a99602f1c4de847654dc5bba223",
      "parents": [
        "ac98695d6c1508b724f246f38ce57fb4e3cec356"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Feb 08 17:50:10 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Wed Feb 14 08:38:20 2007 +0100"
      },
      "message": "[ALSA] hda-codec - Fix Oops with probing sigmatel codec chips\n\nWhen a device is unkown, the driver tries to set up the codec based on\nthe BIOS information.  Then it may result in Oops if BIOS is broken.\nThe patch fixes the issue, falling back to a reference model in such a\ncase.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "9c2e08c592cd357a8330c34def1e8ecfdcf53275",
      "tree": "62e7449e43bb502f2e9630ab41832ceccd9a0f65",
      "parents": [
        "da7071d7e32d15149cc513f096a3638097b66387"
      ],
      "author": {
        "name": "Arjan van de Ven",
        "email": "arjan@linux.intel.com",
        "time": "Mon Feb 12 00:55:37 2007 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Feb 12 09:48:46 2007 -0800"
      },
      "message": "[PATCH] mark struct file_operations const 9\n\nMany struct file_operations in the kernel can be \"const\".  Marking them const\nmoves these to the .rodata section, which avoids false sharing with potential\ndirty data.  In addition it\u0027ll catch accidental writes at compile time to\nthese shared resources.\n\nSigned-off-by: Arjan van de Ven \u003carjan@linux.intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "8b5925fd5461c9f1ac77ede48945ca1945202ddb",
      "tree": "20bd72cd17d4bf77b6a56d383e4824db1655cc98",
      "parents": [
        "b322f4095056d6849c49412eb3e36637a062e9c0"
      ],
      "author": {
        "name": "Ahmed S. Darwish",
        "email": "darwish.07@gmail.com",
        "time": "Mon Feb 12 00:52:08 2007 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Feb 12 09:48:29 2007 -0800"
      },
      "message": "[PATCH] OSS: Use ARRAY_SIZE macro when appropriate (2)\n\nUse ARRAY_SIZE macro already defined in kernel.h\n\nSigned-off-by: Ahmed S. Darwish \u003cdarwish.07@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "b322f4095056d6849c49412eb3e36637a062e9c0",
      "tree": "e9923a60b1a38cd6d1609d21fe74d7dada28e09f",
      "parents": [
        "9d0094de6dfda8209241787d99f531356469d0f5"
      ],
      "author": {
        "name": "Ahmed S. Darwish",
        "email": "darwish.07@gmail.com",
        "time": "Mon Feb 12 00:52:07 2007 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Feb 12 09:48:28 2007 -0800"
      },
      "message": "[PATCH] OSS: Use ARRAY_SIZE macro when appropriate\n\nUse ARRAY_SIZE macro already defined in kernel.h\n\nSigned-off-by: Ahmed S. Darwish \u003cdarwish.07@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "1c6ae7ecd21fbb655ea96a7e9798bedb2917ef91",
      "tree": "bef0246dbe3b5079551d5083aa72613562fdf1b6",
      "parents": [
        "b385a144ee790f00e8559bcb8024d042863f9be1"
      ],
      "author": {
        "name": "Robert P. J. Day",
        "email": "rpjday@mindspring.com",
        "time": "Sat Feb 10 01:46:26 2007 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun Feb 11 11:18:06 2007 -0800"
      },
      "message": "[PATCH] Remove dead kernel config option AEDSP16_MPU401.\n\nRemove the dead kernel config option AEDSP16_MPU401.\n\nSigned-off-by: Robert P. J. Day \u003cmindspring.com\u003e\nCc: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "5aab0ad5ed82d6be5173f5d2e9da6be9c1e84a9c",
      "tree": "4a35228213d4d1f41d066a574edbb6b5f13a9cf0",
      "parents": [
        "77adbfbf4cf96fedf9b75bb330704828c187b190"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sat Feb 10 01:45:50 2007 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun Feb 11 10:51:31 2007 -0800"
      },
      "message": "[PATCH] schedule obsolete OSS drivers for removal, 3rd round\n\nSchedule obsolete OSS drivers (with ALSA drivers that support the same\nhardware) for removal.\n\nA rationale of the patch is in\n  http://lkml.org/lkml/2006/12/18/305\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nAcked-By: Thomas Sailer \u003csailer@ife.ee.ethz.ch\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c2902c8ae06762d941fab64198467f78cab6f8cd",
      "tree": "b960df23be1ae9798cf6f306264d34f153f88654",
      "parents": [
        "48ec15dca87805cf771855612d647bfe1a9f617f"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 09 16:25:48 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 16:25:48 2007 +0100"
      },
      "message": "[PATCH] Fix breakage with CONFIG_SYSFS_DEPRECATED\n\nThe fix for sysfs breakage with CONFIG_SYSFS_DEPRECATED was flown\naway by the conflicted merge of the ALSA git tree.  The patch below\nfixes it again.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "c6d6eeeacc2ed0b736f20692ca021324f3b203b3",
      "tree": "62c10d510ad8aca77d1eb2fc62c9466ebd2da42d",
      "parents": [
        "547ac2ae3890b8e17bcfea4ba8840a10f3496da4"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Feb 08 14:50:31 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:04:03 2007 +0100"
      },
      "message": "[ALSA] ca0106 - Add missing sysfs device assignment\n\nAdded the missing device assignment before creating sysfs tree.\nThis caused the insufficient device permissions.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "547ac2ae3890b8e17bcfea4ba8840a10f3496da4",
      "tree": "723d9b290f2f7b47be61c00badd1eecb6aa20468",
      "parents": [
        "2cf9f0fc69358e15e78f936c220cfe8aa208111d"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Feb 08 14:25:39 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:04:02 2007 +0100"
      },
      "message": "[ALSA] aoa i2sbus: Stop Apple i2s DMA gracefully\n\nThis fixes the problem of getting extra bytes inserted at the\nbeginning of a recording when using the Apple i2s interface and DBDMA\ncontroller.  It turns out that we can\u0027t just abort the DMA; we have to\nlet it stop at the end of a command, and then wait for the S7 bit to\nbe set before turning off the DBDMA controller.  Doing that for\nplayback doesn\u0027t seem to be necessary, but doesn\u0027t hurt either.\nWe use the technique used by the Darwin driver: make each transfer\ncommand branch to a stop command if the S0 status bit is set.  Thus we\ncan ask the DMA controller to stop at the end of the current command\nby setting S0.\nThe interrupt routine now looks at and clears the status word of the\nDBDMA command ring.  This is necessary so it can know when the DBDMA\ncontroller has seen that S0 is set, and so when it should look for the\nDBDMA controller being stopped and S7 being set.  This also ended up\nsimplifying the calculation in i2sbus_pcm_pointer.\nTested on a 15 inch albook.\n[Addition by Johannes]\nI modified this patch and added the suspend/resume bits to it to get my\npowermac into a decent state when playing sound across suspend to disk\nthat has a different bitrate from what the firmware programs the\nhardware to.\nI also added the SNDRV_PCM_INFO_JOINT_DUPLEX flag because it seemed the\nright thing to do and I was looking at the info stuff.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\nSigned-off-by: Johannes Berg \u003cjohannes@sipsolutions.net\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "2cf9f0fc69358e15e78f936c220cfe8aa208111d",
      "tree": "edadf5589860e7d99ff76ad84e3106d67422c7c7",
      "parents": [
        "288e5c35f96fefb6c5e0dc8838834c94cff616f6"
      ],
      "author": {
        "name": "Tobin Davis",
        "email": "tdavis@dsl-only.net",
        "time": "Wed Feb 07 16:04:25 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:04:00 2007 +0100"
      },
      "message": "[ALSA] hda-codec - Add support for Fujitsu PI1556 Realtek ALC880\n\nThis patch adds support for the Fujitsu PI1556 laptop.\nIssue:  Volume knob on system maxes out lower than alsamixer (0x35 vs 0x40).\nEverything else works, and audio quality is good at 0x35.\n\nSigned-off-by: Tobin Davis \u003ctdavis@dsl-only.net\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "288e5c35f96fefb6c5e0dc8838834c94cff616f6",
      "tree": "c9565436290a5b0af749bb4bc1d449600f3e4434",
      "parents": [
        "6116ea0741abf8f1ef9d93642d985f91c58ff6bf"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes@sipsolutions.net",
        "time": "Wed Feb 07 14:07:45 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:03:59 2007 +0100"
      },
      "message": "[ALSA] aoa: remove suspend/resume printks\n\nThis just removes two useless printks.\n\nSigned-off-by: Johannes Berg \u003cjohannes@sipsolutions.net\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "6116ea0741abf8f1ef9d93642d985f91c58ff6bf",
      "tree": "f65c9a099a0448a776bb5daa91af590cf3b06008",
      "parents": [
        "2594d960793f13582c0730a99c5396cded7cf9d9"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Feb 07 14:07:08 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:03:58 2007 +0100"
      },
      "message": "[ALSA] Fix possible deadlocks in sequencer at removal of ports\n\nFix possible rwsem deadlocks in sequencer code at removal of\nsequencer ports.  The list_lock of port group can be double\nlocked.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "2594d960793f13582c0730a99c5396cded7cf9d9",
      "tree": "11a0453d606d4e3769a75646279b1403437556ea",
      "parents": [
        "88cb42901f1572c95f5933f363cfebd5044c716a"
      ],
      "author": {
        "name": "Rolf Stefan Wilke",
        "email": "stefan.wilke@uni-ulm.de",
        "time": "Tue Feb 06 19:18:14 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:03:57 2007 +0100"
      },
      "message": "[ALSA] emu10k1 - Fix STAC9758 front channel\n\nFor some time now, some users of STAC9758 (emu10k1) would have no sound on\ntheir front channels. This can be fixed (at least for me) by unmuting  head\nphone volume and setting it to 0dB before removing the \u0027Front Playback\u0027\ncontrol. For details, cf.\nhttps://bugtrack.alsa-project.org/alsa-bug/view.php?id\u003d2308\nFind the appropriate patch attached.\nCredits to: Raymond\n\nSigned-off-by: Rolf Stefan Wilke \u003cstefan.wilke@uni-ulm.de\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "88cb42901f1572c95f5933f363cfebd5044c716a",
      "tree": "8eed3d46c81996e780375ff91ae1955f3265629d",
      "parents": [
        "1ab774e049085da6facfaf3b24d54158c3f0f5b3"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Feb 05 14:56:20 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:03:56 2007 +0100"
      },
      "message": "[ALSA] soc - Clean up with kmemdup()\n\nClean up by replacing with kmemdup().\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "1ab774e049085da6facfaf3b24d54158c3f0f5b3",
      "tree": "3a266d2a2b1f3d1c46e2fca44f3353c4f9886b4b",
      "parents": [
        "66e27788a33636cf0d9bf22eb9d56a7f4ffa3a84"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Feb 05 13:07:04 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:03:55 2007 +0100"
      },
      "message": "[ALSA] snd-ak4114: Fix two array overflows\n\nFix the handling of the TXCSB registers cache. There was one array\noverflow in reg_write() and one in snd_ak4114_reg_write(). Thanks\nto David Binderman for reporting the latter.\nThe second overflow probably doesn\u0027t matter much, given that the\nfunction snd_ak4114_reg_write() appears to be never called. I wonder\nwhy it exists and why it is exported.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "66e27788a33636cf0d9bf22eb9d56a7f4ffa3a84",
      "tree": "4e7148bbd317bd157ef983a6e84c6d8ecc4079bf",
      "parents": [
        "d0b0fac14edf81dc62615cd757e7c73d2059152c"
      ],
      "author": {
        "name": "Martin Langer",
        "email": "martin-langer@gmx.de",
        "time": "Mon Feb 05 13:02:35 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:03:54 2007 +0100"
      },
      "message": "[ALSA] ac97_bus power management\n\nThis patch adds CONFIG_PM to the ac97_bus driver.\n\nSigned-off-by: Martin Langer \u003cmartin-langer@gmx.de\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "d0b0fac14edf81dc62615cd757e7c73d2059152c",
      "tree": "fa42567910d6993eac52ce601012a598249cec85",
      "parents": [
        "f32610edab47f36946d23b883aeae91e15986121"
      ],
      "author": {
        "name": "Bjoern Fay",
        "email": "mail@bfay.de",
        "time": "Mon Feb 05 12:27:21 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:03:53 2007 +0100"
      },
      "message": "[ALSA] usbaudio - Add support for Edirol UA-101\n\nAdded support for the Edirol UA-101 (only in high-speed mode) by taking\nthe quirks for the UA-1000 and change them accordingly. Changes were\nmade in \u0027usbaudio.c\u0027, \u0027usbaudio.h\u0027, and \u0027usbquirks.h\u0027\nMIDI and recording seem to work perfectly (with JACK), but playback\ngives some few glitches. I think that\u0027s the mentioned\nsynchronizing-problem in the UA-1000 quirk (\u0027FIXME: playback must be\nsynchronized to capture\u0027), so I didn\u0027t change that.\nToDo: Adding Mixer-Support for the built-in\ncontrol-panel/patch-bay/router.\n\nSigned-off-by: Bjoern Fay \u003cmail@bfay.de\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "f32610edab47f36946d23b883aeae91e15986121",
      "tree": "16ac498ad6ddb6eca88eaea82149b4e1489c1741",
      "parents": [
        "73f40dc1e147b41eb74bc92ff62bb65cb3260eff"
      ],
      "author": {
        "name": "Jakub Schmidtke",
        "email": "sjakub@gmail.com",
        "time": "Fri Feb 02 18:17:27 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:03:52 2007 +0100"
      },
      "message": "[ALSA] hda-codec - Add ALC861VD/ALC660VD support\n\no Added ALC861VD support to patch_realtek.c under hda-intel\no Added ALC660VD as a model of 861VD\no Added pci quirks for Asus G1 as well as for two devices found in Realtek\u0027s\ndriver to point at ALC660VD model (3stack-660)\no Added pci quirk for Lenovo 3000 C200 - although untested, it should work\nwith ALC861VD 3stack model\no Changed preset id \u003d 0x10ec0660 to point at new patch_alc861vd instead of\npatch_861\no Organised the list of presets\n\nSigned-off-by: Jakub Schmidtke \u003csjakub@gmail.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "73f40dc1e147b41eb74bc92ff62bb65cb3260eff",
      "tree": "8cda0d2cab71eeda50252b53aad582827dbdf8e1",
      "parents": [
        "cb4c048b9306555ccbdb97eaf7922624664b0eb1"
      ],
      "author": {
        "name": "Liam Girdwood",
        "email": "lg@opensource.wolfsonmicro.com",
        "time": "Fri Feb 02 17:23:42 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:03:51 2007 +0100"
      },
      "message": "[ALSA] soc - ASoC 0.13 Sharp poodle machine\n\nThis patch updates the Sharp poodle machine driver to the new API in\nASoC 0.13.\nChanges:-\no  Manually configure DAI hardware format.\no Removed config_sysclk() function. No longer needed as clocking is now\nconfigured manually.\n\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "cb4c048b9306555ccbdb97eaf7922624664b0eb1",
      "tree": "f916e7da900c8706661f1636501e5ec24c9c4b3d",
      "parents": [
        "97952f601e939278df1194bac56b9755338ee7c1"
      ],
      "author": {
        "name": "Liam Girdwood",
        "email": "lg@opensource.wolfsonmicro.com",
        "time": "Fri Feb 02 17:23:11 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:03:50 2007 +0100"
      },
      "message": "[ALSA] soc - ASoC 0.13 Sharp tosa machine\n\nThis patch updates the Sharp tosa machine driver to the new API in ASoC\n0.13.\nChanges:-\no  Update machine operations to new API.\n\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "97952f601e939278df1194bac56b9755338ee7c1",
      "tree": "2a5959789199cf860804130c5d8f0d83db1cb639",
      "parents": [
        "d928b25a89c3154fe6d0e62a83f51c5b621aa099"
      ],
      "author": {
        "name": "Liam Girdwood",
        "email": "lg@opensource.wolfsonmicro.com",
        "time": "Fri Feb 02 17:22:46 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:03:49 2007 +0100"
      },
      "message": "[ALSA] soc - ASoC 0.13 spitz machine\n\nThis patch updates the Sharp spitz machine driver to the new API in ASoC\n0.13.\nChanges:-\no  Manually configure DAI hardware format.\no Removed config_sysclk() function. No longer needed as clocking is now\nconfigured manually.\n\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "d928b25a89c3154fe6d0e62a83f51c5b621aa099",
      "tree": "ff43a697ddcd11c09c041f9c05a4091d72272230",
      "parents": [
        "a8f5d0a5d02cda0183c6e68d6a66d4c6641149a9"
      ],
      "author": {
        "name": "Liam Girdwood",
        "email": "lg@opensource.wolfsonmicro.com",
        "time": "Fri Feb 02 17:22:20 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:03:48 2007 +0100"
      },
      "message": "[ALSA] soc - ASoC Sharp corgi machine\n\nThis patch updates the Sharp corgi machine driver to the new API in ASoC\n0.13.\nChanges:-\no  Manually configure DAI hardware format.\no Removed config_sysclk() function. No longer needed as clocking is now\nconfigured manually.\n\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "a8f5d0a5d02cda0183c6e68d6a66d4c6641149a9",
      "tree": "440b21b913e3c3c14a7c3fa7b50232b81b58e711",
      "parents": [
        "596ce32b74dccf53ef59cc9ba2e95a2a34ba921c"
      ],
      "author": {
        "name": "Andrew Johnson",
        "email": "ajohnson@intrinsyc.com",
        "time": "Fri Feb 02 17:21:50 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:03:47 2007 +0100"
      },
      "message": "[ALSA] soc - ASoC 0.13 pxa2xx DMA\n\nThis patch updates the pxa2xx I2S driver to the new API in ASoC 0.13.\nChanges:-\no Added check in hw_params to detect buffer less pcms (i.e. BT \u003c--\u003e\ncodec).\no Updated structures to new API\no Removed DAI\u0027s and ac97 ops from PCM header.\no Integer hardware constraint added for periods.\n\nSigned-off-by: Andrew Johnson \u003cajohnson@intrinsyc.com\u003e\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "596ce32b74dccf53ef59cc9ba2e95a2a34ba921c",
      "tree": "6ecffb595a5839c1011eb8eb5a6e737f6d7a50e1",
      "parents": [
        "eaff2ae702f937020bfde96eea552caae3815784"
      ],
      "author": {
        "name": "Liam Girdwood",
        "email": "lg@opensource.wolfsonmicro.com",
        "time": "Fri Feb 02 17:21:16 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:03:46 2007 +0100"
      },
      "message": "[ALSA] soc - ASoC 0.13 pxa2xx AC97 driver\n\nThis patch updates the pxa2xx AC97 driver to the new API in ASoC 0.13.\nChanges:-\no Removed DAI capabilities matching code in favour of manual matching in\nthe machine drivers.\no Added DAI operations for codec and CPU interfaces.\no Added pxa2xx-ac97.h header\n\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "eaff2ae702f937020bfde96eea552caae3815784",
      "tree": "ace4fa6e0b77ad0fe957fb474b2e1bb4c83a826b",
      "parents": [
        "c8044274c7f1e269975b2bd55d057ceb7708e929"
      ],
      "author": {
        "name": "Philipp Zabel",
        "email": "philipp.zabel@gmail.com",
        "time": "Fri Feb 02 17:20:40 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:03:45 2007 +0100"
      },
      "message": "[ALSA] soc - ASoC 0.13 pxa2xx i2s driver\n\nThis patch updates the pxa2xx I2S driver to the new API in ASoC 0.13.\nChanges:-\no Removed DAI capabilities matching code in favour of manual matching in\nthe machine drivers.\no Added DAI operations for codec and CPU interfaces.\no Removed config_sysclk() function and struct snd_soc_clock_info. No\nlonger needed as clocking is now configured manually in the machine\ndrivers. Also removed other clocking data from structures.\no Added pxa2xx-i2s.h header\n\nSigned-off-by: Philipp Zabel \u003cphilipp.zabel@gmail.com\u003e\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "c8044274c7f1e269975b2bd55d057ceb7708e929",
      "tree": "7f0b4d7dc3bf5bb58b978f773be37e001e8dfa35",
      "parents": [
        "6297027629a9349301e08442b67deb9783a5e984"
      ],
      "author": {
        "name": "Frank Mandarino",
        "email": "fmandarino@endrelia.com",
        "time": "Fri Feb 02 17:19:58 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:03:45 2007 +0100"
      },
      "message": "[ALSA] soc - ASoC 0.13 AT91xxxx Eti_B1 board support\n\nThis patch updates the EtI B1 machine driver to the new API in ASoC\n0.13.\nChanges:-\no  Manually configure DAI hardware format.\no Removed config_sysclk() function. No longer needed as clocking is now\nconfigured manually.\n\nSigned-off-by: Frank Mandarino \u003cfmandarino@endrelia.com\u003e\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "6297027629a9349301e08442b67deb9783a5e984",
      "tree": "de1d9282e225c9d835a21d2bf4f34598fe9aaf71",
      "parents": [
        "171eb8f81d7b0706c1085d272e4955251ed9f05f"
      ],
      "author": {
        "name": "Frank Mandarino",
        "email": "fmandarino@endrelia.com",
        "time": "Fri Feb 02 17:19:24 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:03:44 2007 +0100"
      },
      "message": "[ALSA] soc - ASoC 0.13 AT91xxxx DMA\n\nThis patch updates the AT91xxxx audio DMA driver to the new API in ASoC\n0.13.\nChanges:-\no Updated to use new 0.13 data structures.\no Suspend and Resume now conditionally compiled.\no #include guard around at91-pcm.h header.\n\nSigned-off-by: Frank Mandarino \u003cfmandarino@endrelia.com\u003e\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "171eb8f81d7b0706c1085d272e4955251ed9f05f",
      "tree": "bf7fa567eb1decfa0785be6dab845725dcaaaf5e",
      "parents": [
        "d3d35adc79aa2e48e8177a9506e9bcb5eebba406"
      ],
      "author": {
        "name": "Frank Mandarino",
        "email": "fmandarino@endrelia.com",
        "time": "Fri Feb 02 17:18:38 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:03:43 2007 +0100"
      },
      "message": "[ALSA] soc - ASoC 0.13 AT91xxxx I2S\n\nThis patch updates the AT91xxxx I2S driver to the new API in ASoC 0.13.\nChanges:-\no Removed DAI capabilities matching code in favour of manual matching in\nthe machine drivers.\no Added DAI operations for codec and CPU interfaces.\no Removed config_sysclk() function and struct snd_soc_clock_info. No\nlonger needed as clocking is now configured manually in the machine\ndrivers. Also removed other clocking data from structures.\n\nSigned-off-by: Frank Mandarino \u003cfmandarino@endrelia.com\u003e\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "d3d35adc79aa2e48e8177a9506e9bcb5eebba406",
      "tree": "4809f1233f0deedbdd79a5015a6b160ff31e944a",
      "parents": [
        "5a8ec343c5ba1e78ba23bebd9ad4b23f39c50828"
      ],
      "author": {
        "name": "Frank Mandarino",
        "email": "fmandarino@endrelia.com",
        "time": "Fri Feb 02 17:17:39 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:03:42 2007 +0100"
      },
      "message": "[ALSA] soc - ASoC 0.13 AT91xxxx slave patch\n\nThis patch adds support for I2S slave mode for the ETI_B1 machine from\nEndrelia.\n\nSigned-off-by: Frank Mandarino \u003cfmandarino@endrelia.com\u003e\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "5a8ec343c5ba1e78ba23bebd9ad4b23f39c50828",
      "tree": "5b037d3e2de2ce2b81e1c74a3db8f2816ea36eb7",
      "parents": [
        "cbe83b1795feea33803dc89fce18b2b98abbcc9b"
      ],
      "author": {
        "name": "Liam Girdwood",
        "email": "lg@opensource.wolfsonmicro.com",
        "time": "Fri Feb 02 17:16:41 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:03:41 2007 +0100"
      },
      "message": "[ALSA] soc - ASoC 0.13 generic AC97 codec\n\nThis patch updates the AC97 codec driver to the new API in ASoC 0.13.\nChanges:-\no Removed DAI capabilities matching code in favour of manual matching in\nthe machine drivers.\n\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "cbe83b1795feea33803dc89fce18b2b98abbcc9b",
      "tree": "f8c7916f57fab363f9a5a4c01fdc3c307fc26626",
      "parents": [
        "4422b606bc04eab01dd5cb6f8e6dd0608d65bb11"
      ],
      "author": {
        "name": "Liam Girdwood",
        "email": "lg@opensource.wolfsonmicro.com",
        "time": "Fri Feb 02 17:16:02 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:03:40 2007 +0100"
      },
      "message": "[ALSA] soc - ASoC 0.13 WM9712 codec driver\n\nThis patch updates the WM9712 codec driver to the new API in ASoC 0.13.\nChanges:-\no Removed DAI capabilities matching code in favour of manual matching in\nthe machine drivers.\no Added DAI operations for codec and CPU interfaces.\no Removed config_sysclk() function and struct snd_soc_clock_info. No\nlonger needed as clocking is now configured manually in the machine\ndrivers. Also removed other clocking data from structures.\n\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "4422b606bc04eab01dd5cb6f8e6dd0608d65bb11",
      "tree": "85920f9a1d11c685ec410f3c069546ff567b12ca",
      "parents": [
        "b36d61d45654104c04ff71055ef09c696fea5f89"
      ],
      "author": {
        "name": "Liam Girdwood",
        "email": "lg@opensource.wolfsonmicro.com",
        "time": "Fri Feb 02 17:15:33 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:03:39 2007 +0100"
      },
      "message": "[ALSA] soc - ASoC 0.13 WM8750 codec driver\n\nThis patch updates the WM8750 codec driver to the new API in ASoC 0.13.\nChanges:-\no Removed DAI capabilities matching code in favour of manual matching in\nthe machine drivers.\no Added DAI operations for codec and CPU interfaces.\no Removed config_sysclk() function and struct snd_soc_clock_info. No\nlonger needed as clocking is now configured manually in the machine\ndrivers. Also removed other clocking data from structures.\n\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "b36d61d45654104c04ff71055ef09c696fea5f89",
      "tree": "ef75ab2261b5275ba2d601862d12807fd68fd835",
      "parents": [
        "11da21a79048472a14b201120c0c50b10060220b"
      ],
      "author": {
        "name": "Frank Mandarino",
        "email": "fmandarino@endrelia.com",
        "time": "Fri Feb 02 17:14:56 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:03:38 2007 +0100"
      },
      "message": "[ALSA] soc - ASoC 0.13 WM8731 codec\n\nThis patch updates the WM8731 codec driver to the new API in ASoC 0.13.\nChanges:-\no Removed DAI capabilities matching code in favour of manual matching in\nthe machine drivers.\no Added DAI operations for codec and CPU interfaces.\no Removed config_sysclk() function and struct snd_soc_clock_info. No\nlonger needed as clocking is now configured manually in the machine\ndrivers. Also removed other clocking data from structures.\n\nSigned-off-by: Frank Mandarino \u003cfmandarino@endrelia.com\u003e\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "11da21a79048472a14b201120c0c50b10060220b",
      "tree": "f7d276a11162ea37dac15aa550996be6a29e048a",
      "parents": [
        "cb666e5bd865cc991c0048d6e81581019a141820"
      ],
      "author": {
        "name": "Seth Forshee",
        "email": "seth.forshee@gmail.com",
        "time": "Fri Feb 02 17:14:19 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:03:37 2007 +0100"
      },
      "message": "[ALSA] soc - 0.13 ASoC DAPM bug fix for unnamed streams\n\nThis patch fixes a bug whereby an unnamed stream would cause a NULL\npointer ref in snd_soc_dapm_stream_event().\n\nSigned-off-by: Seth Forshee \u003cseth.forshee@gmail.com\u003e\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "cb666e5bd865cc991c0048d6e81581019a141820",
      "tree": "c5dafb6f597df92f0559922c40cc6c64cb396221",
      "parents": [
        "1c433fbda4896a6455d97b66a4f2646cbdd52a8c"
      ],
      "author": {
        "name": "Liam Girdwood",
        "email": "lg@opensource.wolfsonmicro.com",
        "time": "Fri Feb 02 17:13:49 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:03:36 2007 +0100"
      },
      "message": "[ALSA] soc - ASoC 0.13 core changes\n\nThis patch updates the ASoC core to the new DAI matching and clocking\nAPI in version 0.13\nChanges:-\n o Removed DAI capabilities matching code in favour of manual matching\nin the machine drivers.\n o Added DAI operations for codec and CPU interfaces.\n o Removed config_sysclk() function and struct snd_soc_clock_info. No\nlonger needed as clocking is now configured manually in the machine\ndrivers. Also removed other clocking data from structures.\n o Added machine driver prepare callback.\n\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "3372a153c230bd0b28d470118d5a4c5840f8f966",
      "tree": "f705d4b3bfd3527876d8895877d84e1ddb37b6fb",
      "parents": [
        "0981a260a1fe4a3f22cc70ef01ce38a73f548745"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Feb 01 15:46:50 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:03:32 2007 +0100"
      },
      "message": "[ALSA] hda-intel - Add black/whitelist for position_fix option\n\nSome devices are known to require position_fix\u003d1 or 2 to make the\ndriver working correctly.  Otherwise the sound gets weird effects,\nsuch as stutters.\nNow a black/whitelist is introduced to indicate the position_fix\nvalue explicitly for such misbehaving hardwares.  As a first example,\nDell D820 is listed there.  More will come later likely...\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "0981a260a1fe4a3f22cc70ef01ce38a73f548745",
      "tree": "0d9921010091f045bb937493e44649088c71ad02",
      "parents": [
        "bc7320c5c8ddeb3b50c6a24013dab9ba74bce578"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Feb 01 14:53:49 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:03:31 2007 +0100"
      },
      "message": "[ALSA] Fix possible invalid memory access in PCM core\n\nsnd_internval_list() may access invalid memory in the case count \u003d 0\nis given.  It shouldn\u0027t be passed, but it\u0027d better to make the code\na bit more robust.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "bc7320c5c8ddeb3b50c6a24013dab9ba74bce578",
      "tree": "d41259b7053c77739fd068e90287267c3411fad5",
      "parents": [
        "8fec560d9beb3957bf45ac93b1c0c616abd77a07"
      ],
      "author": {
        "name": "Liam Girdwood",
        "email": "lg@opensource.wolfsonmicro.com",
        "time": "Thu Feb 01 12:26:07 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:03:30 2007 +0100"
      },
      "message": "[ALSA] ASoC very minor coding style fix for snd_soc_new_pcms()\n\nThis very minor patch fixes the snd_soc_new_pcms() function to comply\nwith the kernel coding style.\n\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "8fec560d9beb3957bf45ac93b1c0c616abd77a07",
      "tree": "595d5d391dad07e89792969365f5953bc5e71629",
      "parents": [
        "3b6baa5a0b0a2877c18a76fa1f508cacdbc08edf"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Feb 01 11:50:56 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:03:29 2007 +0100"
      },
      "message": "[ALSA] usbaudio - Fix Oops with unconventional sample rates\n\nThe patch fixes the memory corruption by the support of unconventional\nsample rates.  Also, it avoids the too restrictive constraints if\nany of usb descriptions contain continuous rates.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "3b6baa5a0b0a2877c18a76fa1f508cacdbc08edf",
      "tree": "93d41b6ec1dfba7c2ffcb65185d6768a5497acc6",
      "parents": [
        "965ac42ce919db225ee64678f0be02f2fdf5b5e4"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Jan 31 14:34:38 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:03:28 2007 +0100"
      },
      "message": "[ALSA] Remove delayed work properly at free and suspend\n\nRemove delayed work properly at free and suspend in ac97 codec and\nak4114 drivers.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "965ac42ce919db225ee64678f0be02f2fdf5b5e4",
      "tree": "832436b24c8a02a879de8efc7869bbfe06de2018",
      "parents": [
        "beb60119bcc9cbd80bc5b4f7feec419e067d3e46"
      ],
      "author": {
        "name": "Liam Girdwood",
        "email": "lg@opensource.wolfsonmicro.com",
        "time": "Wed Jan 31 14:14:57 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:03:27 2007 +0100"
      },
      "message": "[ALSA] ASoC force running of delayed PM work at suspend() and remove()\n\nThis patch fixes a bug whereby the power management delayed work would\nnever be run at driver suspend() or module remove(). Delayed work would\nbe created (after audio had finished) with a long delay (~5 secs) and\nwas sometimes never queued before flush_scheduled_work() was being\ncalled at suspend or module remove. This caused the delayed work to\nqueued after the module had been removed or after resume.\nThis patch forces any delayed work to complete by cancelling it (timer\ncannot fire and add it to queue later), scheduling it for now and\nwaiting on it\u0027s completion.\nThis is something I probably would like to add to workqueue.c in the\nnext merge window, however it\u0027s here atm because it can oops.\n\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "beb60119bcc9cbd80bc5b4f7feec419e067d3e46",
      "tree": "06761bca06fb9e8166a002ef3e5bddd79e448d3f",
      "parents": [
        "4147dab62d1b4387c304888488e1f67a83ad53c8"
      ],
      "author": {
        "name": "Gregor Jasny",
        "email": "gjasny@web.de",
        "time": "Wed Jan 31 12:27:39 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:03:26 2007 +0100"
      },
      "message": "[ALSA] usbaudio - Fix Oops with broken usb descriptors\n\nThis is a patch for ALSA Bug #2724. Some webcams provide bogus\nsettings with no valid rates. With this patch those are skipped.\n\nSigned-off-by: Gregor Jasny \u003cgjasny@web.de\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    }
  ],
  "next": "4147dab62d1b4387c304888488e1f67a83ad53c8"
}
