)]}'
{
  "log": [
    {
      "commit": "93b25d0621560012ff60a95ae265823b3a5e811a",
      "tree": "00bdde3580ca767d816fe07bb76bf30fbfacf45f",
      "parents": [
        "1342f7e6c57f1ee04d27ee8c0c2f929f9803554a"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Apr 14 12:47:15 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:07 2005 +0100"
      },
      "message": "Useless includes of everything, the kitchen sink and version.h ...\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "4153812fc10ea91cb1a7b6ea4f4337dd211c1ef7",
      "tree": "d56a554c172635f2d9e2fff7b8f30f8daa84d5ac",
      "parents": [
        "b135c4815051bad6b2472e4ad0152f205918d2c5"
      ],
      "author": {
        "name": "Grant Coady",
        "email": "gcoady@gmail.com",
        "time": "Thu Sep 29 10:40:52 2005 +1000"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 15:36:59 2005 -0700"
      },
      "message": "[PATCH] pci_ids: macros: replace partial with whole symbols\n\npci_ids cleanup: replace symbols built by macros with whole symbols to\naid grep searches.\n\nSigned-off-by: Grant Coady \u003cgcoady@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n drivers/video/cirrusfb.c |   24 ++++++++++++------------\n sound/oss/ymfpci.c       |   17 +++++++++--------\n sound/pci/bt87x.c        |   11 +++++++----\n 3 files changed, 28 insertions(+), 24 deletions(-)\n"
    },
    {
      "commit": "84860bf0644d7c45afe7ddbd30731c3e3c371fae",
      "tree": "d6c4b98a9c3fd9981e7fcc5d7729c9e01e327767",
      "parents": [
        "8caf89157d64f1eedba37113afb4b303b2b3e301",
        "6fbfddcb52d8d9fa2cd209f5ac2a1c87497d55b5"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Oct 28 13:09:47 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Oct 28 13:09:47 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6\n"
    },
    {
      "commit": "6fbfddcb52d8d9fa2cd209f5ac2a1c87497d55b5",
      "tree": "c0414e89678fcef7ce3493e048d855bde781ae8d",
      "parents": [
        "1a222bca26ca691e83be1b08f5e96ae96d0d8cae",
        "27d1097d39509494706eaa2620ef3b1e780a3224"
      ],
      "author": {
        "name": "Greg KH",
        "email": "greg@press.(none)",
        "time": "Fri Oct 28 10:13:16 2005 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 10:13:16 2005 -0700"
      },
      "message": "Merge ../bleed-2.6\n"
    },
    {
      "commit": "8ed575904373d7aaab7f15a8db2edc317a44df43",
      "tree": "3b2e92a396a1bbec8e1fb499f25e8aed93ab5692",
      "parents": [
        "27d1097d39509494706eaa2620ef3b1e780a3224",
        "210cc679faf0e1cabda9fc5d1279644f5e52aecb"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Oct 28 10:08:46 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Oct 28 10:08:46 2005 -0700"
      },
      "message": "Merge branch \u0027forlinus\u0027 of git://parisc-linux.org/home/kyle/git/parisc-2.6\n"
    },
    {
      "commit": "9480e307cd88ef09ec9294c7d97ebec18e6d2221",
      "tree": "967e26d3a23c24dd52b114d672312c207714308c",
      "parents": [
        "a3a3395e487abc4c1371fe319a8ecbb3913a70a4"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@arm.linux.org.uk",
        "time": "Fri Oct 28 09:52:56 2005 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 09:52:56 2005 -0700"
      },
      "message": "[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks\n\nIn PM v1, all devices were called at SUSPEND_DISABLE level.  Then\nall devices were called at SUSPEND_SAVE_STATE level, and finally\nSUSPEND_POWER_DOWN level.  However, with PM v2, to maintain\ncompatibility for platform devices, I arranged for the PM v2\nsuspend/resume callbacks to call the old PM v1 suspend/resume\ncallbacks three times with each level in order so that existing\ndrivers continued to work.\n\nSince this is obsolete infrastructure which is no longer necessary,\nwe can remove it.  Here\u0027s an (untested) patch to do exactly that.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "5ebdcbc2fc4f192c5e685565c9c853a9e01a5eeb",
      "tree": "54adf58d59b5d95f5a0e68d27ebd88a8529564bb",
      "parents": [
        "34abf91f4036c01669e298e649b7ba85cadf82eb"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor_core@ameritech.net",
        "time": "Thu Sep 15 02:01:49 2005 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 09:52:54 2005 -0700"
      },
      "message": "[PATCH] Input: convert sound/ppc/beep to dynamic input_dev allocation\n\nInput: convert sound/ppc/beep to dynamic input_dev allocation\n\nThis is required for input_dev sysfs integration\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "53f4654272df7c51064825024340554b39c9efba",
      "tree": "e3e7b82a6bb0040ffbd267b250be2720704b98f2",
      "parents": [
        "51d172d5f3a193e4b8f76179b2e55d7a36b94117"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Oct 27 22:25:43 2005 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 09:52:52 2005 -0700"
      },
      "message": "[PATCH] Driver Core: fix up all callers of class_device_create()\n\nThe previous patch adding the ability to nest struct class_device\nchanged the paramaters to the call class_device_create().  This patch\nfixes up all in-kernel users of the function.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "83928e17b92b7a667bfe674f1b330619adc2ac88",
      "tree": "bdfc0fd037ad1380d75cefa0e47be24e344d977c",
      "parents": [
        "9be16a03928642f944915b8c05945fd87b7a15cb",
        "50f4c001bc1534db77663592496204ceba151e97"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Oct 28 09:24:22 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Oct 28 09:24:22 2005 -0700"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm\n\nMinor manual fixups for gfp_t clashes.\n"
    },
    {
      "commit": "210cc679faf0e1cabda9fc5d1279644f5e52aecb",
      "tree": "f0816c90ae937a159f8bfec6018a6271223b954a",
      "parents": [
        "e0f998930eb67c49f2862c58a45262ad0bc03eca",
        "260b23674fdb570f3235ce55892246bef1c24c2a"
      ],
      "author": {
        "name": "Kyle McMartin",
        "email": "kyle@parisc-linux.org",
        "time": "Fri Oct 28 12:18:07 2005 -0400"
      },
      "committer": {
        "name": "Kyle McMartin",
        "email": "kyle@parisc-linux.org",
        "time": "Fri Oct 28 12:18:07 2005 -0400"
      },
      "message": "Auto-update from upstream\n"
    },
    {
      "commit": "1ef64e670e3bc27e0c3c83810ca36e19924c35c6",
      "tree": "b024df98dcbe0bc28c967559da27a14254698887",
      "parents": [
        "87b750dc4b7109aa744e7d331dc93df3fe5c1c28"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Fri Oct 21 03:22:18 2005 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Oct 28 08:16:50 2005 -0700"
      },
      "message": "[PATCH] gfp_t: sound\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "55016f10e31bb15b85d8c500f979dfdceb37d548",
      "tree": "39bbbd7deb4a61e6c7d3ace28de8e069ffe407bc",
      "parents": [
        "970a9e73f9036ef89d46b8240f99463f6d244c1d"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Fri Oct 21 03:21:58 2005 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Oct 28 08:16:49 2005 -0700"
      },
      "message": "[PATCH] gfp_t: drivers/usb\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c6b8fdad144bbb915d124ffd95011ad55730bf9f",
      "tree": "060b83a573584c69f3fad1f5eec723ae1cbbca28",
      "parents": [
        "766529fa2c95e2006ad4c4485c4cde0912d21f12"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Fri Oct 28 14:05:16 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Oct 28 14:05:16 2005 +0100"
      },
      "message": "[ARM] 3/4: Remove asm/hardware.h from Versatile and Integrator io.h\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "e0f998930eb67c49f2862c58a45262ad0bc03eca",
      "tree": "d2bc6cbe11a00a05f96da01b1d4ac27adaabd546",
      "parents": [
        "6958ae318bb1af5e0b77968384700fb184fb8893",
        "7a4ed937aa44acdeb8c6ba671509dc7b54b09d3a"
      ],
      "author": {
        "name": "Kyle McMartin",
        "email": "kyle@parisc-linux.org",
        "time": "Wed Oct 26 23:28:40 2005 -0400"
      },
      "committer": {
        "name": "Kyle McMartin",
        "email": "kyle@parisc-linux.org",
        "time": "Wed Oct 26 23:28:40 2005 -0400"
      },
      "message": "Auto-update from upstream\n"
    },
    {
      "commit": "d5c5d8fe32a4b9b14363c6031061e98e26da59a2",
      "tree": "c458da42df40e2ea472cb24f129e3b2a9a1dc0d2",
      "parents": [
        "10ded9493ec4a566977ed68b65158eba280e61e5"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Oct 24 18:16:50 2005 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Oct 24 09:45:28 2005 -0700"
      },
      "message": "[PATCH] ALSA: Fix Oops of suspend/resume with generic drivers\n\nThe patch fixes Oops from sound drivers using generic platform device\nbut have no suspend/resume callbacks.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3a165680168758733b7a9f7fb835954fbe6b91a8",
      "tree": "634b8e305fd9de734f77ac224d404abd574b9d0a",
      "parents": [
        "5cd55b0edee7f979530c86b23728d461ddeb9f3f"
      ],
      "author": {
        "name": "Stuart Brady",
        "email": "sdb@parisc-linux.org",
        "time": "Fri Oct 21 22:42:38 2005 -0400"
      },
      "committer": {
        "name": "Kyle McMartin",
        "email": "kyle@parisc-linux.org",
        "time": "Fri Oct 21 22:42:38 2005 -0400"
      },
      "message": "[PARISC] Update harmony from parisc tree\n\no Added a control for the input source (which can be either\n  \"line\" or \"mic\")\n\no Mute the speaker/line-out/headphone outputs by default.\n\no Increased the buffer size from 10 pages to 16.\n\nSigned-off-by: Stuart Brady \u003csdb@parisc-linux.org\u003e\n\nALSA Harmony was resetting the capture position when\npreparing the capture substream, which it shouldn\u0027t do.\nThis should fix the problem.\n\nSigned-off-by: Stuart Brady \u003csdb@parisc-linux.org\u003e\n\nALSA Harmony should no longer play junk (left in the buffers\nfrom a previous stream) at the start of a new stream.\n\nImplement the monitor mixer channel for ALSA Harmony.\n\nAlso prevent snd_harmony_volume_get from returning negative values.\n\nSigned-off-by: Stuart Brady \u003csdb@parisc-linux.org\u003e\n\nUse the graveyard/silence buffers in ALSA Harmony.\n\nSigned-off-by: Stuart Brady \u003csdb@parisc-linux.org\u003e\n\nSigned-off-by: Kyle McMartin \u003ckyle@parisc-linux.org\u003e\n"
    },
    {
      "commit": "53f01bba49938f115237fe43a261c31ac13ae5c6",
      "tree": "df2a5fa9d95c7e69447ac0c89d6e149888c9bd1c",
      "parents": [
        "bdad1f836ab1ca2b18a625222f63f630cfd14e41"
      ],
      "author": {
        "name": "Matthew Wilcox",
        "email": "willy@parisc-linux.org",
        "time": "Fri Oct 21 22:36:40 2005 -0400"
      },
      "committer": {
        "name": "Kyle McMartin",
        "email": "kyle@parisc-linux.org",
        "time": "Fri Oct 21 22:36:40 2005 -0400"
      },
      "message": "[PARISC] Convert parisc_device to use struct resource for hpa\n\nConvert pa_dev-\u003ehpa from an unsigned long to a struct resource.\n\nSigned-off-by: Matthew Wilcox \u003cwilly@parisc-linux.org\u003e\n\nFix up users of -\u003ehpa to use -\u003ehpa.start instead.\n\nSigned-off-by: Matthew Wilcox \u003cwilly@parisc-linux.org\u003e\n\nSigned-off-by: Kyle McMartin \u003ckyle@parisc-linux.org\u003e\n"
    },
    {
      "commit": "dd0fc66fb33cd610bc1a5db8a5e232d34879b4d7",
      "tree": "51f96a9db96293b352e358f66032e1f4ff79fafb",
      "parents": [
        "3b0e77bd144203a507eb191f7117d2c5004ea1de"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Fri Oct 07 07:46:04 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Oct 08 15:00:57 2005 -0700"
      },
      "message": "[PATCH] gfp flags annotations - part 1\n\n - added typedef unsigned int __nocast gfp_t;\n\n - replaced __nocast uses for gfp flags with gfp_t - it gives exactly\n   the same warnings as far as sparse is concerned, doesn\u0027t change\n   generated code (from gcc point of view we replaced unsigned int with\n   typedef) and documents what\u0027s going on far better.\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a25f175c2f6962c38cdbacfc4b66b297f4fb54b2",
      "tree": "37e3688f74229d36e15db04d3992d80e2b401583",
      "parents": [
        "9c9565f709f28c12dadfe74b31f2c86ffd75f71e"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Wed Oct 05 13:23:19 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Oct 07 14:46:42 2005 +0200"
      },
      "message": "[ALSA] usb-audio: add MIDI quirk for Hercules DJ Console\n\nUSB generic driver\nAdd a quirk entry for the external MIDI ports of the\nWindows Edition of the Hercules DJ Console.\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\n"
    },
    {
      "commit": "9c9565f709f28c12dadfe74b31f2c86ffd75f71e",
      "tree": "008aaf8bba3be44ba62cc54f1ce722c2d4ea4c80",
      "parents": [
        "4d060fd16946d767ee903804c6769a26d7da7ab2"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Wed Oct 05 13:02:38 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Oct 07 14:46:40 2005 +0200"
      },
      "message": "[ALSA] usb-audio: add another ID for Hercules DJ Console\n\nUSB generic driver\nAdd a mixer quirk entry for the Hercules DJ Console (Windows Edition)\nthat uses a different USB product ID.\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\n"
    },
    {
      "commit": "4d060fd16946d767ee903804c6769a26d7da7ab2",
      "tree": "65fc5470b998155a63552dea8c95476a8f2fd7d4",
      "parents": [
        "b150869369adafb7cc0cf65ea500f9f3c4bbf857"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Oct 04 13:50:44 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Oct 07 14:46:36 2005 +0200"
      },
      "message": "[ALSA] ali5451 - Don\u0027t build non-existing modem PCM\n\nALI5451 driver\nDon\u0027t build the modem PCM if the corresponding codec isn\u0027t detected.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "b150869369adafb7cc0cf65ea500f9f3c4bbf857",
      "tree": "84ec5cce59978d59cacc5860008a7a7997551f69",
      "parents": [
        "315e3bd717068624ce888f3d045a168acefc6ce8"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Oct 04 13:49:32 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Oct 07 14:46:34 2005 +0200"
      },
      "message": "[ALSA] emu10k1 - Fix handling of ac97_chip\u003d2\n\nEMU10K1/EMU10K2 driver\nFixed the handling of ac97_chip\u003d2 capability type.\nThe error occurs in snd_ac97_mixer(), not in snd_ac97_bus().\nAlso, release the unnecessary ac97_bus object in the error path.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "315e3bd717068624ce888f3d045a168acefc6ce8",
      "tree": "4da7b4d73f304b404e30c9357a8bdbfaab70c17f",
      "parents": [
        "f12aa40c9d76af5add413731d30565327219c41f"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Tue Oct 04 08:42:10 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Oct 07 14:46:33 2005 +0200"
      },
      "message": "[ALSA] korg1212: fix typo\n\nKORG1212 driver\nAdd a missing comma that made the stateName array one entry too short.\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\n"
    },
    {
      "commit": "f12aa40c9d76af5add413731d30565327219c41f",
      "tree": "2ab066543d5b549427f2e1a355096168705aeb57",
      "parents": [
        "c66186e1c966e7e115a86af55597c05c5512014b"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Sep 30 16:56:59 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Oct 07 14:46:26 2005 +0200"
      },
      "message": "[ALSA] emu10k1 - Fix loading of SBLive Game board\n\nEMU10K1/EMU10K2 driver\nFixed the error at loading SBLive Game board (and possible other models).\nThe PCI SSIDs of this board conflicts with SB Live 5.1 Platinum, which has\nno AC97 chip.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "c66186e1c966e7e115a86af55597c05c5512014b",
      "tree": "176778d1363cb4efe9857c1be679baedbd40a242",
      "parents": [
        "35451088f445955fe460a38b25b97c263ff35033"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Sep 29 13:49:44 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Oct 07 14:46:25 2005 +0200"
      },
      "message": "[ALSA] via82xx - dxs_support entry for an ASUS mobo\n\nVIA82xx driver\nAddded a dxs_support entry for an ASUS mobo.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "35451088f445955fe460a38b25b97c263ff35033",
      "tree": "840b5e1f54f0700141e649f8a6421272cb43d256",
      "parents": [
        "92447f3f1a1c1af418eb1dfee85a7685d9b9a3ef"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Sep 29 13:25:14 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Oct 07 14:46:24 2005 +0200"
      },
      "message": "[ALSA] Fix confliction of capture controls on ALC880 test model\n\nHDA Codec driver\nFixed the confliction of capture controls on ALC880 \u0027test\u0027 model.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "92447f3f1a1c1af418eb1dfee85a7685d9b9a3ef",
      "tree": "0d011d28a204366c8cf788edbbc98490d10e30df",
      "parents": [
        "1c1fa8b69e6d538bcc1e58791938b31a2354ee65"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Thu Sep 29 13:20:45 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Oct 07 14:46:19 2005 +0200"
      },
      "message": "[ALSA] fix HD audio ALC882 lfe (un)mute\n\nHDA Codec driver\nMark the ALC882 \u0027LFE Playback Switch\u0027 as an input, like the other\nplayback switch settings.\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "1c1fa8b69e6d538bcc1e58791938b31a2354ee65",
      "tree": "a048c8291133eb4fabef1acbe45dcd7115d736dd",
      "parents": [
        "a7175aab3f5cffe3c79575e56dfcfe87a41a74c7"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Thu Sep 29 13:18:41 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Oct 07 14:46:18 2005 +0200"
      },
      "message": "[ALSA] fix alc880_test_mixer typo\n\nHDA Codec driver\nFix a typo (cut \u0026 paste) in the alc880_test_mixer structure.\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "a7175aab3f5cffe3c79575e56dfcfe87a41a74c7",
      "tree": "3445005349b56d6991150a13404db4c8875fabc5",
      "parents": [
        "d31cbbfd80a84696847913b7486a998481038663"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Thu Sep 29 13:13:38 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Oct 07 14:46:12 2005 +0200"
      },
      "message": "[ALSA] fix HD audio ALC260 mono (un)mute\n\nHDA Codec driver\nThe ALC260 \u0027Mono Playback Switch\u0027 is marked as an output in\npatch_realtek.c. It actually does not work unless it is marked as an\ninput. Go figure... This was tested and confirmed on an HP xw4300.\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "d31cbbfd80a84696847913b7486a998481038663",
      "tree": "8c53ab39ead2298a0aef4e822232b53b9fafa810",
      "parents": [
        "31ab9523ed3773d5de7c07b3b6c4c00ddb06045e"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Mon Sep 26 09:59:57 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Oct 07 14:46:11 2005 +0200"
      },
      "message": "[ALSA] usb-audio: increase max buffer size\n\nUSB generic driver\nIncrease the maximum PCM buffer size to 1 MB.  The USB driver doesn\u0027t\nhave any inherent buffer size limit, and big multichannel interfaces\nmay benefit from this.\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\n"
    },
    {
      "commit": "31ab9523ed3773d5de7c07b3b6c4c00ddb06045e",
      "tree": "9333cb0b5700b2c0df1456756efe04a9ace0fbed",
      "parents": [
        "f542fda8f8cd0cc0e4bffef42b27c7dc59cd07d3"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Mon Sep 26 08:55:01 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Oct 07 14:46:06 2005 +0200"
      },
      "message": "[ALSA] usb-audio: add another ID for the TerraTec PHASE26\n\nUSB generic driver\nThere is another revision of the PHASE26 with a different product ID;\nadd a quirk entry for that, too.\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\n"
    },
    {
      "commit": "f542fda8f8cd0cc0e4bffef42b27c7dc59cd07d3",
      "tree": "4b386565c671d907d8abd8b5572b061373f7a863",
      "parents": [
        "1e8bdcaf82268ac713cbbaffc14801147be42ae7"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Tue Sep 20 09:06:36 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Oct 07 14:46:03 2005 +0200"
      },
      "message": "[ALSA] usb-audio: add more Yamaha USB MIDI devices\n\nUSB generic driver\nAdd quirk entries for four unknown Yamaha USB MIDI devices.\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\n"
    },
    {
      "commit": "1e8bdcaf82268ac713cbbaffc14801147be42ae7",
      "tree": "87177d8d9d28dac71b25b4e221f2d949d2c55307",
      "parents": [
        "5a2a68f5a1dab785d60a4575f48af5b15ab6328d"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Sep 19 15:21:17 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Oct 07 14:45:54 2005 +0200"
      },
      "message": "[ALSA] Add iBook 1.33GHz support\n\nPPC PMAC driver\nAdded the support of iBook 1.33GHz.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "5a2a68f5a1dab785d60a4575f48af5b15ab6328d",
      "tree": "ab8c6aa5753e7f2f54f7c4fef77458d377e0c10b",
      "parents": [
        "db99055f8d8eb54d9da55293a11b82e9d53ca80d"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Mon Sep 19 12:24:00 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Oct 07 14:45:49 2005 +0200"
      },
      "message": "[ALSA] usb-audio: add Roland RD-700SX support\n\nUSB generic driver\nAdd a quirk entry for the Roland RD-700SX.\nThis should work for the RD-300SX, too.\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\n"
    },
    {
      "commit": "db99055f8d8eb54d9da55293a11b82e9d53ca80d",
      "tree": "81fe0775ec54af1e3bd0c18b9396a580c6801aac",
      "parents": [
        "90b66e833261618e11d71a35f2488a7d664a4566"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Sep 16 19:07:52 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Oct 07 14:45:48 2005 +0200"
      },
      "message": "[ALSA] via82xx - Add a dxs whitelist entry\n\nVIA82xx driver\nAdded a dxs whitelist entry for an ECS mobo.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "90b66e833261618e11d71a35f2488a7d664a4566",
      "tree": "2ea73440bbba650eb14e2943e2b0b1b68bc94ea3",
      "parents": [
        "72e75de2df9a7116d0afbcd5810b2a8fd4bf7559"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Fri Sep 16 18:50:53 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Oct 07 14:45:46 2005 +0200"
      },
      "message": "[ALSA] clean suspend/resume calls for ac97_bus_type\n\nAC97 Codec\nA single call to the driver suspend/resume method for each device is\nenough. The level and SUSPEND_*/RESUME_* arguments are deprecated and\nsaid to be removed eventually anyway (no other subsystem are using them\nanymore except platform devices).\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "72e75de2df9a7116d0afbcd5810b2a8fd4bf7559",
      "tree": "5e5039a81f91ca1b34688ea9c0f05bdf729e34f8",
      "parents": [
        "3a91e95969b84a56c7fef15ba25a5f6a17dd94b2"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Fri Sep 16 18:49:22 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Oct 07 14:45:44 2005 +0200"
      },
      "message": "[ALSA] remove redundent assignment to the ac97 device structure\n\nAC97 Codec\nDon\u0027t use dev.platform_data to store a reference to the containing\nac97_t structure.  Such assignment is redundent since we can deduce the\nac97_t structure location from the contained device structure.  This\nsets platform_data free for other purposes.\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "3a91e95969b84a56c7fef15ba25a5f6a17dd94b2",
      "tree": "d0e7b135b58ff641630fbe64d05a990638f0a92a",
      "parents": [
        "460dc98afc6db255344a06c8da1196e2a2744758"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Fri Sep 16 18:46:36 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Oct 07 14:45:35 2005 +0200"
      },
      "message": "[ALSA] remove bogus match method for ac97_bus\n\nAC97 Codec\nThe bus_id is initialized with a generic identifier string which is not\nreally useful for proper driver matching.  Let the driver decide what it\nneeds via its probe method instead.\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "460dc98afc6db255344a06c8da1196e2a2744758",
      "tree": "0b286dda348480aa563d2160462260d73028317a",
      "parents": [
        "1dcee12591320d79e4fc5bcdc4aa8a2522b7afdb"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Fri Sep 16 16:56:01 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Oct 07 14:45:33 2005 +0200"
      },
      "message": "[ALSA] usb-audio: ignore Hercules DJ Console mixer errors\n\nUSB generic driver\nAdd a quirk entry for the Hercules DJ Console to ignore timeouts on\nsome mixer control transfers.\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\n"
    },
    {
      "commit": "1dcee12591320d79e4fc5bcdc4aa8a2522b7afdb",
      "tree": "e10e3b6fd78df73a5ba15f0098f6d35e922a97f3",
      "parents": [
        "e8dede5a136bd7ef36d1779ea173cfd504dff0cb"
      ],
      "author": {
        "name": "Dirk Opfer",
        "email": "Dirk@Opfer-Online.de",
        "time": "Wed Sep 14 20:52:25 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Oct 07 14:45:32 2005 +0200"
      },
      "message": "[ALSA] Fix pm_message_t in PXA2XX-AC97 driver\n\nARM PXA2XX driver\nFix pm_message_t in PXA2XX-AC97 driver.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "e8dede5a136bd7ef36d1779ea173cfd504dff0cb",
      "tree": "68886a9a3f7b787a3cdeec2360981bafc711556f",
      "parents": [
        "84802f0df3425ae0f9987af0d35ea19910479ec0"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Sep 13 11:28:53 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Oct 07 14:45:30 2005 +0200"
      },
      "message": "[ALSA] hda-intel - Disable DMA position auto-correction\n\nHDA Intel driver\nDisable the auto-correction of DMA position temporarily.\nIt doesn\u0027t work as expected yet...\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "84802f0df3425ae0f9987af0d35ea19910479ec0",
      "tree": "e9d16abddbd49055f1b8273491585f565a34d948",
      "parents": [
        "27bcaa693c866b9bccf94ee5b60eaf705e90c341"
      ],
      "author": {
        "name": "Sasha Khapyorsky",
        "email": "sashak@smlink.com",
        "time": "Tue Sep 13 11:25:54 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Oct 07 14:45:29 2005 +0200"
      },
      "message": "[ALSA] hda-codec - \u0027empty\u0027 generic mfg-only codec\n\nHDA generic driver\nThis creates \u0027empty\u0027 hda generic for unknown MFG-only codecs.\n\nSigned-off-by: Sasha Khapyorsky \u003csashak@smlink.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "27bcaa693c866b9bccf94ee5b60eaf705e90c341",
      "tree": "67359aed14cadc6e740eeda468fbed5aeee2cda2",
      "parents": [
        "0444e2aca9ac89f571f0bb7781d12818719e4baf"
      ],
      "author": {
        "name": "Sasha Khapyorsky",
        "email": "sashak@smlink.com",
        "time": "Tue Sep 13 11:23:13 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Oct 07 14:45:27 2005 +0200"
      },
      "message": "[ALSA] no templated index for si3036 modem controls\n\nAC97 Codec\nNo index is templated for si3036 modem controls.\n\nSigned-off-by: Sasha Khapyorsky \u003csashak@smlink.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "0444e2aca9ac89f571f0bb7781d12818719e4baf",
      "tree": "a9c6e8f9cdf8ed3b44b20bdeb5daa0ddd1cd05af",
      "parents": [
        "06f619ccb3319759c2acf91c7ca02b6b1d9ed343"
      ],
      "author": {
        "name": "Sasha Khapyorsky",
        "email": "sashak@smlink.com",
        "time": "Tue Sep 13 11:21:30 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Oct 07 14:45:25 2005 +0200"
      },
      "message": "[ALSA] no templated index for mc97 controls\n\nAC97 Codec\nNo index is templated for mdoem controls.\n\nSigned-off-by: Sasha Khapyorsky \u003csashak@smlink.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "06f619ccb3319759c2acf91c7ca02b6b1d9ed343",
      "tree": "8064ad428d9debd8c206fc493713c82965d02fc0",
      "parents": [
        "829841146878e082613a49581ae252c071057c23"
      ],
      "author": {
        "name": "Daniel Ritz",
        "email": "daniel.ritz@gmx.ch",
        "time": "Mon Sep 12 11:47:04 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Oct 07 14:45:17 2005 +0200"
      },
      "message": "[ALSA] snd_opl3sa2: add missing pnp_unregister_driver() calls\n\nOPL3SA2 driver\n\nSigned-off-by: Daniel Ritz \u003cdaniel.ritz@gmx.ch\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "f65d9bea8692d7343e4636763f291408f025834f",
      "tree": "426b4f07df2c92abc5d6788bf145ebc4c42e19fc",
      "parents": [
        "288a60cf4d7cc35f84f46cd8ffd0b34f9d8e7346"
      ],
      "author": {
        "name": "Clemens Buchacher",
        "email": "drizzd@aon.at",
        "time": "Thu Sep 22 21:44:24 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Sep 22 22:17:37 2005 -0700"
      },
      "message": "[PATCH] oss: don\u0027t concatenate __FUNCTION__ with strings\n\nIt\u0027s deprecated. Use \"%s\", __FUNCTION__ instead.\n\nSigned-off-by: Clemens Buchacher \u003cdrizzd@aon.at\u003e\nSigned-off-by: Maximilian Attems \u003cjanitor@sternwelten.at\u003e\nSigned-off-by: Domen Puncer \u003cdomen@coderock.org\u003e\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "98b4f5929ce5e616d0d0e13c71baf50083ab7397",
      "tree": "f7a903755d1f2744e1d8736a48d680adae6ffc41",
      "parents": [
        "e3fc4cc17ac4dbadab0ba0d5c8233d3b18170d4a"
      ],
      "author": {
        "name": "Chuck Ebbert",
        "email": "76306.1226@compuserve.com",
        "time": "Thu Sep 22 21:44:08 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Sep 22 22:17:35 2005 -0700"
      },
      "message": "[PATCH] atiixp_modem printk fixes\n\nCorrectly identify atiixp_modem in its error messages.\n\nSigned-off-by: Chuck Ebbert \u003c76306.1226@compuserve.com\u003e\nCc: Vojtech Pavlik \u003cvojtech@suse.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a131430c200f6bda313bf5d0a8e238c41afdfe0a",
      "tree": "c156cf5e4b65af0ad7bd2f5828e7697884a3c358",
      "parents": [
        "1a3e64aa480101d11d8cac94ca57fd8bbe2536b7"
      ],
      "author": {
        "name": "Christopher Zimmermann",
        "email": "madroach@zakweb.de",
        "time": "Wed Sep 21 00:41:22 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Sep 21 00:41:22 2005 -0700"
      },
      "message": "[SPARC] cs4231: Fix SBUS support in this driver.\n\nFrom: Christopher Zimmermann \u003cmadroach@zakweb.de\u003e\n\nThis patch enables SBus support for the cs4231 sound driver.\nIt is tested on an Ultra2. Capture and playback both work.\nI experienced lags and crashes using certain threaded\nplayers like ogg123 and mp3blaster, while the former is\nlagging far more. This behavior may be specific to SMP\nsystems. It is reproducable using the dummy sound card\ndriver. Sox works flawlessly.\n\nSetting up the calculation of ptr in snd_cs4231_playback_pointer \nwas a bit strange. I got it to work by not incrementing the\n[pc]_periods_sent counter when starting DMA the first time\nin cs4231_dma_trigger. Therefore this dummy thing.\n\n[ I did some minor cleanups -DaveM ]\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "e36d394deb1b59d004ab057e0b5c505ffc5d8c0a",
      "tree": "d9b629c896bc8ba3875baf92000d15137b8dbf4a",
      "parents": [
        "1f87b1e6e6050c0afe8b4afc279121f99043dc54"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Fri Sep 16 19:27:53 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Sep 17 11:50:00 2005 -0700"
      },
      "message": "[PATCH] Fix up some pm_message_t types\n\nFix up some pm_message_t types\n\nSigned-Off-By: Richard Purdie \u003crpurdie@rpsys.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8b7fc4214b550fafe595330e28d7c2c72b8b62f6",
      "tree": "adbe6316875456f889b3e155443d83d2c4ea0e92",
      "parents": [
        "0ed8e048c9e11e69ec951f94066105e80cdc59fd"
      ],
      "author": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Wed Sep 14 14:19:17 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 14 14:34:17 2005 -0700"
      },
      "message": "[PATCH] add PCI IDs so RME32 and RME96 drivers build\n\nWhile doing an allyesconfig build, I noticed that the commit\n\n    commit 8cdfd2519c6c9a1e6057dc5970b2542b35895738\n    Author: Takashi Iwai \u003ctiwai@suse.de\u003e\n    Date:   Wed Sep 7 14:08:11 2005 +0200\n\n        [ALSA] Remove superfluous PCI ID definitions\n\nbroke the RME32 and RME96 drivers, since the PCI IDs they use seem to have\nchanged names.  Here\u0027s a patch to fix this -- compile tested only, since I\nhave no idea what the hardware even is.\n\nFix the build of the RME32 and RME96 drivers by having them use the\nPCI_DEVICE_ID_RME_xxx names defined in \u003clinux/pci_ids.h\u003e instead of the\nPCI_DEVICE_ID_xxx names that they used to define themselves.\n\nAlso fix the typo in the id PCI_DEVICE_IDRME__DIGI96_8_PAD_OR_PST so the\nname is PCI_DEVICE_ID_RME_DIGI96_8_PAD_OR_PST.\n\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\nAcked-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3bcd4649bca99ee9242f20d7da35e3f8741c6549",
      "tree": "97af30d0d746e351db0f69c571f7307911c11c7c",
      "parents": [
        "4338829e09db2d320a00b4e0ed0bcc49859d73cc"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Mon Sep 12 08:20:54 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 11:12:34 2005 +0200"
      },
      "message": "[ALSA] set owner field in struct pci_driver\n\nAD1889 driver,ALS4000 driver,ATIIXP driver,ATIIXP-modem driver\nAZT3328 driver,BT87x driver,CMIPCI driver,CS4281 driver\nENS1370/1+ driver,ES1938 driver,ES1968 driver,FM801 driver\nIntel8x0 driver,Intel8x0-modem driver,Maestro3 driver,RME32 driver\nRME96 driver,SonicVibes driver,VIA82xx driver,VIA82xx-modem driver\nALI5451 driver,au88x0 driver,CS46xx driver,EMU10K1/EMU10K2 driver\nHDA Intel driver,ICE1712 driver,ICE1724 driver,KORG1212 driver\nMIXART driver,NM256 driver,RME HDSP driver,RME9652 driver\nTrident driver,Digigram VX222 driver,YMFPCI driver\nSet the module owner field in each driver\u0027s struct pci_driver to get\nthe driver symlink in the sysfs device directory.\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\n"
    },
    {
      "commit": "4338829e09db2d320a00b4e0ed0bcc49859d73cc",
      "tree": "2e312913429ae7519c4fd32608caf734eac3cfa8",
      "parents": [
        "afe0f1f6688f4c4c9235873121548e76dedd8ef8"
      ],
      "author": {
        "name": "Martin Habets",
        "email": "errandir_news@mph.eclipse.co.uk",
        "time": "Sat Sep 10 15:39:00 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:48:38 2005 +0200"
      },
      "message": "[ALSA] Several fixes for the Sun DBRI driver\n\nSPARC DBRI driver\nThis patch contains the following fixes to the Alsa DBRI driver:\n\n- Remove 2.6.13 build warning on the prom_getproperty() call.\n\n- Rework command synchronization: send a sequence number with D_WAIT,\n  and check it in the completion interrupt.\n  Move synchronization delays from _cmdsend() to _cmdlock() allowing the\n  CPU to do other usefull things while the DBRI is processing the\n  commands.\n\n- Fix first argument of printk() calls.\n\n- Enable burst transfers for DBRI. Original 2.4 patch from Krzysztof\n  Helt\n\n- Make dbri_debug module parameter writable from sysfs. Remove obsolete\n  write access to the /proc debug file.\n\n- Replace udelay() with msleep_interruptible() where possible.\n\n- Update documentation comments.\n\nSigned-off-by: Martin Habets \u003cerrandir_news@mph.eclipse.co.uk\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "afe0f1f6688f4c4c9235873121548e76dedd8ef8",
      "tree": "b885c7a937061624c7f7e34444122b96cced5c16",
      "parents": [
        "1b44c28dc180f4d0ea109e1fe4339b3403c2d530"
      ],
      "author": {
        "name": "James Courtier-Dutton",
        "email": "James@superbug.co.uk",
        "time": "Sat Sep 10 10:24:10 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:48:32 2005 +0200"
      },
      "message": "[ALSA] snd-emu10k1: ALSA bug#1297: Fix a error recognising the SB Live Platinum.\n\nEMU10K1/EMU10K2 driver\nThe card does not have an AC97 chip.\n.subsystem \u003d 0x80611102\n\nSigned-off-by: James Courtier-Dutton \u003cJames@superbug.co.uk\u003e\n"
    },
    {
      "commit": "561b220a4dece18d67177413e6fa21b49aa4acce",
      "tree": "57318610d0b3f97c6193860d7f76dfdb7f743d12",
      "parents": [
        "e560d8d8368ad8b6161839984b253de622863265"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Sep 09 14:22:34 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:48:22 2005 +0200"
      },
      "message": "[ALSA] Replace with kzalloc() - others\n\nDocumentation,SA11xx UDA1341 driver,Generic drivers,MPU401 UART,OPL3\nOPL4,Digigram VX core,I2C cs8427,I2C lib core,I2C tea6330t,L3 drivers\nAK4114 receiver,AK4117 receiver,PDAudioCF driver,PPC PMAC driver\nSPARC AMD7930 driver,SPARC cs4231 driver,Synth,Common EMU synth\nUSB generic driver,USB USX2Y\nReplace kcalloc(1,..) with kzalloc().\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "e560d8d8368ad8b6161839984b253de622863265",
      "tree": "983e5932adb9da5c0d1d080b11ce7b60049e556f",
      "parents": [
        "9e76a76efc43d604a20bf0c5564caaf028a24d2e"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Sep 09 14:21:46 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:48:16 2005 +0200"
      },
      "message": "[ALSA] Replace with kzalloc() - pci stuff\n\nAD1889 driver,ATIIXP driver,ATIIXP-modem driver,AZT3328 driver\nBT87x driver,CMIPCI driver,CS4281 driver,ENS1370/1+ driver\nES1938 driver,ES1968 driver,FM801 driver,Intel8x0 driver\nIntel8x0-modem driver,Maestro3 driver,SonicVibes driver,VIA82xx driver\nVIA82xx-modem driver,AC97 Codec,AK4531 codec,au88x0 driver\nCA0106 driver,CS46xx driver,EMU10K1/EMU10K2 driver,HDA Codec driver\nHDA generic driver,HDA Intel driver,ICE1712 driver,ICE1724 driver\nKORG1212 driver,MIXART driver,NM256 driver,Trident driver,YMFPCI driver\nReplace kcalloc(1,..) with kzalloc().\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "9e76a76efc43d604a20bf0c5564caaf028a24d2e",
      "tree": "92b186afb7a8a800482dfb2d7e093b2d4da3b80d",
      "parents": [
        "ecca82b4b447f8df73c807a018dac3e2863912d9"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Sep 09 14:21:17 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:48:09 2005 +0200"
      },
      "message": "[ALSA] Replace with kzalloc() - isa stuff\n\nES18xx driver,OPL3SA2 driver,AD1816A driver,AD1848 driver,CS4231 driver\nES1688 driver,GUS Library,Opti9xx drivers,EMU8000 driver\nSB16/AWE driver,SB drivers\nReplace kcalloc(1,..) with kzalloc().\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "ecca82b4b447f8df73c807a018dac3e2863912d9",
      "tree": "473018d17b1616e6b74d1924f046866214c38c96",
      "parents": [
        "ca2c0966562cfbf9273167a5b60e8fddc24078d6"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Sep 09 14:20:49 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:48:06 2005 +0200"
      },
      "message": "[ALSA] Replace with kzalloc() - seq stuff\n\nALSA sequencer,Instrument layer,ALSA\u003c-OSS sequencer\nReplace kcalloc(1,..) with kzalloc().\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "ca2c0966562cfbf9273167a5b60e8fddc24078d6",
      "tree": "0292047f4cd0a24e1b24914081ebe890bb535877",
      "parents": [
        "8648811f1db85eeacb821591ef11a2c229c29aa0"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Sep 09 14:20:23 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:47:59 2005 +0200"
      },
      "message": "[ALSA] Replace with kzalloc() - core stuff\n\nControl Midlevel,ALSA Core,HWDEP Midlevel,PCM Midlevel,RawMidi Midlevel\nTimer Midlevel,ALSA\u003c-OSS emulation\nReplace kcalloc(1,..) with kzalloc().\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "8648811f1db85eeacb821591ef11a2c229c29aa0",
      "tree": "8e2f362dae007df568f07dff5a93e174947ed95b",
      "parents": [
        "a06147d22865e9becb2918baec59d618fb09d896"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Sep 09 13:56:32 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:47:54 2005 +0200"
      },
      "message": "[ALSA] hda-codec - Added ASUS A6\n\nHDA Codec driver\nAdded ASUS A6 support for ALC880 codec.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "a06147d22865e9becb2918baec59d618fb09d896",
      "tree": "8bcfdd6f6a4b2e57955e670828e1540f49a5aa0e",
      "parents": [
        "10f69f9e42833b82288882d10901dc86adc3e473"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Sep 08 19:54:17 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:47:47 2005 +0200"
      },
      "message": "[ALSA] intel8x0 - Add buggy_semaphore option\n\nDocumentation,Intel8x0 driver\nAdded buggy_semaphore module option to snd-intel8x0 driver\nfor a workaround for hardwards with buggy codec semaphores.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "10f69f9e42833b82288882d10901dc86adc3e473",
      "tree": "ed2767c07158e36cf2eba4127a9d986428b2e89a",
      "parents": [
        "f328385309f310626751c54f694641459e2d4582"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Sep 08 13:48:34 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:47:37 2005 +0200"
      },
      "message": "[ALSA] pcm-oss - Add bugg-yptr option\n\nDocumentation,ALSA\u003c-OSS emulation\nAdded \u0027buggy-ptr\u0027 proc option to switch the behavior of GETOPTR ioctl.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "f328385309f310626751c54f694641459e2d4582",
      "tree": "3bc59eab971a8cc1cf6c58efc7daebcbb73d4273",
      "parents": [
        "a28f1cda0d01f6f98e3bef6a07c483a90f6a35d6"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Sep 07 17:08:40 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:47:34 2005 +0200"
      },
      "message": "[ALSA] powermac - Add AUTO_DRC config\n\nPPC,PPC Tumbler driver\nAdded AUTO_DRC kernel config to enable/disable the auto-DRC-toggle\nfeature on tumbler/snapper.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "a28f1cda0d01f6f98e3bef6a07c483a90f6a35d6",
      "tree": "7452dd3273006cb93ef4148ed752d14f04e763c6",
      "parents": [
        "0dd119f703d50759f0835f342e385f82cbf8b89e"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Sep 07 15:26:56 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:47:18 2005 +0200"
      },
      "message": "[ALSA] hda-intel - Fix modem PCM creation\n\nHDA Intel driver\nFix a bug of modem PCM creation (due to a typo).\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "0dd119f703d50759f0835f342e385f82cbf8b89e",
      "tree": "d2b5805f5ae93b44cab1603b9e80fbf163048d8f",
      "parents": [
        "8cdfd2519c6c9a1e6057dc5970b2542b35895738"
      ],
      "author": {
        "name": "Jiri Slaby",
        "email": "xslaby@fi.muni.cz",
        "time": "Wed Sep 07 14:28:33 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:47:08 2005 +0200"
      },
      "message": "[ALSA] pci_find_device remove\n\nMemalloc module,CS46xx driver,VIA82xx driver,ALI5451 driver\nau88x0 driver\nReplace pci_find_device() with pci_get_device() and pci_dev_put().\n\nSigned-off-by: Jiri Slaby \u003cxslaby@fi.muni.cz\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "8cdfd2519c6c9a1e6057dc5970b2542b35895738",
      "tree": "2e3a0d4c7f53cec5ddd3bab4594859bee75d7487",
      "parents": [
        "df8db936e5e829ab3ff66346dbdf4033fa3ce588"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Sep 07 14:08:11 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:47:02 2005 +0200"
      },
      "message": "[ALSA] Remove superfluous PCI ID definitions\n\nCS46xx driver,EMU10K1/EMU10K2 driver,PCM Midlevel,Trident driver\nYMFPCI driver,BT87x driver,CMIPCI driver,CS4281 driver\nENS1370/1+ driver,ES1938 driver,ES1968 driver,Intel8x0 driver\nIntel8x0-modem driver,Maestro3 driver,RME32 driver,RME96 driver\nSonicVibes driver,VIA82xx driver,ALI5451 driver,ICE1712 driver\nICE1724 driver,NM256 driver,RME HDSP driver,RME9652 driver\nRemove superfluous PCI ID definitions.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "df8db936e5e829ab3ff66346dbdf4033fa3ce588",
      "tree": "cf38295da0ccd58258ec572b3f8075022d3f0596",
      "parents": [
        "ec9e1c5c9c7350cc8214f8b9c529f9678036d9a8"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Sep 07 13:38:19 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:42:22 2005 +0200"
      },
      "message": "[ALSA] Fix DocBook warnings\n\nPCM Midlevel,RawMidi Midlevel\nFix DocBook warnings.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "ec9e1c5c9c7350cc8214f8b9c529f9678036d9a8",
      "tree": "e21fe7f19a95aeaa98069713fabeddf9ad0369f5",
      "parents": [
        "821690cdc82e4090ef6f91947f76a231fad5cbb1"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Sep 07 13:29:22 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:42:17 2005 +0200"
      },
      "message": "[ALSA] hda-codec - Assign audio PCMS first\n\nHDA Codec driver,HDA Intel driver,HDA generic driver\nAssign audio PCMs first before modem PCMs.\nThe modem stream is assigned up to device #6, to be consistent over\ndifferent models.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "821690cdc82e4090ef6f91947f76a231fad5cbb1",
      "tree": "302b9b52cd26fa36db209b7510fc5dfd70e64c2a",
      "parents": [
        "a4f508b27c6b32d15c923b119b3e90a2d6a9500f"
      ],
      "author": {
        "name": "Vincent Pelletier",
        "email": "subdino2004@yahoo.fr",
        "time": "Wed Sep 07 13:28:14 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:42:12 2005 +0200"
      },
      "message": "[ALSA] Correct detection of iBook G4 1420Mhz soundcard\n\nPPC PMAC driver\nHere is a patch to correct detection of the soundcard on my iBook model\n(bought really recently).\nWithout that fix, there were only andui in the headphone, and the mixer\nwas totaly non functional.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "a4f508b27c6b32d15c923b119b3e90a2d6a9500f",
      "tree": "00a153e854bb2d01ba287917132a465b090d8ca8",
      "parents": [
        "43bcd973d6d05d16b876e09dcc49a09d3e48e88d"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Tue Sep 06 08:00:19 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:42:05 2005 +0200"
      },
      "message": "[ALSA] rtctimer: add option to make RTC timer the default sequencer timer\n\nALSA Core,ALSA sequencer\nAdd an option to make the RTC timer the default sequencer timer.  This\nbecomes necessary for precise MIDI timing when the system timer runs at\nless than 1000 Hz.\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\n"
    },
    {
      "commit": "43bcd973d6d05d16b876e09dcc49a09d3e48e88d",
      "tree": "8c8493b66c417402f6188051c57e55099bbd156d",
      "parents": [
        "16dab54b8cbac39bd3f639db5d7d0fd8300a6cb0"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Sep 05 17:19:20 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:42:01 2005 +0200"
      },
      "message": "[ALSA] Add snd_card_set_generic_dev() call to ISA drivers\n\nISA,CMI8330 driver,ES18xx driver,OPL3SA2 driver,Sound Galaxy driver\nSound Scape driver,AD1848 driver,CS4231 driver,CS4236+ driver\nES1688 driver,GUS Classic driver,GUS Extreme driver,GUS MAX driver\nAMD InterWave driver,Opti9xx drivers,SB16/AWE driver,SB8 driver\nWavefront drivers\n- Added snd_card_set_generic_dev() call.\n- Added SND_GENERIC_DRIVER to Kconfig.\n- Clean up the error path in probe if necessary.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "16dab54b8cbac39bd3f639db5d7d0fd8300a6cb0",
      "tree": "a7e9f4561bb4df38222c2ef5a48d111f52cc5dd3",
      "parents": [
        "ecbcfe36fa882e9f8f2be63ac0c42978336bf997"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Sep 05 17:17:58 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:41:56 2005 +0200"
      },
      "message": "[ALSA] Add snd_card_set_generic_dev() call\n\nARM,SA11xx UDA1341 driver,Generic drivers,MPU401 UART,MIPS\nMIPS AU1x00 driver,PPC,PPC PowerMac driver,SPARC,SPARC AMD7930 driver\nSPARC cs4231 driver,SPARC DBRI driver\n- Added snd_card_set_generic_dev() call.\n- Added SND_GENERIC_DRIVER to Kconfig.\n- Clean up the error path in probe if necessary.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "ecbcfe36fa882e9f8f2be63ac0c42978336bf997",
      "tree": "b43fe6845a9de4e077cfba15c214d66e74866486",
      "parents": [
        "6243008b82222d6244b055beeeba94b14f23b7e2"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Sep 05 17:15:37 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:41:49 2005 +0200"
      },
      "message": "[ALSA] Introduce snd_card_set_generic_dev()\n\nALSA Core\nA new function snd_card_set_generic_dev() is introduced to add the\n\u0027generic device\u0027 support for devices without proper bus on sysfs.\nIt\u0027s a last resort, and should be removed in future when they have\na proper bus, instead.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "0be3b5d3fb94c36c517655d18a936681d7108667",
      "tree": "6ce1556cfac492f4a9957c5d73d8b116d87e19cb",
      "parents": [
        "a76af199dc025e8f5cf6b9542efadc3de5163a7a"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Sep 05 17:11:40 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:41:37 2005 +0200"
      },
      "message": "[ALSA] hda-intel - Check validity of DMA position\n\nHDA Intel driver\nCheck the validity of the current DMA position when position_fix\u003d0 (auto)\nis set.  If the DMA position overcomes the threshold, the driver changes\nthe fix behavior automatically to use POSBUF.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "a76af199dc025e8f5cf6b9542efadc3de5163a7a",
      "tree": "57b1aff12962778db991ef5b6146a0ca1e1bea28",
      "parents": [
        "0ca21611b668eee9ac07bb85825ce30002976550"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Sep 05 16:56:40 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:41:33 2005 +0200"
      },
      "message": "[ALSA] Add snd_card_set_dev()\n\nARM AACI PL041 driver,PARISC Harmony driver\nAdded snd_card_set_dev() calls to register the device pointer for the card.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "0ca21611b668eee9ac07bb85825ce30002976550",
      "tree": "9962aa649af81b9b53c1e3b46128778da88948d5",
      "parents": [
        "db67319ac29d2f35ece30bce6a9b611afd6b600f"
      ],
      "author": {
        "name": "Davide Libenzi",
        "email": "davidel@xmailserver.org",
        "time": "Mon Sep 05 11:56:47 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:41:27 2005 +0200"
      },
      "message": "[ALSA] hda-codec - Bring the Vaio\u0027s RA826G HDA (82801) to life ...\n\nHDA Codec driver\nAdd the subsystem PCI devid to the list (on top of 2.6.13).\n\nSigned-off-by: Davide Libenzi \u003cdavidel@xmailserver.org\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "db67319ac29d2f35ece30bce6a9b611afd6b600f",
      "tree": "e7782998fbb3cdc1e6721ec861949092d97234cd",
      "parents": [
        "4d23359b7ec8b03da2154df935af7d625075f6cf"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Mon Sep 05 10:36:27 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:41:21 2005 +0200"
      },
      "message": "[ALSA] opti93x: optimize a register access\n\nOpti9xx drivers\nWhen clearing some bits in a register, don\u0027t bother with the bits that\nwon\u0027t be changed anyway.\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\n"
    },
    {
      "commit": "4d23359b7ec8b03da2154df935af7d625075f6cf",
      "tree": "ba0ddfae17312fb449fb4c1f1a294c4f7db0f998",
      "parents": [
        "49045d3d4dc7c43310b1fca693e29fcdbe68faba"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Mon Sep 05 10:35:20 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:41:16 2005 +0200"
      },
      "message": "[ALSA] sparse address space annotations\n\nALSA Core,RawMidi Midlevel,ALSA\u003c-OSS emulation,ALSA sequencer\nRME32 driver,RME96 driver,EMU10K1/EMU10K2 driver,NM256 driver\nAdd sparse annotations where we do strange this with __iomem/__user\npointers.\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\n"
    },
    {
      "commit": "49045d3d4dc7c43310b1fca693e29fcdbe68faba",
      "tree": "88350108174f69eaca455c79df3a718c3f3b7333",
      "parents": [
        "025cd2f6b1624f536d4df564add3d13ea5022f53"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Mon Sep 05 10:31:05 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:41:10 2005 +0200"
      },
      "message": "[ALSA] usb-audio: add SNDRV_PCM_INFO_BATCH flag\n\nUSB generic driver\nAdd the SNDRV_PCM_INFO_BATCH flag to the PCM hardware information to\nindicate that the driver uses double buffering.\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\n"
    },
    {
      "commit": "025cd2f6b1624f536d4df564add3d13ea5022f53",
      "tree": "45086e3e3b82b37b43c2e1189c7c8b99947b43f0",
      "parents": [
        "a5022b0dc6e45254437b75289e773876bb43e262"
      ],
      "author": {
        "name": "James Courtier-Dutton",
        "email": "James@superbug.co.uk",
        "time": "Sat Sep 03 12:05:47 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:41:07 2005 +0200"
      },
      "message": "[ALSA] snd-ca0106, snd-emu10k1: Add symlink in the sys tree.\n\nCA0106 driver,EMU10K1/EMU10K2 driver\nA thread appeared on the LKML. This patch implements the fix.\n\nQuestion:\nin sysfs, /sys/bus/*/drivers lists the driver names, with their exported .name (eg. \u0027.name \u003d \u0027EMU10K1_Audigy\u0027\u0027 in the module code, from now on \u0027driver name\u0027). In /sys/modules, the kernel modules are listed with their module name, eg. snd_emu10k1. However, it seems to me that in sysfs, there is no way in particular to tell, which module has which .name. That is, that snd_emu10k1 is EMU10K1_Audigy and vice versa.\n\nI wonder whether it wouldn\u0027t be possible to add a symlink to the particular module from the driver, and/or from the module to the driver, so the list of devices handled by the module and the module name would be accessible. This way, I would know which driver name corresponds to which module name and vice versa.\n\nAnswer:\nFor PCI drivers, just add the line:\n\t.owner \u003d THIS_MODULE,\n\nto their struct pci_driver definition and you will get the symlink\ncreated for you.\n\nSigned-off-by: James Courtier-Dutton \u003cJames@superbug.co.uk\u003e\n"
    },
    {
      "commit": "a5022b0dc6e45254437b75289e773876bb43e262",
      "tree": "d3ede798938b8745eea6b68936e3b0d6e2dfd449",
      "parents": [
        "b73c1c122a097500e1c3dd495045432a1c818b92"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Sep 02 14:03:05 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:41:01 2005 +0200"
      },
      "message": "[ALSA] Fix ALC658D support\n\nAC97 Codec\nFix the internal speaker problem (e.g. Targa Traveller 826)\nwith ALC658D codec.  The info is taken from Cyberlink/realtek-modified code.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "b73c1c122a097500e1c3dd495045432a1c818b92",
      "tree": "085863e0688dbf418942abed41fb7909e69d4581",
      "parents": [
        "84010e6f04a59e88e4eb784ff33f2da97ac022f4"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Fri Sep 02 08:49:21 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:40:55 2005 +0200"
      },
      "message": "[ALSA] hdsp: always initialize card name\n\nRME HDSP driver\nWhen using the kernel firmware loader, initialize the card shortname\nbefore registering the card with ALSA to prevent it from using a\ndefault card ID.\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\n"
    },
    {
      "commit": "5d529390dc944e5d17e46cb5ca93519153f9bf07",
      "tree": "d6dc2a881832533316a1ab01fd030d3ee6fb2c17",
      "parents": [
        "8e3d759d4b5d841c2a665cffe6cd237dab49e3b1"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Sep 01 13:56:23 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:40:37 2005 +0200"
      },
      "message": "[ALSA] intel8x0 - Add quirk for IBM NetVisa A30p\n\nIntel8x0 driver\nAdded ac97_quirk entry for IBM NetVisa A30p.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "8e3d759d4b5d841c2a665cffe6cd237dab49e3b1",
      "tree": "5cc926f65dc8010971200e2763d0ad19d847c455",
      "parents": [
        "12bb5b78e512898034cdd8813f2889743fa6fa3d"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Sep 01 11:56:34 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:40:24 2005 +0200"
      },
      "message": "[ALSA] atiixp - Fix PM resume\n\nATIIXP driver\nFixed PM resume on atiixp driver.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "12bb5b78e512898034cdd8813f2889743fa6fa3d",
      "tree": "badd602f9de26912b8f910e2170d05ab34582f40",
      "parents": [
        "ee71508e7359c16b43d6232e52cd19ec328e1f7c"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Thu Sep 01 08:14:40 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:40:17 2005 +0200"
      },
      "message": "[ALSA] ad1889: add AD1889 driver\n\nPCI drivers,AD1889 driver\nmove the AD1889 driver to the kernel tree\n\nAcked-by: Thibaut Varene \u003cvarenet@parisc-linux.org\u003e\nAcked-by: Kyle McMartin \u003ckyle@parisc-linux.org\u003e\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\n"
    },
    {
      "commit": "ee71508e7359c16b43d6232e52cd19ec328e1f7c",
      "tree": "3ee6ab248b1bc19061cc27748bbecfc41def7f88",
      "parents": [
        "9f566cfde14e185bcc3589ba7470788ed193535a"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Aug 31 17:31:07 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:35:10 2005 +0200"
      },
      "message": "[ALSA] Fix EAPD for MSI S270\n\nAC97 Codec\nFix pin47 setting for EAPD control on MSI S270 laptop.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "9f566cfde14e185bcc3589ba7470788ed193535a",
      "tree": "bbf12de7ba76873ebfd28c7ce712b1e222987ecc",
      "parents": [
        "357d596bd552ad157a906289ab13ea6ba7e66e3d"
      ],
      "author": {
        "name": "James Courtier-Dutton",
        "email": "James@superbug.co.uk",
        "time": "Tue Aug 30 21:00:46 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Sep 12 10:23:55 2005 +0200"
      },
      "message": "[ALSA] snd-ca0106: Tidy up volume controls\n\nCA0106 driver\nPlayback volume controls were appearing in both the playback and capture\ndisplays of alsamixer. Now those playback controls only appear in the\nplayback display.\n\nSigned-off-by: James Courtier-Dutton \u003cJames@superbug.co.uk\u003e\n"
    },
    {
      "commit": "82b44429e0c8a8fec8f36e98a725f516227dabc0",
      "tree": "4306311a4ad96395af56e3f643dea64ad861b537",
      "parents": [
        "f8e38dde33b839bb9e9f98e88688bfac1811d57a"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sat Sep 10 00:26:56 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Sep 10 10:06:30 2005 -0700"
      },
      "message": "[PATCH] patch] remove sound/oss/skeleton.c\n\nWe do no longer need a template for OSS drivers.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "dfc866e5059561cc79a0cc1c68ff1492f4c78508",
      "tree": "4384f9864cc91983834d35ddd2b9a2fd9b2bb145",
      "parents": [
        "31bbf8f5d55c706f2e429f7cfa7b339a332e785e"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Sat Sep 10 00:26:35 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Sep 10 10:06:25 2005 -0700"
      },
      "message": "[PATCH] sb16_csp: untypedef\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Domen Puncer \u003cdomen@coderock.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "31bbf8f5d55c706f2e429f7cfa7b339a332e785e",
      "tree": "3b9df90cad459e2239c00e2a7bbed99779d42a01",
      "parents": [
        "1ac19f4ccd8636dbe76a97cec36c95d7548cc871"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Sat Sep 10 00:26:34 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Sep 10 10:06:25 2005 -0700"
      },
      "message": "[PATCH] sb16_csp: remove home-grown le??_to_cpu macros\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Domen Puncer \u003cdomen@coderock.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8d06afab73a75f40ae2864e6c296356bab1ab473",
      "tree": "1d9c8c24a1024a12a4e8df841fba5809fa914356",
      "parents": [
        "7c352bdf048811b8128019ffc1e886161e09c11c"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Sep 09 13:10:40 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 14:03:48 2005 -0700"
      },
      "message": "[PATCH] timer initialization cleanup: DEFINE_TIMER\n\nClean up timer initialization by introducing DEFINE_TIMER a\u0027la\nDEFINE_SPINLOCK.  Build and boot-tested on x86.  A similar patch has been\nbeen in the -RT tree for some time.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b375a0495fd622037560c73c05f23ae6f127bb0c",
      "tree": "7f800cfd288480625e6e9886b51aa6d159a1548e",
      "parents": [
        "a4e628328ec60873fec9d506d682155391f589ce"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Fri Jul 29 16:11:07 2005 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 08 16:23:04 2005 -0700"
      },
      "message": "[PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernel\n\n29 July 2005, Cambridge, MA:\n\nThis afternoon Alan Stern submitted a patch to remove the URB_ASYNC_UNLINK\nflag from the Linux kernel.  Mr. Stern explained, \"This flag is a relic\nfrom an earlier, less-well-designed system.  For over a year it hasn\u0027t\nbeen used for anything other than printing warning messages.\"\n\nAn anonymous spokesman for the Linux kernel development community\ncommented, \"This is exactly the sort of thing we see happening all the\ntime.  As the kernel evolves, support for old techniques and old code can\nbe jettisoned and replaced by newer, better approaches.  Proprietary\noperating systems do not have the freedom or flexibility to change so\nquickly.\"\n\nMr. Stern, a staff member at Harvard University\u0027s Rowland Institute who\nworks on Linux only as a hobby, noted that the patch (labelled as548) did\nnot update two files, keyspan.c and option.c, in the USB drivers\u0027 \"serial\"\nsubdirectory.  \"Those files need more extensive changes,\" he remarked.\n\"They examine the status field of several URBs at times when they\u0027re not\nsupposed to.  That will need to be fixed before the URB_ASYNC_UNLINK flag\nis removed.\"\n\nGreg Kroah-Hartman, the kernel maintainer responsible for overseeing all\nof Linux\u0027s USB drivers, did not respond to our inquiries or return our\ncalls.  His only comment was \"Applied, thanks.\"\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "e12ba644eefa9b8df4f961be91f1a0c5ea5038fa",
      "tree": "02a2acb3eccf0a4f98cbf5f0cac523856fc4c078",
      "parents": [
        "90dffc03ca8caa0ea047f11c81fe61cd86d80568"
      ],
      "author": {
        "name": "viro@ZenIV.linux.org.uk",
        "email": "viro@ZenIV.linux.org.uk",
        "time": "Tue Sep 06 02:06:57 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 07 17:17:33 2005 -0700"
      },
      "message": "[PATCH] iomem annotations (sound/arm/aaci)\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8db08ea7e6527eff82d8e45507468003e3cefba3",
      "tree": "604c0607e3767b1801e2547a3f0f2a06aebe92c4",
      "parents": [
        "e915fc497a8da551f32b7e5fda687eb4a10bc23b"
      ],
      "author": {
        "name": "Pekka Enberg",
        "email": "penberg@cs.helsinki.fi",
        "time": "Tue Sep 06 15:18:36 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 07 16:57:46 2005 -0700"
      },
      "message": "[PATCH] ALSA: convert kcalloc to kzalloc\n\nThis patch introduces a memory-leak tracking version of kzalloc for ALSA.\n\nSigned-off-by: Pekka Enberg \u003cpenberg@cs.helsinki.fi\u003e\nCc: Jaroslav Kysela \u003cperex@suse.cz\u003e\nSigned-off-by: Jiri Slaby \u003cxslaby@fi.muni.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9c45817f41af987277353e463c78a1c6beb37da2",
      "tree": "8abe92528688a34e467ce4b475c529e01b77a580",
      "parents": [
        "309c0a1d5d1dae2e543bfc5a0e762d0424696e0d"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@freescale.com",
        "time": "Tue Sep 06 15:17:47 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 07 16:57:34 2005 -0700"
      },
      "message": "[PATCH] Remove non-arch consumers of asm/segment.h\n\nasm/segment.h varies greatly on different architectures but is clearly\ndeprecated.  Removing all non-architecture consumers will make it easier\nfor us to get ride of asm/segment.h all together.\n\nSigned-off-by: Kumar Gala \u003ckumar.gala@freescale.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c92371566ea505cf455c208cdfb89046b3db87de",
      "tree": "d3f2871a9f1aeae2955b186e77b59f4b54562700",
      "parents": [
        "a2822e7f00cdccbff8e507b5ebbddce1aa95eb5d"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+lkml@arm.linux.org.uk",
        "time": "Tue Sep 06 15:16:52 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 07 16:57:22 2005 -0700"
      },
      "message": "[PATCH] Fix sound/arm/Makefile for locality of reference\n\nEnsure that sound/arm/Makefile is sanely organised so that additions to it\ndon\u0027t break all other patches out there.  This means I only have to adjust\nthe line numbers in my patch queue rather than having to re-generate by\nhand those which touch this file.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8dbfc5cfdcac04d656f6f6789eb8fcdcc3d2dfda",
      "tree": "514031fbfd2896b3ad1b03e4d23b20c2132d91ab",
      "parents": [
        "820249bafe441dce5336ad544a5e709df42fceb5"
      ],
      "author": {
        "name": "Bodo Eggert",
        "email": "7eggert@gmx.de",
        "time": "Tue Sep 06 15:16:39 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 07 16:57:19 2005 -0700"
      },
      "message": "[PATCH] use select in sound/isa/Kconfig\n\nIn sound/isa/Kconfig, select ISAPNP and depend on ISAPNP are intermixed,\nresulting in funny behaviour.  (Soundcarts get selectable if other\nsoundcards are selected).\n\nThis patch changes the \"depend on ISAPNP\"s to select.\n\nSigned-Off-By: Bodo Eggert \u003c7eggert@gmx.de\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "829ca9a30a2ddb727981d80fabdbff2ea86bc9ea",
      "tree": "044087fb18aa4b5f5bbd233f54f9eec3439ad6de",
      "parents": [
        "7e958883bced7e435f5a76349e15684858d3477c"
      ],
      "author": {
        "name": "Pavel Machek",
        "email": "pavel@ucw.cz",
        "time": "Sat Sep 03 15:56:56 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Mon Sep 05 00:06:15 2005 -0700"
      },
      "message": "[PATCH] swsusp: fix remaining u32 vs. pm_message_t confusion\n\nFix remaining bits of u32 vs.  pm_message confusion.  Should not break\nanything.\n\nSigned-off-by: Pavel Machek \u003cpavel@suse.cz\u003e\nSigned-off-by: Rafael J. Wysocki \u003crjw@sisk.pl\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c88469704d63787e8d44ca5ea1c1bd0adc29572d",
      "tree": "e898ee29e49ae3cef7440dfeb7f9972126b3fd06",
      "parents": [
        "d568121ce3151c36cc4718dd4e977f217c6144c2"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Tue Aug 02 15:26:52 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Tue Aug 30 13:14:13 2005 +0200"
      },
      "message": "[ALSA] usb-audio: throttle MIDI URB resubmits on USB errors\n\nUSB generic driver\nWhen a USB error occurs that might indicate that the device has been\nunplugged, don\u0027t resubmit the URB immediately to prevent flooding the\nlog with error messages before khubd has us disconnect()ed.\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\n"
    },
    {
      "commit": "d568121ce3151c36cc4718dd4e977f217c6144c2",
      "tree": "ee61f946a485c7cbe74c888d53ea7775aeef7444",
      "parents": [
        "68c339d9068502347015ce462530ec54c4d841e4"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Aug 30 08:58:37 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Tue Aug 30 08:58:37 2005 +0200"
      },
      "message": "[PATCH] Assign device pointer to OSS devices\n\nAdd register_sound_special_device() function to allow assignment of\ndevice pointer to a specific OSS device for HAL.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "c6c0b841dd85c878fe9794862b10ce8eb4e90761",
      "tree": "09d18e764b8f5ff143d49f6d2303f15f7ffbd49c",
      "parents": [
        "6a293552ba0d104ef9d35b48972a01540fbd181b"
      ],
      "author": {
        "name": "Lee Revell",
        "email": "rlrevell@joe-job.com",
        "time": "Mon Aug 29 17:42:00 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Tue Aug 30 08:47:48 2005 +0200"
      },
      "message": "[ALSA] Add identification for Live 5.1 [SB0220]\n\nEMU10K1/EMU10K2 driver\nAdd identification for Live 5.1 [SB0220]\n\nSigned-off-by: Lee Revell \u003crlrevell@joe-job.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    }
  ],
  "next": "6a293552ba0d104ef9d35b48972a01540fbd181b"
}
