)]}'
{
  "log": [
    {
      "commit": "ef71b1b87521ff93ed77b3e8f3e149afb392761c",
      "tree": "6da26e9b635b56199fa1eed35e493babb52cdec8",
      "parents": [
        "9bf1a2445f3c569098b8de7097ca324e65abecc2",
        "c5d08bb567874e410210cf7d21a25f28fcceb0a7",
        "d6f35e3f0da14a5eb02114708d88ae2f59dc8283"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Nov 18 13:49:39 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Nov 18 13:49:39 2008 +0100"
      },
      "message": "Merge branches \u0027topic/fix/hda\u0027 and \u0027topic/fix/misc\u0027 into for-linus\n"
    },
    {
      "commit": "c5d08bb567874e410210cf7d21a25f28fcceb0a7",
      "tree": "4a9b64b553a741b1b9b9bbe72a2833268dd4ddb0",
      "parents": [
        "80bf272468a8b63f5550304363e55c1ba06c13db"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Nov 18 10:55:36 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Nov 18 10:55:36 2008 +0100"
      },
      "message": "ALSA: hda - Fix resume of GPIO unsol event for STAC/IDT\n\nUse cached write for setting the GPIO unsolicited event mask to be\nrestored properly at resume.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "80bf272468a8b63f5550304363e55c1ba06c13db",
      "tree": "b9131ff32f2ace3e6d79afa2994067074a500a57",
      "parents": [
        "41c3b648bd4cdc34fd1918e288f8afe78903432e"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Nov 18 10:48:41 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Nov 18 10:48:41 2008 +0100"
      },
      "message": "ALSA: hda - Add quirks for HP Pavilion DV models\n\nAdded the quirk entries for HP Pavilion DV5 and DV7 with model\u003dhp-m4.\n\nReference: Novell bnc#445321, bnc#445161\n\thttps://bugzilla.novell.com/show_bug.cgi?id\u003d445321\n\thttps://bugzilla.novell.com/show_bug.cgi?id\u003d445161\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "41c3b648bd4cdc34fd1918e288f8afe78903432e",
      "tree": "ec21a48a9657560e16410f4c875d73eb4746c48a",
      "parents": [
        "8e5f262bfcd90c041160a491a238661ebbb584a4"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Nov 18 10:45:15 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Nov 18 10:45:15 2008 +0100"
      },
      "message": "ALSA: hda - Fix GPIO initialization in patch_stac92hd71bxx()\n\nFixed the GPIO mask and co initialization in patch_stac92hd71bxx()\nso that the gpio_maks for HP_M4 model is set properly.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "8e5f262bfcd90c041160a491a238661ebbb584a4",
      "tree": "def3063b8208808c2c73e991cf5706fe12686b04",
      "parents": [
        "c39555d6edd0142972f577405d5259879ecc1635"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Sat Nov 15 19:28:54 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Sat Nov 15 19:28:54 2008 +0100"
      },
      "message": "ALSA: hda - Check model type instead of SSID in patch_92hd71bxx()\n\nCheck board preset model instead of codec-\u003esubsystem_id in\npatch_92hd71bxx() so that other hardwares configured via the model\noption work like the given model.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "d6f35e3f0da14a5eb02114708d88ae2f59dc8283",
      "tree": "4f55cce13c5077651ab4452a49ab89355ba2e336",
      "parents": [
        "0f101fa6bccdc797ddcee40fd4c55e879155a40f"
      ],
      "author": {
        "name": "Julia Lawall",
        "email": "julia@diku.dk",
        "time": "Fri Nov 14 19:08:18 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Sat Nov 15 19:07:29 2008 +0100"
      },
      "message": "ALSA: sound/pci/pcxhr/pcxhr.c: introduce missing kfree and pci_disable_device\n\nError handling code following a kzalloc should free the allocated data.\nThe error handling code is adjusted to call pci_disable_device(pci); as\nwell, as done later in the function\n\nThe semantic match that finds the problem is as follows:\n(http://www.emn.fr/x-info/coccinelle/)\n\n// \u003csmpl\u003e\n@r exists@\nlocal idexpression x;\nstatement S;\nexpression E;\nidentifier f,l;\nposition p1,p2;\nexpression *ptr !\u003d NULL;\n@@\n\n(\nif ((x@p1 \u003d \\(kmalloc\\|kzalloc\\|kcalloc\\)(...)) \u003d\u003d NULL) S\n|\nx@p1 \u003d \\(kmalloc\\|kzalloc\\|kcalloc\\)(...);\n...\nif (x \u003d\u003d NULL) S\n)\n\u003c... when !\u003d x\n     when !\u003d if (...) { \u003c+...x...+\u003e }\nx-\u003ef \u003d E\n...\u003e\n(\n return \\(0\\|\u003c+...x...+\u003e\\|ptr\\);\n|\n return@p2 ...;\n)\n\n@script:python@\np1 \u003c\u003c r.p1;\np2 \u003c\u003c r.p2;\n@@\n\nprint \"* file: %s kmalloc %s return %s\" % (p1[0].file,p1[0].line,p2[0].line)\n// \u003c/smpl\u003e\n\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "c39555d6edd0142972f577405d5259879ecc1635",
      "tree": "0deda7e2d2c28a526a731ca99a5687883882c22e",
      "parents": [
        "6a12afb5640217454cad21e8cf9a74b038fa3717"
      ],
      "author": {
        "name": "Matthew Ranostay",
        "email": "mranostay@embeddedalley.com",
        "time": "Fri Nov 14 17:46:22 2008 -0500"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Sat Nov 15 19:04:26 2008 +0100"
      },
      "message": "ALSA: hda: STAC_VREF_EVENT value change\n\nChanged value for STAC_VREF_EVENT from 0x40 to 0x00 because the\nunsol response value is only 6-bits width and the former value\nwas 1\u003c\u003c6 which is an overrun.\n\nSigned-off-by: Matthew Ranostay \u003cmranostay@embeddedalley.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "6a12afb5640217454cad21e8cf9a74b038fa3717",
      "tree": "94bc5f927ee969a3d468dd4e4d83810f60ef313d",
      "parents": [
        "4d4e9bb339cfcde7811af10859ba1ce2fe3d46b4"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Nov 13 13:08:56 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Nov 13 14:37:16 2008 +0100"
      },
      "message": "ALSA: hda - Missing NULL check in hda_beep.c\n\nAdded a NULL check of input_allocate_device() in hda_beep.c.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "4d4e9bb339cfcde7811af10859ba1ce2fe3d46b4",
      "tree": "bf9bbfdc9e6c0a9d912013edfba83924d50b6eda",
      "parents": [
        "d7a8943635485597ae7c6d554a8ccf3ce5a42d2d"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Nov 12 16:45:04 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Nov 13 14:37:14 2008 +0100"
      },
      "message": "ALSA: hda - Add digital beep playback switch for STAC/IDT codecs\n\nThe digital beep widget may have no mute control, and always enabling\nthe beep is ofen pretty annoying, especially on laptops.\n\nThis patch adds a mixer control \"PC Beep Playback Switch\" when there\nis no mixer amp mute is found, and controls it on software.\n\nReference: Novell bnc#444572\n\thttps://bugzilla.novell.com/show_bug.cgi?id\u003d444572\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "24924f884cd36603615ea5496244e542b0b513c6",
      "tree": "8f41a3162d7ca9e2a6aaaaae1447a99db721373f",
      "parents": [
        "f21f237cf55494c3a4209de323281a3b0528da10",
        "d7a8943635485597ae7c6d554a8ccf3ce5a42d2d"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Nov 12 10:06:31 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Nov 12 10:06:31 2008 +0100"
      },
      "message": "Merge branch \u0027topic/fix/hda\u0027 into for-linus\n"
    },
    {
      "commit": "d7a8943635485597ae7c6d554a8ccf3ce5a42d2d",
      "tree": "ceb41ca8ba7f143d2c9d63dec0fe60abc7d59a20",
      "parents": [
        "4f1e6bc3646ab50b8181555ab7e6eeab68b8632a"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Nov 12 09:48:04 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Nov 12 10:00:56 2008 +0100"
      },
      "message": "ALSA: hda - Fix IDT/STAC multiple HP detection\n\nDue to the recent change for multiple HP as line-out switch, only\none of the multiple headphons (usually a wrong one) is toggled\nand the other pins are still disabled.  This causes the silent output\nproblem on some Dell laptops.\n\nAlso, the hp_switch check is screwed up when a line-in or a mic-in\njack exists.  This is added as an additional output, but hp_switch\ncheck doesn\u0027t take it into account.\n\nThis patch fixes these issues: simplify hp_switch check by using\nthe NID instead of bool, and clean up / fix the toggle of HP pins\nin unsol event handler code.\n\nReference: Novell bnc#443267\n\thttps://bugzilla.novell.com/show_bug.cgi?id\u003d443267\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "4f1e6bc3646ab50b8181555ab7e6eeab68b8632a",
      "tree": "839106df0cbec337f4d46f3a498b90ccbc1bac9d",
      "parents": [
        "355a0ec471377a8a907b79c8fba3f0f09b44656e"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Nov 11 16:47:24 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Nov 11 18:00:53 2008 +0100"
      },
      "message": "ALSA: hda - Fix input pin initialization for STAC/IDT codecs\n\nThe input pins are sometimes not initialized properly because\nof the optimization check of the current pinctl code.\n\nForce to initialize the mic input pins so that they can be set up\nproperly even if they were in a weird state.  But keep other input\npins if already set up as input, since this could be an extra mic\npin.\n\nReference: Novell bnc#443738\n\thttps://bugzilla.novell.com/show_bug.cgi?id\u003d443738\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "355a0ec471377a8a907b79c8fba3f0f09b44656e",
      "tree": "0ff94f4a134932d169504adebec13df491df4fb2",
      "parents": [
        "254248313aed7e6ff295ca21a82ca989b1f69c16"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Nov 11 16:46:19 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Nov 11 16:46:19 2008 +0100"
      },
      "message": "ALSA: hda - Add missing analog-mux mixer creation for STAC9200\n\nThe creation of analog-mux mixer element is missing in\npatch_stac9200() due to the dynamic allocation patch.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "3ad4f597058301c97f362e500a32f63f5c950a45",
      "tree": "db292345240916f4160d5bb8300473d21f786e82",
      "parents": [
        "8a8bc22332ee6ea49137508467a76aa7f4367719",
        "6b425660f45cdea177fe95388e081afa947b1506"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Nov 10 09:13:37 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Nov 10 09:13:37 2008 -0800"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6:\n  ALSA: hda - Make the HP EliteBook 8530p use AD1884A model laptop\n  ALSA: gusextreme: Fix build errors\n  ALSA: hdsp: check for iobox and upload firmware during ioctl\n  ALSA: HDSP: check for io box before uploading firmware\n  ALSA: hda - Add another HP model (6730s) for AD1884A\n  alsa: fix snd_BUG_on() and friends\n  ALSA: hda - Add a quirk for MEDION MD96630\n  ALSA: hda - Limit the number of GPIOs show in proc\n"
    },
    {
      "commit": "6b425660f45cdea177fe95388e081afa947b1506",
      "tree": "b0cc2cb7d86e228da458cd083a113d075541d700",
      "parents": [
        "7aeb6d7d20185b7cede1ce5f6bd8d762e49bda6d",
        "0f101fa6bccdc797ddcee40fd4c55e879155a40f",
        "254248313aed7e6ff295ca21a82ca989b1f69c16"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Nov 10 17:58:46 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Nov 10 17:58:46 2008 +0100"
      },
      "message": "Merge branches \u0027topic/fix/misc\u0027 and \u0027topic/fix/hda\u0027 into for-linus\n"
    },
    {
      "commit": "254248313aed7e6ff295ca21a82ca989b1f69c16",
      "tree": "67949a46ac559488b4a644a09e0b2e479fe826c6",
      "parents": [
        "65b92e5cbc8acd14ea83190b4d016f765dce6075"
      ],
      "author": {
        "name": "Travis Place",
        "email": "wishie@wishie.net",
        "time": "Mon Nov 10 17:56:23 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Nov 10 17:57:14 2008 +0100"
      },
      "message": "ALSA: hda - Make the HP EliteBook 8530p use AD1884A model laptop\n\nAdded a QUIRK to patch_analog.c for the HP Elitebook 8530p\n(IDs 0x103c:0x30e7) to use AD1884A model \u0027laptop\u0027 by default.\nPlayback and Capture confirmed working.\n\nSigned-off-by: Travis Place \u003cwishie@wishie.net\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "0f101fa6bccdc797ddcee40fd4c55e879155a40f",
      "tree": "025de89ae4d3b11d9cc7968d59877c92637f162c",
      "parents": [
        "3ae7e2e22900b90bbe1d19454405950893c110be"
      ],
      "author": {
        "name": "Ville Syrjala",
        "email": "syrjala@sci.fi",
        "time": "Sun Nov 09 20:32:40 2008 +0200"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Nov 10 07:54:25 2008 +0100"
      },
      "message": "ALSA: gusextreme: Fix build errors\n\ngusextreme depends on opl3 support. Add the approriate select to Kconfig.\nAlso remove the unnecessary hwdep select.\n\nRelevant build errors:\nERROR: \"snd_opl3_hwdep_new\" [sound/isa/gus/snd-gusextreme.ko] undefined!\nERROR: \"snd_opl3_create\" [sound/isa/gus/snd-gusextreme.ko] undefined!\n\nSigned-off-by: Ville Syrjala \u003csyrjala@sci.fi\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "3ae7e2e22900b90bbe1d19454405950893c110be",
      "tree": "2c9917715ee10a4d3997a2ba1b6552a951e3f200",
      "parents": [
        "00c9ddd1d4cc73aa0077f379279d716cb0ab0ba5"
      ],
      "author": {
        "name": "Tim Blechmann",
        "email": "tim@klingt.org",
        "time": "Sat Nov 08 14:42:18 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Sun Nov 09 12:55:18 2008 +0100"
      },
      "message": "ALSA: hdsp: check for iobox and upload firmware during ioctl\n\ncurrently, the error message when trying to run hdspmixer or hdspconf\nif the breakout box is not connected is somehow misleading, since it\nasks the user to upload the firmware.\n\nthis patch adds a test, whether the breakout box is connected and\ntries to upload the firmware in the case, that it is not present, e.g.\nbecause of power failures of the breakout box.\n\n[Minor coding-style fixes by tiwai]\n\nSigned-off-by: Tim Blechmann \u003ctim@klingt.org\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "00c9ddd1d4cc73aa0077f379279d716cb0ab0ba5",
      "tree": "485c97fc09900498e96aa429700ea3cccbd5143a",
      "parents": [
        "fcef7836a31c6432b41a38867d413ed3d6aa8261"
      ],
      "author": {
        "name": "Tim Blechmann",
        "email": "tim@klingt.org",
        "time": "Sun Nov 09 12:50:52 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Sun Nov 09 12:50:52 2008 +0100"
      },
      "message": "ALSA: HDSP: check for io box before uploading firmware\n\ncurrently the hdsp driver tries to upload the firmware, even if the\nio box is not connected. this patch adds a check for the io box\nbefore trying to upload the firmware.\nthus instead of messages complaining about the fifo status and firmware\nloading failure, the driver gives a message that no multiface or\ndigiface is connected.\n\n[A minor coding-style fix by tiwai]\n\nSigned-off-by: Tim Blechmann \u003ctim@klingt.org\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "65b92e5cbc8acd14ea83190b4d016f765dce6075",
      "tree": "2e181e6ff356726d538bd5aa33e8e2d5fc4f0a34",
      "parents": [
        "959973b92d3ba235edfa5dcb5df1be1e5d1deba2"
      ],
      "author": {
        "name": "Michel Marti",
        "email": "mma@objectxp.com",
        "time": "Sat Nov 08 11:33:32 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Sun Nov 09 12:47:12 2008 +0100"
      },
      "message": "ALSA: hda - Add another HP model (6730s) for AD1884A\n\nAdded model\u003dlaptop for another HP machine (103c:3614) with AD1884A\ncodec.\n\nSigned-off-by: Michel Marti \u003cmma@objectxp.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "959973b92d3ba235edfa5dcb5df1be1e5d1deba2",
      "tree": "1882d4188cc1fdc4b20421f8ebbe9517d1505904",
      "parents": [
        "c4dc5071859bf666a5a9d6565f16c51a261a88b7"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Nov 05 11:30:56 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Nov 05 11:30:56 2008 +0100"
      },
      "message": "ALSA: hda - Add a quirk for MEDION MD96630\n\nUse model\u003dlenovo-ms7195-dig for MEDION MD96630 laptop (17c0:4085)\nwith ALC888 codec.\nReference: Novell bnc#412548\n\thttps://bugzilla.novell.com/show_bug.cgi?id\u003d412528\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "c4dc5071859bf666a5a9d6565f16c51a261a88b7",
      "tree": "b5696cd1c44fe12eb5f71947d0e669ef412d0900",
      "parents": [
        "6b3ab21ef1ac15db4b053ce0ba8eae0ef9361c8a"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Nov 04 13:30:57 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Nov 04 13:30:57 2008 +0100"
      },
      "message": "ALSA: hda - Limit the number of GPIOs show in proc\n\nLimit the number of GPIOs shown in proc.  Otherwise it gets too long\nunnecessarily, and hard to analyze.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "20ebc0073b0fb63ce4a27ca761418ecfdecaadb7",
      "tree": "e536365120ae7ec3d8622e75d847c44460dc84f1",
      "parents": [
        "c8126cc6025972629044cde750cec97f175792f7",
        "7aeb6d7d20185b7cede1ce5f6bd8d762e49bda6d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Nov 03 10:14:59 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Nov 03 10:14:59 2008 -0800"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6:\n  ALSA: hda: make a STAC_DELL_EQ option\n  ALSA: emu10k1 - Add more invert_shared_spdif flag to Audigy models\n  ALSA: hda - Add a quirk for another Acer Aspire (1025:0090)\n  ALSA: remove direct access of dev-\u003ebus_id in sound/isa/*\n  sound: struct device - replace bus_id with dev_name(), dev_set_name()\n  ALSA: Fix PIT lockup on some chipsets when using the PC-Speaker\n  ALSA: rawmidi - Add open check in rawmidi callbacks\n  ALSA: hda - Add digital-mic for ALC269 auto-probe mode\n  ALSA: hda - Disable broken mic auto-muting in Realtek codes\n"
    },
    {
      "commit": "7aeb6d7d20185b7cede1ce5f6bd8d762e49bda6d",
      "tree": "ccd8a592108c84c6ce3a039ce307d18510def927",
      "parents": [
        "71c21b4cf62177a9d1ea46ff4c6073c907122226",
        "55e03a68d2489d116a5c5e8111ecef3f69831ed6",
        "6b3ab21ef1ac15db4b053ce0ba8eae0ef9361c8a"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Nov 03 16:28:24 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Nov 03 16:28:24 2008 +0100"
      },
      "message": "Merge branches \u0027topic/fix/misc\u0027 and \u0027topic/fix/hda\u0027 into for-linus\n"
    },
    {
      "commit": "6b3ab21ef1ac15db4b053ce0ba8eae0ef9361c8a",
      "tree": "095ecc9f1f33d4e789fd008fba4e78138ea1bd1a",
      "parents": [
        "69e50282b726bab75c8050c4836dc89b7eb7bf1a"
      ],
      "author": {
        "name": "Matthew Ranostay",
        "email": "mranostay@embeddedalley.com",
        "time": "Mon Nov 03 08:12:43 2008 -0500"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Nov 03 14:29:47 2008 +0100"
      },
      "message": "ALSA: hda: make a STAC_DELL_EQ option\n\nAdd support for explicitly enabling the EQ distortion hack for\nsystems without software biquad support.\n\nSigned-off-by: Matthew Ranostay \u003cmranostay@embeddedalley.com\u003e\nCc: stable@kernel.org\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "55e03a68d2489d116a5c5e8111ecef3f69831ed6",
      "tree": "da4e3171928c270828952b5f47e766d9f5653bdd",
      "parents": [
        "0418ff0c8e48aae4e5e0cbcd3e19a057bea2e55a"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Nov 03 10:21:36 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Nov 03 10:21:36 2008 +0100"
      },
      "message": "ALSA: emu10k1 - Add more invert_shared_spdif flag to Audigy models\n\nReported in Novell bnc#440862:\n    https://bugzilla.novell.com/show_bug.cgi?id\u003d440862\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "69e50282b726bab75c8050c4836dc89b7eb7bf1a",
      "tree": "c50fdb488df78a9dad74798b9d262aeffca85098",
      "parents": [
        "ee956e090e114ede6542c76a7465ed6ce118ad52"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Nov 03 10:07:43 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Nov 03 10:07:43 2008 +0100"
      },
      "message": "ALSA: hda - Add a quirk for another Acer Aspire (1025:0090)\n\nAdded a quirk for another Acer Aspier laptop (1025:0090) with ALC883\ncodec.  Reported in Novell bnc#426935:\n    https://bugzilla.novell.com/show_bug.cgi?id\u003d426935\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "0418ff0c8e48aae4e5e0cbcd3e19a057bea2e55a",
      "tree": "4aca380581950da39813403b05d2e2b7798ff6f1",
      "parents": [
        "bb072bf0980abbe4fc905df91857a8ad34ca673c"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Nov 03 08:51:33 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Nov 03 08:57:40 2008 +0100"
      },
      "message": "ALSA: remove direct access of dev-\u003ebus_id in sound/isa/*\n\nRemoved the direct accesses of dev-\u003ebus_id in sound/isa/* by replacement\nwith dev_err() or dev_warn() functions.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "bb072bf0980abbe4fc905df91857a8ad34ca673c",
      "tree": "8468d4060e37b785c05804590d90a4c23747fa66",
      "parents": [
        "b02555c3845f02924b8224ff1fd9a44f2c144dbb"
      ],
      "author": {
        "name": "Kay Sievers",
        "email": "kay.sievers@vrfy.org",
        "time": "Sun Nov 02 03:50:35 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Nov 03 08:57:33 2008 +0100"
      },
      "message": "sound: struct device - replace bus_id with dev_name(), dev_set_name()\n\n[stripped sound/isa/* changes, replaced with the next patch -- tiwai]\n\nSigned-off-by: Kay Sievers \u003ckay.sievers@vrfy.org\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "b02555c3845f02924b8224ff1fd9a44f2c144dbb",
      "tree": "cc69e7bb4ba63f8a68ed4a5a87c354402d791e4b",
      "parents": [
        "219df32faec97349516c29f33008fea59a46e99a"
      ],
      "author": {
        "name": "Zoltan Devai",
        "email": "zdevai@gmail.com",
        "time": "Mon Nov 03 00:30:28 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Nov 03 08:57:25 2008 +0100"
      },
      "message": "ALSA: Fix PIT lockup on some chipsets when using the PC-Speaker\n\nFix PIT lockup on some chipsets when using the PC-Speaker.\n\nSigned-off-by: Zoltan Devai \u003czdevai@gmail.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "219df32faec97349516c29f33008fea59a46e99a",
      "tree": "36dcaeaa04b23c35e6abbec1b219618b9e459dbb",
      "parents": [
        "8cd2b264d92bb949ddccfb6db6a82254bb07af75"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Nov 03 08:17:05 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Nov 03 08:57:12 2008 +0100"
      },
      "message": "ALSA: rawmidi - Add open check in rawmidi callbacks\n\nThe drivers (e.g. mtpav) may call rawmidi functions in irq handlers\neven though the streams are not opened.  This results in Oops or panic.\n\nThis patch adds the rawmidi state check before actually operating the\nrawmidi buffers.\n\nTested-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "4b30fbde910dd40b831528e916cb8a91823f618f",
      "tree": "1956131fa83e0d68f72de442501ffa3be65d86b9",
      "parents": [
        "67d112842586aa11506b7a8afec29391bf8f3cca"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Sat Nov 01 18:19:49 2008 +0000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Nov 01 12:40:38 2008 -0700"
      },
      "message": "oss: fix O_NONBLOCK in dmasound_core\n\nWe broke O_NONBLOCK handling in OSS dmasound_core in 2.3.11-pre3 - the\noriginal code copied f_flags to open_mode and then checked for\nO_NONBLOCK in there, but that got changed to copying f_mode and\nO_NONBLOCK has not reached that field in any kernel version.\n\nSince we do not care for any other bits, the fix is obvious...\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "233e70f4228e78eb2f80dc6650f65d3ae3dbf17c",
      "tree": "4e18fbe1851e6d2161b7f18265cb21f8a61e3ce7",
      "parents": [
        "3318a386e4ca68c76e0294363d29bdc46fcad670"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ZenIV.linux.org.uk",
        "time": "Fri Oct 31 23:28:30 2008 +0000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Nov 01 09:49:46 2008 -0700"
      },
      "message": "saner FASYNC handling on file close\n\nAs it is, all instances of -\u003erelease() for files that have -\u003efasync()\nneed to remember to evict file from fasync lists; forgetting that\ncreates a hole and we actually have a bunch that *does* forget.\n\nSo let\u0027s keep our lives simple - let __fput() check FASYNC in\nfile-\u003ef_flags and call -\u003efasync() there if it\u0027s been set.  And lose that\ncrap in -\u003erelease() instances - leaving it there is still valid, but we\ndon\u0027t have to bother anymore.\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ee956e090e114ede6542c76a7465ed6ce118ad52",
      "tree": "bb6f2670bad62898e3c59279c6d8bfc76f6508ff",
      "parents": [
        "4605b718e8b8f0dd3d811ddf90f630fd0835b7bf"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Oct 31 17:16:31 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Oct 31 17:23:24 2008 +0100"
      },
      "message": "ALSA: hda - Add digital-mic for ALC269 auto-probe mode\n\nThe digital mic wasn\u0027t detected properly for ALC269 auto-probing mode\nbecause of its widget number.  Fixed now.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "4605b718e8b8f0dd3d811ddf90f630fd0835b7bf",
      "tree": "6e8c8712415387cac7bc23e7837bdaaca68c81c0",
      "parents": [
        "0cbf00980f0fc4cc064a15ab3dfce19b5fae9130"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Oct 31 14:18:24 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Oct 31 17:21:08 2008 +0100"
      },
      "message": "ALSA: hda - Disable broken mic auto-muting in Realtek codes\n\nThe recent addition of automatic mic-muting is broken in some cases.\nThe code assumes that the pin nids \u003c\u003d 0x18, but the digital pins can\nbe less than 0x18.\nAlso, it assumes the front-mic being the internal mic, but it depends\non the hardware implementation actually.\n\nInstead of complex case-fixes, better to disable the code as now.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "63b40456a30912084c90753582137b9e0495c5c3",
      "tree": "eedba8710d0ba3c802ecf77f46ed6ab2c73e2149",
      "parents": [
        "eff2502801e9a3a34882c6bd720470d65394522e",
        "770a424112cb2c3a3e39221299eaf5244b76479a"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Oct 31 07:52:51 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Oct 31 07:52:51 2008 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6:\n  sparc64: Add missing null terminating entry to bq4802_match[].\n  sparc: use the new byteorder headers\n  rtc-m48t59: shift zero year to 1968 on sparc (rev 2)\n  dbri: check dma_alloc_coherent errors\n  sparc64: remove byteshifting from out* helpers\n"
    },
    {
      "commit": "4ac08d36aa9c556556c7b150caee263c6d542645",
      "tree": "52fb22d3230665237109d5e886609199c0e6f22c",
      "parents": [
        "0b54968f667585aa4b98a7225f4d4df63917703c",
        "71c21b4cf62177a9d1ea46ff4c6073c907122226"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Oct 30 11:44:35 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Oct 30 11:44:35 2008 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6:\n  ALSA: ASoC: Fix WM9713 ALC Decay Time name\n  ALSA: ASoC: Fix some minor errors in mpc5200 psc i2s driver\n  ALSA: ASoC: Fix mono controls after conversion to support full int masks\n  ALSA: sound/ice1712: indentation \u0026 braces disagree - add braces\n  ALSA: usb - Add quirk for Edirol UA-25EX advanced modes\n  sound: struct device - replace bus_id with dev_name(), dev_set_name()\n  ALSA: hda - Add reboot notifier\n  ALSA: Warn when control names are truncated\n  ALSA: intel8x0 - add Dell Optiplex GX620 (AD1981B) to AC97 clock whitelist\n  ALSA: hda - Fix SPDIF mute on IDT/STAC codecs\n  ALSA: hda: Add HDA vendor ID for Wolfson Microelectronics\n  ALSA: hda - Add another HP model for AD1884A\n"
    },
    {
      "commit": "71c21b4cf62177a9d1ea46ff4c6073c907122226",
      "tree": "166c5f49d3a6aff481c31081bb59e4fefce37ff1",
      "parents": [
        "0552f297951d0ab3a1027f9b06fa40c9be8378ba",
        "8cd2b264d92bb949ddccfb6db6a82254bb07af75",
        "13d622b33dfbd99205a7add5751ba47445e480a6"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Oct 30 14:26:24 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Oct 30 14:26:24 2008 +0100"
      },
      "message": "Merge branches \u0027topic/fix/misc\u0027 and \u0027topic/fix/asoc\u0027 into for-linus\n"
    },
    {
      "commit": "13d622b33dfbd99205a7add5751ba47445e480a6",
      "tree": "217e251e4d71701f58bce8688994e99305431073",
      "parents": [
        "f06c8fd73e3658a659d5e5b56c44bd80fe244268"
      ],
      "author": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Thu Oct 30 12:37:10 2008 +0000"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Oct 30 14:24:58 2008 +0100"
      },
      "message": "ALSA: ASoC: Fix WM9713 ALC Decay Time name\n\nThe control had an extra space at the end of the name.\n\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "f06c8fd73e3658a659d5e5b56c44bd80fe244268",
      "tree": "1c285a79ac53c93de1bc666e9f57b7eec1858d3c",
      "parents": [
        "762b8df748d83c14070afbf0c6f8c0f4a91a13bf"
      ],
      "author": {
        "name": "Jon Smirl",
        "email": "jonsmirl@gmail.com",
        "time": "Thu Oct 30 12:37:09 2008 +0000"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Oct 30 14:24:51 2008 +0100"
      },
      "message": "ALSA: ASoC: Fix some minor errors in mpc5200 psc i2s driver\n\nFix missing unsigned for irqsave flags in psc i2s driver\nMake attribute visiblity static\nCollect all sysfs errors before checking status\n\n[Word wrapped DEVICE_ATTR() lines for 80 columns -- broonie]\n\nSigned-off-by: Jon Smirl \u003cjonsmirl@gmail.com\u003e\nAcked-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "762b8df748d83c14070afbf0c6f8c0f4a91a13bf",
      "tree": "47298a6a90cd268e57469b55aec0d8cb8d6ad675",
      "parents": [
        "c3e5203bed1999df716e3c7119f6749523eb952f"
      ],
      "author": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Thu Oct 30 12:37:08 2008 +0000"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Oct 30 14:24:41 2008 +0100"
      },
      "message": "ALSA: ASoC: Fix mono controls after conversion to support full int masks\n\nWhen ASoC was converted to support full int width masks SOC_SINGLE_VALUE()\nomitted the assignment of rshift, causing the control operatins to report\nsome mono controls as stereo. This happened to work some of the time due\nto a confusion between shift and min in snd_soc_info_volsw().\n\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "8cd2b264d92bb949ddccfb6db6a82254bb07af75",
      "tree": "70ca22405e53de0068f862f7c5556a7ee4c317a1",
      "parents": [
        "e2736261b4c85e36f7c8a66dd082ec0751230460"
      ],
      "author": {
        "name": "Ilpo Järvinen",
        "email": "ilpo.jarvinen@helsinki.fi",
        "time": "Thu Oct 30 13:09:55 2008 +0200"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Oct 30 12:11:24 2008 +0100"
      },
      "message": "ALSA: sound/ice1712: indentation \u0026 braces disagree - add braces\n\nNeither has any significance currently to the flow\nbecause err is checked for the same condition before\nthe place of disagreement.\n\nSigned-off-by: Ilpo Järvinen \u003cilpo.jarvinen@helsinki.fi\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "e2736261b4c85e36f7c8a66dd082ec0751230460",
      "tree": "04c6384c349f3d7f511695f28316e121745c65bd",
      "parents": [
        "096a957169ff1c31d9d8fbf4e59e45497cfae10d"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Oct 20 16:07:45 2008 +0200"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Oct 30 11:37:01 2008 +0100"
      },
      "message": "ALSA: usb - Add quirk for Edirol UA-25EX advanced modes\n\nAdded the quirk for UA-25EX advanced modes.\nUA-25EX is almost compatible with UA-25.\n\nTested-by: Serge Perinsky \u003csergebass@gmail.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "096a957169ff1c31d9d8fbf4e59e45497cfae10d",
      "tree": "65343e9b406d7f62274d84157233aa9f76956674",
      "parents": [
        "366840d7e1ece4331bb3ccc2a53e3bc355529f21"
      ],
      "author": {
        "name": "Kay Sievers",
        "email": "kay.sievers@vrfy.org",
        "time": "Thu Oct 30 02:27:20 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Oct 30 07:32:31 2008 +0100"
      },
      "message": "sound: struct device - replace bus_id with dev_name(), dev_set_name()\n\nAcked-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-By: Kay Sievers \u003ckay.sievers@vrfy.org\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "be376649344ba2c3d00021f8bbf64392aa01ad55",
      "tree": "53e538b57a6d5ceb7d61ad76342a1a72f32f5863",
      "parents": [
        "1758ef68a07f42983371dc1d2bf0ae80b4d8ea16"
      ],
      "author": {
        "name": "FUJITA Tomonori",
        "email": "fujita.tomonori@lab.ntt.co.jp",
        "time": "Wed Oct 29 15:34:39 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 29 15:34:39 2008 -0700"
      },
      "message": "dbri: check dma_alloc_coherent errors\n\nNeeds to check for dma_alloc_coherent() allocation failure.\n\nSigned-off-by: FUJITA Tomonori \u003cfujita.tomonori@lab.ntt.co.jp\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "0552f297951d0ab3a1027f9b06fa40c9be8378ba",
      "tree": "bac534a1d5798e3d07d29e8dd8a5f5f2f5ef20fb",
      "parents": [
        "0a9b86381c76e9d33a9b6edb66aef32d7a3306e3",
        "0cbf00980f0fc4cc064a15ab3dfce19b5fae9130",
        "366840d7e1ece4331bb3ccc2a53e3bc355529f21"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Oct 29 16:40:00 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Oct 29 16:40:00 2008 +0100"
      },
      "message": "Merge branches \u0027topic/fix/hda\u0027 and \u0027topic/fix/misc\u0027 into for-linus\n"
    },
    {
      "commit": "0cbf00980f0fc4cc064a15ab3dfce19b5fae9130",
      "tree": "83c3f27327a605f9c8d07fdf3579ee9f68b8ba96",
      "parents": [
        "c1e99bd9d6a0c82f4fa9078ed1f570e57b2f3944"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Oct 29 16:18:25 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Oct 29 16:21:16 2008 +0100"
      },
      "message": "ALSA: hda - Add reboot notifier\n\nThe current snd-hda-intel driver seems blocking the power-off on some\ndevices like eeepc.  Although this is likely a BIOS problem, we can add\na workaround by disabling IRQ lines before power-off operation.\nThis patch adds the reboot notifier to achieve it.\n\nThe detailed problem description is found in bug#11889:\n    http://bugme.linux-foundation.org/show_bug.cgi?id\u003d11889\n\nTested-by: Luiz Fernando N. Capitulino \u003clcapitulino@mandriva.com.br\u003e\nCc: stable@kernel.org\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "366840d7e1ece4331bb3ccc2a53e3bc355529f21",
      "tree": "5353796bb299452c5978b08328863f796b9eeae0",
      "parents": [
        "78fad343a4fd4c837e3034dcbca13269a783e0f6"
      ],
      "author": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Wed Oct 29 14:40:30 2008 +0000"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Oct 29 15:44:04 2008 +0100"
      },
      "message": "ALSA: Warn when control names are truncated\n\nThis is likely to confuse user interfaces since the end of the control\nname is interpreted (eg, \"Volume\", \"Switch\").\n\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "78fad343a4fd4c837e3034dcbca13269a783e0f6",
      "tree": "b49645f331f8604cd091cdade4794257e04f883a",
      "parents": [
        "2f1e593d4209d0194f9639c5d11aa91171435963"
      ],
      "author": {
        "name": "Bastien Nocera",
        "email": "hadess@hadess.net",
        "time": "Wed Oct 29 12:59:05 2008 +0000"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Oct 29 15:12:00 2008 +0100"
      },
      "message": "ALSA: intel8x0 - add Dell Optiplex GX620 (AD1981B) to AC97 clock whitelist\n\nalsa-info.sh output at:\nhttps://bugzilla.redhat.com/show_bug.cgi?id\u003d441087#c49\n\nSigned-off-by: Bastien Nocera \u003chadess@hadess.net\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@perex.cz\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "c1e99bd9d6a0c82f4fa9078ed1f570e57b2f3944",
      "tree": "f3e43e7af7c4404806d9e63b5c75ed485e12fe93",
      "parents": [
        "8199de3b29d7f22f3163fcf03f7a61644c93c2ea"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Oct 29 08:03:42 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Oct 29 08:03:42 2008 +0100"
      },
      "message": "ALSA: hda - Fix SPDIF mute on IDT/STAC codecs\n\nThe SPDIF mute switch code seems broken.  It doesn\u0027t set unmute bits\nproperly.  Also it contains the duplicated lines (merge error?) to be\ncleaned up.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "8199de3b29d7f22f3163fcf03f7a61644c93c2ea",
      "tree": "01b329afbce8dc33c171838e329091de36fd8174",
      "parents": [
        "5695ff44160e62d9193c0201706853bcfe2a077f"
      ],
      "author": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Tue Oct 28 14:50:13 2008 +0000"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Oct 28 16:15:42 2008 +0100"
      },
      "message": "ALSA: hda: Add HDA vendor ID for Wolfson Microelectronics\n\nAdd Wolfson Microelectronics to the HDA vendor ID table.\n\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "5695ff44160e62d9193c0201706853bcfe2a077f",
      "tree": "3122bf9d39cb302cd551d3a9291b94d78a24dcdf",
      "parents": [
        "e044c39ae258678d6ebb09fccb2a0fdf7ec51847"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Oct 28 15:39:26 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Oct 28 15:39:26 2008 +0100"
      },
      "message": "ALSA: hda - Add another HP model for AD1884A\n\nAdded a quirk entry for another HP mobile device with AD1884A codec.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "31390d0fde1ac9cf47002729660ffd7cd2ae1d75",
      "tree": "4188ec73c65a182257e6b46e56e8423ad6cbe3b3",
      "parents": [
        "6634160abfdbac39bd5ebda516b15b078a0f598e",
        "0a9b86381c76e9d33a9b6edb66aef32d7a3306e3"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Oct 27 09:36:33 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Oct 27 09:36:33 2008 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6:\n  ALSA: ASoC: Blackfin: update SPORT0 port selector (v2)\n  ALSA: hda - Restore default pin configs for realtek codecs\n  sound: use a common working email address\n  pci: use pci_ioremap_bar() in sound/\n"
    },
    {
      "commit": "0a9b86381c76e9d33a9b6edb66aef32d7a3306e3",
      "tree": "c42274e9a2d1e8dad7296e511bbc69c846ece36c",
      "parents": [
        "bfd4e66b8d0dfcdbe3f5ccff45757f098bdbb26e",
        "c3e5203bed1999df716e3c7119f6749523eb952f",
        "e044c39ae258678d6ebb09fccb2a0fdf7ec51847",
        "2f1e593d4209d0194f9639c5d11aa91171435963",
        "2f5ad54ea6e2e38156bfb889964deee991f3087a"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Oct 27 17:08:11 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Oct 27 17:08:11 2008 +0100"
      },
      "message": "Merge branches \u0027topic/fix/asoc\u0027, \u0027topic/fix/hda\u0027, \u0027topic/fix/misc\u0027 and \u0027topic/pci-ioremap-bar\u0027 into for-linus\n"
    },
    {
      "commit": "c3e5203bed1999df716e3c7119f6749523eb952f",
      "tree": "77994a592e204ee9f46639b6cdecea959ba74ed8",
      "parents": [
        "4b7d283150b35db6e5e10f72606f603ff424c92a"
      ],
      "author": {
        "name": "Cliff Cai",
        "email": "cliff.cai@analog.com",
        "time": "Mon Oct 27 17:09:25 2008 +0800"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Oct 27 17:05:42 2008 +0100"
      },
      "message": "ALSA: ASoC: Blackfin: update SPORT0 port selector (v2)\n\n- Setting the TFS pin selector for SPORT 0 based on whether the selected\n  port id F or G. If the port is F then no conflict should exist for the\n  TFS. When Port G is selected and EMAC then there is a conflict between\n  the PHY interrupt line and TFS.  Current settings prevent the conflict\n  by ignoring the TFS pin when Port G is selected. This allows both\n  ssm2602 using Port G and EMAC concurrently.\n\n - some code cleanup\n\nSigned-off-by: Cliff Cai \u003ccliff.cai@analog.com\u003e\nSigned-off-by: Bryan Wu \u003ccooloney@kernel.org\u003e\nAcked-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "e044c39ae258678d6ebb09fccb2a0fdf7ec51847",
      "tree": "a7a3360678b340aa939272788cab123dbd426c1b",
      "parents": [
        "da74ae3e32374755e0fbdfed4074cf839a82f615"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Oct 27 16:56:24 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Oct 27 16:56:24 2008 +0100"
      },
      "message": "ALSA: hda - Restore default pin configs for realtek codecs\n\nSome machines have broken BIOS resume that doesn\u0027t restore the default\npin configuration properly, which results in a wrong detection of HP\npin.  This causes a silent speaker output due to missing HP detection.\nRelated bug: Novell bug#406101\n\thttps://bugzilla.novell.com/show_bug.cgi?id\u003d406101\n\nThis patch fixes the issue by saving/restoring the default pin configs\nby the driver itself.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "2f1e593d4209d0194f9639c5d11aa91171435963",
      "tree": "23f17815860831db8de1049ffcd236e200c450e5",
      "parents": [
        "9f50bbad8fc3b0f9fd453ab1e2716b3106d89b13"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Mon Oct 27 15:21:19 2008 +0000"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Oct 27 16:36:30 2008 +0100"
      },
      "message": "sound: use a common working email address\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "1f6d6e8ebe73ba9d9d4c693f7f6f50f661dbd6e4",
      "tree": "be7a2d20b1728da5a0d844a6f4cd382b2c2569fb",
      "parents": [
        "db563fc2e80534f98c7f9121a6f7dfe41f177a79",
        "268a3dcfea2077fca60d3715caa5c96f9b5e6ea7"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Oct 23 10:53:02 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Oct 23 10:53:02 2008 -0700"
      },
      "message": "Merge branch \u0027v28-range-hrtimers-for-linus-v2\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip\n\n* \u0027v28-range-hrtimers-for-linus-v2\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: (37 commits)\n  hrtimers: add missing docbook comments to struct hrtimer\n  hrtimers: simplify hrtimer_peek_ahead_timers()\n  hrtimers: fix docbook comments\n  DECLARE_PER_CPU needs linux/percpu.h\n  hrtimers: fix typo\n  rangetimers: fix the bug reported by Ingo for real\n  rangetimer: fix BUG_ON reported by Ingo\n  rangetimer: fix x86 build failure for the !HRTIMERS case\n  select: fix alpha OSF wrapper\n  select: fix alpha OSF wrapper\n  hrtimer: peek at the timer queue just before going idle\n  hrtimer: make the futex() system call use the per process slack value\n  hrtimer: make the nanosleep() syscall use the per process slack\n  hrtimer: fix signed/unsigned bug in slack estimator\n  hrtimer: show the timer ranges in /proc/timer_list\n  hrtimer: incorporate feedback from Peter Zijlstra\n  hrtimer: add a hrtimer_start_range() function\n  hrtimer: another build fix\n  hrtimer: fix build bug found by Ingo\n  hrtimer: make select() and poll() use the hrtimer range feature\n  ...\n"
    },
    {
      "commit": "eb81071584bed0b04adcaf57e525638d0f92e1e1",
      "tree": "efd7f5a56299acf9ce96870a7e6e0d353330bdce",
      "parents": [
        "5f4f0c4d3fc95cb7d509e4469a22aed40532f0fc",
        "bfd4e66b8d0dfcdbe3f5ccff45757f098bdbb26e"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Oct 23 10:42:55 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Oct 23 10:42:55 2008 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6:\n  ALSA: aoa i2sbus: don\u0027t overwrite module parameter\n  ALSA: ASoC: tlv320aic3x: Fix DSP DAI format and signal polarities matching\n  ALSA: ASoC: OMAP: Continue fixing DSP DAI format in McBSP DAI driver\n  ALSA: Ensure PXA runtime data is initialised\n  ALSA: hda - correct bracketing in spdif test in patch_sigmatel.c\n  ALSA: hda - Fix conflicting volume controls on ALC260\n"
    },
    {
      "commit": "bfd4e66b8d0dfcdbe3f5ccff45757f098bdbb26e",
      "tree": "680d8b1a424d8a33a866cb257646121a7a5fb082",
      "parents": [
        "975f6b0c1b0efb66db455d2e76bacba06cc65541",
        "4b7d283150b35db6e5e10f72606f603ff424c92a",
        "9f50bbad8fc3b0f9fd453ab1e2716b3106d89b13",
        "da74ae3e32374755e0fbdfed4074cf839a82f615"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Oct 23 19:20:54 2008 +0200"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Oct 23 19:20:54 2008 +0200"
      },
      "message": "Merge branches \u0027topic/asoc\u0027, \u0027topic/misc-fixes\u0027 and \u0027topic/hda\u0027 into for-linus\n"
    },
    {
      "commit": "9f50bbad8fc3b0f9fd453ab1e2716b3106d89b13",
      "tree": "b160659657522bf9e2bf0e120df4e344c8c01939",
      "parents": [
        "13095c37b29b90ec96070cb63400a79737b4a185"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes@sipsolutions.net",
        "time": "Thu Oct 23 13:57:39 2008 +0200"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Oct 23 18:21:40 2008 +0200"
      },
      "message": "ALSA: aoa i2sbus: don\u0027t overwrite module parameter\n\nWe shouldn\u0027t modify a global variable here.\n\nSigned-off-by: Johannes Berg \u003cjohannes@sipsolutions.net\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "4b7d283150b35db6e5e10f72606f603ff424c92a",
      "tree": "f11f7af38c5fedc65dd7d5388fb9df25e0c0f301",
      "parents": [
        "da6320becf31c40b60d4b1dc6b339c9a766b671c"
      ],
      "author": {
        "name": "Jarkko Nikula",
        "email": "jarkko.nikula@nokia.com",
        "time": "Thu Oct 23 14:27:03 2008 +0300"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Oct 23 15:57:14 2008 +0200"
      },
      "message": "ALSA: ASoC: tlv320aic3x: Fix DSP DAI format and signal polarities matching\n\n- Codec doesn\u0027t support to configure bit clock and frame sync polarities\n- Codec doesn\u0027t support DSP_A format but DSP_B with inverted bit clock\n  polarity\n- Match also other formats with their signal polarities\n\nSigned-off-by: Jarkko Nikula \u003cjarkko.nikula@nokia.com\u003e\nAcked-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "da6320becf31c40b60d4b1dc6b339c9a766b671c",
      "tree": "e6be887c2ae51e2d3591406ff01a31377df218fa",
      "parents": [
        "ba9d0fd0f0af3eb7ec463847b409dd88f8e5c031"
      ],
      "author": {
        "name": "Jarkko Nikula",
        "email": "jarkko.nikula@nokia.com",
        "time": "Wed Oct 22 15:00:29 2008 +0300"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Oct 22 18:18:24 2008 +0200"
      },
      "message": "ALSA: ASoC: OMAP: Continue fixing DSP DAI format in McBSP DAI driver\n\nFix \"ASoC: OMAP: Fix DSP DAI format in McBSP DAI driver\" was not correct\ndue misunderstanding of DSP_A format and similar error in TLV320AIC33\ncodec which was used to test the original fix.\n\nThis patch corrects now DSP_A format in OMAP McBSP DAI driver and is\nverified with TLV320AIC23 codec that\u0027s implementing DSP_A correctly.\n\nSigned-off-by: Jarkko Nikula \u003cjarkko.nikula@nokia.com\u003e\nCc: Arun KS \u003carunks@mistralsolutions.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "13095c37b29b90ec96070cb63400a79737b4a185",
      "tree": "3ff6ff0f559403c3e2da5219012c1f521e2419b1",
      "parents": [
        "e78521f3212d5d3931442819cbf0910fe1b28beb"
      ],
      "author": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Wed Oct 22 13:27:49 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Oct 22 17:22:01 2008 +0200"
      },
      "message": "ALSA: Ensure PXA runtime data is initialised\n\nThe rest of the code relies on the runtime data being zero initialised\nso we need to use kzalloc() to allocate it.\n\nReported-by: Oliver Ford \u003cipaqlinux@oliford.co.uk\u003e\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "268a3dcfea2077fca60d3715caa5c96f9b5e6ea7",
      "tree": "c2232774508424e677e27f296090a68c775e4669",
      "parents": [
        "c4bd822e7b12a9008241d76db45b665f2fef180c",
        "592aa999d6a272856c9bfbdaac0cfba1bb37c24c"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Wed Oct 22 09:48:06 2008 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Wed Oct 22 09:48:06 2008 +0200"
      },
      "message": "Merge branch \u0027timers/range-hrtimers\u0027 into v28-range-hrtimers-for-linus-v2\n\nConflicts:\n\n\tkernel/time/tick-sched.c\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "da74ae3e32374755e0fbdfed4074cf839a82f615",
      "tree": "a8884777eb00754186175a43458ca42a9bb4a726",
      "parents": [
        "863b45180ef541a1990e4986d30fb7a93022a733"
      ],
      "author": {
        "name": "Harvey Harrison",
        "email": "harvey.harrison@gmail.com",
        "time": "Tue Oct 21 20:28:04 2008 -0700"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Oct 22 08:00:46 2008 +0200"
      },
      "message": "ALSA: hda - correct bracketing in spdif test in patch_sigmatel.c\n\nNoticed by sparse:\nsound/pci/hda/patch_sigmatel.c:1285:43: warning: dubious: !x \u0026 y\n\nSigned-off-by: Harvey Harrison \u003charvey.harrison@gmail.com\u003e\nAcked-by: Matthew Ranostay \u003cmranostay@embeddedalley.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "863b45180ef541a1990e4986d30fb7a93022a733",
      "tree": "7929285c861f5e9ee635f5a2a0a53756c5a0951e",
      "parents": [
        "ec4e86ba0662ed85f3b3a38fb220dc51d951da84"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Oct 21 17:01:47 2008 +0200"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Oct 21 17:01:47 2008 +0200"
      },
      "message": "ALSA: hda - Fix conflicting volume controls on ALC260\n\nALC260 auto-parsing mode may create multiple controls for the same volume\nwidget (0x08 and 0x09) depending on the pin.  For example, Front and\nHeadphone volumes may control the same volume, just the latter one wins.\n\nThis patch adds a proper check of the existing of the volume control\nand avoid the doulbed creation of the same volume controls.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "aeb5d727062a0238a2f96c9c380fbd2be4640c6f",
      "tree": "51dae8a071fcf42e4431a66d37c5b843c8e99cf6",
      "parents": [
        "2515ddc6db8eb49a79f0fe5e67ff09ac7c81eab4"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Tue Sep 02 15:28:45 2008 -0400"
      },
      "committer": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Tue Oct 21 07:47:06 2008 -0400"
      },
      "message": "[PATCH] introduce fmode_t, do annotations\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\n"
    },
    {
      "commit": "2f5ad54ea6e2e38156bfb889964deee991f3087a",
      "tree": "5092c0e36765c439181bb28712118dc8b899ca8b",
      "parents": [
        "2515ddc6db8eb49a79f0fe5e67ff09ac7c81eab4"
      ],
      "author": {
        "name": "Arjan van de Ven",
        "email": "arjan@linux.intel.com",
        "time": "Sun Sep 28 16:20:09 2008 -0700"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Oct 21 09:31:10 2008 +0200"
      },
      "message": "pci: use pci_ioremap_bar() in sound/\n\nUse the newly introduced pci_ioremap_bar() function in sound/.\npci_ioremap_bar() just takes a pci device and a bar number, with the goal\nof making it really hard to get wrong, while also having a central place\nto stick sanity checks.\n\nSigned-off-by: Arjan van de Ven \u003carjan@linux.intel.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "ed402af3c23a4804b3f8899263e8d0f97c62ab49",
      "tree": "3aa971aea57f900a3060cc0545b199ef611f4dcf",
      "parents": [
        "096e6f673dc02a6394dc9a7d8f8735c6978f5b91",
        "40e24c403f325715f9c43b9fed2068641201ee0b"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Oct 20 09:13:34 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Oct 20 09:13:34 2008 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6: (112 commits)\n  sh: Move SH-4 CPU headers down one more level.\n  sh: Only build in gpio.o when CONFIG_GENERIC_GPIO is selected.\n  sh: Migrate common board headers to mach-common/.\n  sh: Move the CPU definition headers from asm/ to cpu/.\n  serial: sh-sci: Add support SCIF of SH7723\n  video: add sh_mobile_lcdc platform flags\n  video: remove unused sh_mobile_lcdc platform data\n  sh: remove consistent alloc cruft\n  sh: add dynamic crash base address support\n  sh: reduce Migo-R smc91x overruns\n  sh: Fix up some merge damage.\n  Fix debugfs_create_file\u0027s error checking method for arch/sh/mm/\n  Fix debugfs_create_dir\u0027s error checking method for arch/sh/kernel/\n  sh: ap325rxa: Add support RTC RX-8564LC in AP325RXA board\n  sh: Use sh7720 GPIO on magicpanelr2 board\n  sh: Add sh7720 pinmux code\n  sh: Use sh7203 GPIO on rsk7203 board\n  sh: Add sh7203 pinmux code\n  sh: Use sh7723 GPIO on AP325RXA board\n  sh: Add sh7723 pinmux code\n  ...\n"
    },
    {
      "commit": "975f6b0c1b0efb66db455d2e76bacba06cc65541",
      "tree": "a9989be6205769457aaa0d27c46361383825595f",
      "parents": [
        "ba9d0fd0f0af3eb7ec463847b409dd88f8e5c031",
        "e78521f3212d5d3931442819cbf0910fe1b28beb",
        "1ee2a322b058f6399dc900603f9ebb392037ff77",
        "27dee52dfb7ecea26c8b70f652f54605b27252e9"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Oct 20 17:06:00 2008 +0200"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Oct 20 17:06:00 2008 +0200"
      },
      "message": "Merge branches \u0027topic/asoc\u0027, \u0027topic/misc-fixes\u0027, \u0027topic/ps3-csbits\u0027 and \u0027topic/staging-fixes\u0027 into for-linus\n"
    },
    {
      "commit": "ba9d0fd0f0af3eb7ec463847b409dd88f8e5c031",
      "tree": "c80d2d5712bba95af3fd08c01fe2c91c049bab23",
      "parents": [
        "7c2dfee84863628f9af109131edd4344ce567d16"
      ],
      "author": {
        "name": "Jarkko Nikula",
        "email": "jarkko.nikula@nokia.com",
        "time": "Mon Oct 20 15:29:59 2008 +0300"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Oct 20 17:03:21 2008 +0200"
      },
      "message": "ALSA: ASoC: OMAP: Fix DSP DAI format in McBSP DAI driver\n\nFix word clock length which must equal to one bit clock cycle in DSP mode.\nSurprisingly McBSP is able synchronize into wrong length when it\u0027s\nslave but e.g. TLV320AIC33 codec in slave configuration is outputting\nsome amount of noise if word clock length is longer than one bit clock\ncycle.\n\nFix also bit clock and frame sync polarities in DSP mode since they are\nopposite from I2S.\n\nSigned-off-by: Jarkko Nikula \u003cjarkko.nikula@nokia.com\u003e\nCc: Arun KS \u003carunks@mistralsolutions.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "1ee2a322b058f6399dc900603f9ebb392037ff77",
      "tree": "9863bfe8311a091737fff6883984f5d6559f0c81",
      "parents": [
        "64931a4be03dbc49bd50d10d211592cf98b523bb"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Oct 20 08:06:39 2008 +0200"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Oct 20 08:06:39 2008 +0200"
      },
      "message": "ALSA: ps3: Add support for SPDIF/HDMI passthru\n\nAdd support for SPDIF/HDMI pass-through support of PS3 audio driver.\n\nSigned-off-by: Masakazu Mokuno \u003cmokuno@sm.sony.co.jp\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "7639a4541f7e7abb1295ff8ab39cc2f5842239ae",
      "tree": "a2ea959e9138c914ceb4ee84387fd0c9d7d2ce12",
      "parents": [
        "f7275650133ce9df83886684f3bd97373dfc21ea"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Oct 20 13:02:48 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Oct 20 13:02:48 2008 +0900"
      },
      "message": "sh: Migrate common board headers to mach-common/.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "e78521f3212d5d3931442819cbf0910fe1b28beb",
      "tree": "f1f237f5e1286b7ae0ebfb759e919e2c0900aa27",
      "parents": [
        "a66547f3a1295d782fc0923d872b309994cea32a"
      ],
      "author": {
        "name": "Mariusz Kozlowski",
        "email": "m.kozlowski@tuxland.pl",
        "time": "Sun Oct 19 10:34:22 2008 +0200"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Sun Oct 19 10:36:08 2008 +0200"
      },
      "message": "ALSA: misc typo fixes\n\nFixed typos in disabled codes via #if 0.\n\nSigned-off-by: Mariusz Kozlowski \u003cm.kozlowski@tuxland.pl\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "a66547f3a1295d782fc0923d872b309994cea32a",
      "tree": "e62fb6674e85ca02d83adacd27b96c4c7a4f958d",
      "parents": [
        "1c85cc64456c97f3b265788abafec5c482c6a908"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Fri Oct 17 11:28:11 2008 -0700"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Sat Oct 18 11:05:36 2008 +0200"
      },
      "message": "sound: add missing pcm kernel-doc\n\nFix alsa kernel-doc warning in linux-next:\n\nWarning(linux-next-20081016//sound/core/pcm_misc.c:327): No description found for parameter \u0027samples\u0027\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "8eb88c80d444fd249edaa7d895666cde79e7b3b8",
      "tree": "8518f579c841abc05075285a1d4683caa6eec9c2",
      "parents": [
        "c53dbf54863e7f3b0b8810dda2bdd0290006bdac",
        "219b22b24546dbd512419766eb46f6b729a5453a"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Oct 17 09:30:35 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Oct 17 09:30:35 2008 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6:\n  ALSA: Fix debugfs_create_dir\u0027s error checking method for sound/soc/\n  ALSA: ASoC: Convert playpaq_wm8510 to bulk route registration API\n  ALSA: kernel docs: fix sound/core/ kernel-doc\n  ALSA: Handle NULL jacks in snd_jack_report()\n  ALSA: hda - Fix PCM type of Nvidia HDMI devices\n"
    },
    {
      "commit": "651dab4264e4ba0e563f5ff56f748127246e9065",
      "tree": "016630974bdcb00fe529b673f96d389e0fd6dc94",
      "parents": [
        "40b8606253552109815786e5d4b0de98782d31f5",
        "2e532d68a2b3e2aa6b19731501222069735c741c"
      ],
      "author": {
        "name": "Arjan van de Ven",
        "email": "arjan@linux.intel.com",
        "time": "Fri Oct 17 09:20:26 2008 -0700"
      },
      "committer": {
        "name": "Arjan van de Ven",
        "email": "arjan@linux.intel.com",
        "time": "Fri Oct 17 09:20:26 2008 -0700"
      },
      "message": "Merge commit \u0027linus/master\u0027 into merge-linus\n\nConflicts:\n\n\tarch/x86/kvm/i8254.c\n"
    },
    {
      "commit": "219b22b24546dbd512419766eb46f6b729a5453a",
      "tree": "c8f55bda9a1264272c86c86f263040a1de45ea40",
      "parents": [
        "2190521e01ca4d33fd055dc2c4c92352f91b3c26",
        "7c2dfee84863628f9af109131edd4344ce567d16"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Oct 17 17:24:23 2008 +0200"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Oct 17 17:24:23 2008 +0200"
      },
      "message": "Merge branch \u0027topic/asoc\u0027 into for-linus\n"
    },
    {
      "commit": "7c2dfee84863628f9af109131edd4344ce567d16",
      "tree": "c34e467f3b907f5ab890f691cc79e4ae4e7f9f78",
      "parents": [
        "cdbdd1676a5379f1d5cbd4d476f5e349f445befe"
      ],
      "author": {
        "name": "Zhaolei",
        "email": "zhaolei@cn.fujitsu.com",
        "time": "Fri Oct 17 21:04:55 2008 +0800"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Oct 17 17:23:48 2008 +0200"
      },
      "message": "ALSA: Fix debugfs_create_dir\u0027s error checking method for sound/soc/\n\ndebugfs_create_dir() returns NULL if an error occurs, returns -ENODEV\nwhen debugfs is not enabled in the kernel.\n\nSigned-off-by: Zhao Lei \u003czhaolei@cn.fujitsu.com\u003e\nAcked-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "2190521e01ca4d33fd055dc2c4c92352f91b3c26",
      "tree": "586b83b26490461b7cb4531dbd04d9695a77a89e",
      "parents": [
        "af31ed217a0fe433e06c83b978bcb805ada6295a",
        "cdbdd1676a5379f1d5cbd4d476f5e349f445befe",
        "ec4e86ba0662ed85f3b3a38fb220dc51d951da84",
        "1c85cc64456c97f3b265788abafec5c482c6a908"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Oct 17 16:28:20 2008 +0200"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Oct 17 16:28:20 2008 +0200"
      },
      "message": "Merge branches \u0027topic/asoc\u0027, \u0027topic/hda\u0027 and \u0027topic/misc-fixes\u0027 into for-linus\n"
    },
    {
      "commit": "6bb7a935489dab20802dde6c2cb7d8582f4849bf",
      "tree": "872028b3c32010a8c855b4b0d3ab2f3afb303914",
      "parents": [
        "08d19f51f05a68ce89a289320ce4ed96e757df72",
        "af31ed217a0fe433e06c83b978bcb805ada6295a"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Oct 16 15:36:58 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Oct 16 15:36:58 2008 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6:\n  ALSA: us122l: fix missing unlock in usb_stream_hwdep_vm_fault()\n  ALSA: hda - Fix quirk lists for realtek codecs\n  ALSA: hda - Add support of ALC272\n  ALSA: hda - Add ALC887 support\n  ALSA: hda - Add ALC1200 support\n  ALSA: hda - Fix PCI SSID of ASUS M90V\n  ALSA: hda - Add auto mic switch in realtek auto-probe mode\n  ALSA: Fix pxa2xx-ac97-lib.c compilation\n  ALSA: ASoC: Hide TLV320AIC26 configuration option for non-OpenFirwmare users\n  ALSA: hda: fix nid variable warning\n  ALSA: ASoC: Fix compile-time warning for tlv320aic23.c\n"
    },
    {
      "commit": "abe9ab8f62203ced11119fb96acc3b8dd107ebc4",
      "tree": "cb6d6667e6fc216efdfa5b1ba4a3e46c92798090",
      "parents": [
        "d73a1a674b5383bb3b38ae3dd625504ffc623d90"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jul 21 20:03:34 2008 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Oct 16 09:24:44 2008 -0700"
      },
      "message": "device create: sound: convert device_create_drvdata to device_create\n\nNow that device_create() has been audited, rename things back to the\noriginal call to be sane.\n\nCc: Jaroslav Kysela \u003cperex@perex.cz\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "cdbdd1676a5379f1d5cbd4d476f5e349f445befe",
      "tree": "42e6bc3eb15e2c4e84544b261863223aa702a698",
      "parents": [
        "d5d8d83773165b951d190717637bfbc1eb0111a0"
      ],
      "author": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Thu Oct 16 11:00:06 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Oct 16 12:50:20 2008 +0200"
      },
      "message": "ALSA: ASoC: Convert playpaq_wm8510 to bulk route registration API\n\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "1c85cc64456c97f3b265788abafec5c482c6a908",
      "tree": "43821869f0dd0e144a30c5d1159f3adf53b8fbd2",
      "parents": [
        "9a3f371e9962749e5bdcf45a3bebdba555651a2b"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Wed Oct 15 14:38:40 2008 -0700"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Oct 16 08:44:20 2008 +0200"
      },
      "message": "ALSA: kernel docs: fix sound/core/ kernel-doc\n\nAdd kernel-doc function short descriptions to sound/core functions that\nare missing this short description.  Mostly this involves moving some of\nthe function description onto the @funcname line.\n\nAlso correct a few variable names and fix other kernel-doc notation.\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "9a3f371e9962749e5bdcf45a3bebdba555651a2b",
      "tree": "4c755f3a7fa62fc3618c6b9f384dad663698eb2b",
      "parents": [
        "428ffb7151a4078994b5c01ecbf845954843c1ec"
      ],
      "author": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Wed Oct 15 17:07:47 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Oct 16 08:40:03 2008 +0200"
      },
      "message": "ALSA: Handle NULL jacks in snd_jack_report()\n\nFacilitate drivers that wish to carry on if they can\u0027t create a jack\ninput device by handling attempts to report the state of a NULL jack,\nremoving the need to check for initialisation before use.\n\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "ec4e86ba0662ed85f3b3a38fb220dc51d951da84",
      "tree": "f724425fa7db914e314d5d005c167fc736adef64",
      "parents": [
        "80ffe86925a226f513b36d0ce13e049133841970"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Oct 16 08:02:41 2008 +0200"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Oct 16 08:02:41 2008 +0200"
      },
      "message": "ALSA: hda - Fix PCM type of Nvidia HDMI devices\n\nAdded the missing PCM type for Nvidia HDMI devices so that they point\nthe right device number.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "af31ed217a0fe433e06c83b978bcb805ada6295a",
      "tree": "6eb1f35e49e8b24f86df31179712a9d21247b1db",
      "parents": [
        "428ffb7151a4078994b5c01ecbf845954843c1ec",
        "80ffe86925a226f513b36d0ce13e049133841970",
        "d5d8d83773165b951d190717637bfbc1eb0111a0"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Oct 15 16:18:19 2008 +0200"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Oct 15 16:18:19 2008 +0200"
      },
      "message": "Merge branches \u0027topic/misc-fixes\u0027, \u0027topic/hda\u0027 and \u0027topic/asoc\u0027 into for-linus\n"
    },
    {
      "commit": "428ffb7151a4078994b5c01ecbf845954843c1ec",
      "tree": "6cabd0a32b8c8d002fa13f02de635c6a3dd2d5c6",
      "parents": [
        "8825e8e8d09c1fe6352f94c70f6ff73db449ff56"
      ],
      "author": {
        "name": "Li Zefan",
        "email": "lizf@cn.fujitsu.com",
        "time": "Wed Oct 15 10:07:23 2008 +0800"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Oct 15 11:41:04 2008 +0200"
      },
      "message": "ALSA: us122l: fix missing unlock in usb_stream_hwdep_vm_fault()\n\nShould unlock us122l-\u003emutex before returning VM_FAULT_SIGBUS.\n\nSigned-off-by: Li Zefan \u003clizf@cn.fujitsu.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "80ffe86925a226f513b36d0ce13e049133841970",
      "tree": "5cfa43f9a804f5e010bf5204722cdf7802df7859",
      "parents": [
        "01afd41f55524e8378601dbf33b858d8dd4b3f31"
      ],
      "author": {
        "name": "Kailang Yang",
        "email": "kailang@realtek.com",
        "time": "Wed Oct 15 11:23:27 2008 +0200"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Oct 15 11:24:55 2008 +0200"
      },
      "message": "ALSA: hda - Fix quirk lists for realtek codecs\n\n- Fix Toshiba S06 SSID to 1179:ff7b\n- Fix ASUS G50V quirk name\n- Add ASUS N20 quirk\n\nSigned-off-by: Kailang Yang \u003ckailang@realtek.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "01afd41f55524e8378601dbf33b858d8dd4b3f31",
      "tree": "234405d8924a15404fca4722161270d55fa851e1",
      "parents": [
        "a385a52925398e53bedf1a8b30a9a3e002569f27"
      ],
      "author": {
        "name": "Kailang Yang",
        "email": "kailang@realtek.com",
        "time": "Wed Oct 15 11:22:09 2008 +0200"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Oct 15 11:23:10 2008 +0200"
      },
      "message": "ALSA: hda - Add support of ALC272\n\nAdded the support of ALC272 codec.  It\u0027s almost compatible with ALC663.\n\nSigned-off-by: Kailang Yang \u003ckailang@realtek.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "a385a52925398e53bedf1a8b30a9a3e002569f27",
      "tree": "06eb5b5efca32a4c1b817d77e76d4c5bc04fe321",
      "parents": [
        "4442608d4b0071a00067dcbf64e7362ce08e91a5"
      ],
      "author": {
        "name": "Kailang Yang",
        "email": "kailang@realtek.com",
        "time": "Wed Oct 15 11:20:21 2008 +0200"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Oct 15 11:21:08 2008 +0200"
      },
      "message": "ALSA: hda - Add ALC887 support\n\nAdded ALC887 support.  It\u0027s almost compatible with ALC883/888.\n\nSigned-off-by: Kailang Yang \u003ckailang@realtek.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "4442608d4b0071a00067dcbf64e7362ce08e91a5",
      "tree": "9f4d8c2b2211ddbe846dbd3e4599d65dbd7dbf18",
      "parents": [
        "a01c30cb77aa7b80ea08d003783fb9f0470455ee"
      ],
      "author": {
        "name": "Kailang Yang",
        "email": "kailang@realtek.com",
        "time": "Wed Oct 15 11:18:05 2008 +0200"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Oct 15 11:18:05 2008 +0200"
      },
      "message": "ALSA: hda - Add ALC1200 support\n\nAdd ALC1200 codec support.  Almost compatible with ALC888.\n\nSigned-off-by: Kailang Yang \u003ckailang@realtek.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "a01c30cb77aa7b80ea08d003783fb9f0470455ee",
      "tree": "1fb13f9524f189c8407f365aca54142f65f2a758",
      "parents": [
        "7fb0d78fb155845812e98ed10605d8f01963ce05"
      ],
      "author": {
        "name": "Kailang Yang",
        "email": "kailang@realtek.com",
        "time": "Wed Oct 15 11:14:58 2008 +0200"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Oct 15 11:14:58 2008 +0200"
      },
      "message": "ALSA: hda - Fix PCI SSID of ASUS M90V\n\nASUS M90V has PCI SSID 1043:1873.  Corrected in the quirk list.\n\nSigned-off-by: Kailang Yang \u003ckailang@realtek.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "7fb0d78fb155845812e98ed10605d8f01963ce05",
      "tree": "5e7823a08c404395ca81a050ae025b2186179cc7",
      "parents": [
        "d21995e3e3acb78e8c48c6631432a3bff191bc46"
      ],
      "author": {
        "name": "Kailang Yang",
        "email": "kailang@realtek.com",
        "time": "Wed Oct 15 11:12:35 2008 +0200"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Oct 15 11:12:35 2008 +0200"
      },
      "message": "ALSA: hda - Add auto mic switch in realtek auto-probe mode\n\nAdd the automatic mic switch via jack sensing in auto-probe mode\nfor Realtek codecs.\n\nSigned-off-by: Kailang Yang \u003ckailang@realtek.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "6dc6472581f693b5fc95aebedf67b4960fb85cf0",
      "tree": "06a5a9a08519950575505273eabced331ed51405",
      "parents": [
        "ee673eaa72d8d185012b1027a05e25aba18c267f",
        "8acd3a60bcca17c6d89c73cee3ad6057eb83ba1e"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Oct 15 11:31:54 2008 +1100"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Oct 15 11:31:54 2008 +1100"
      },
      "message": "Merge commit \u0027origin\u0027\n\nManual fixup of conflicts on:\n\n\tarch/powerpc/include/asm/dcr-regs.h\n\tdrivers/net/ibm_newemac/core.h"
    },
    {
      "commit": "8825e8e8d09c1fe6352f94c70f6ff73db449ff56",
      "tree": "aec3b8f1f744d49f859d8a2474d88b71e0fb3adf",
      "parents": [
        "7dc85076f83253fcffae99e6d5e6ce77840f8841"
      ],
      "author": {
        "name": "Marc Zyngier",
        "email": "maz@misterjones.org",
        "time": "Tue Oct 14 09:57:05 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Oct 14 11:02:21 2008 +0200"
      },
      "message": "ALSA: Fix pxa2xx-ac97-lib.c compilation\n\nThe last ALSA merge broke pxa2xx-ac97-lib.c, as it brought back\nreferences to cpu_is_pxa21x that Eric Miao removed in commit\n0ffcbfd54ea81ca24c0749f55ca4fcf3e2bdc23e:\n\n\t[ARM] pxa: make cpu_is_pxa2* macros more consistent\n\nThis patch gets rid of those references, and only keeps cpu_is_pxa25x().\n\nSigned-off-by: Marc Zyngier \u003cmaz@misterjones.org\u003e\nAcked-by: Eric Miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "d5d8d83773165b951d190717637bfbc1eb0111a0",
      "tree": "cdbcb1055f363d3b8ad071c884f628280a24ab2a",
      "parents": [
        "4aa02396f934b355a4002ea9bc524aa42d6b53d6"
      ],
      "author": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Mon Oct 13 19:16:14 2008 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Oct 14 07:43:45 2008 +0200"
      },
      "message": "ALSA: ASoC: Hide TLV320AIC26 configuration option for non-OpenFirwmare users\n\nMake the visibility of the tristate conditional on having the OpenFirmware\nhelper code enabed so that users who can\u0027t use it don\u0027t see the visible\noption. Kconfig ignores dependencies for select so other users are\nunaffected.\n\nThanks to Takashi for the suggestion.\n\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "d21995e3e3acb78e8c48c6631432a3bff191bc46",
      "tree": "22e0cb2200a94246ee110f615103ed8e79954ee5",
      "parents": [
        "687cb98e893f492932abb3e92660d7d828bd44fb"
      ],
      "author": {
        "name": "Matthew Ranostay",
        "email": "mranostay@embeddedalley.com",
        "time": "Mon Oct 13 13:22:45 2008 -0400"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Oct 14 07:42:55 2008 +0200"
      },
      "message": "ALSA: hda: fix nid variable warning\n\nFixed compiler warning with possible uninitialized variable \u0027nid\u0027.\n\n  CC [M]  /home/mranostay/git/alsa-driver/pci/hda/patch_sigmatel.o\n/home/mranostay/git/alsa-driver/pci/hda/../../alsa-kernel/pci/hda/patch_sigmatel.c: In function\n‘stac92xx_parse_auto_config’:\n/home/mranostay/git/alsa-driver/pci/hda/../../alsa-kernel/pci/hda/patch_sigmatel.c:2815: warning: ‘nid’ may be used\nuninitialized in this function\n\nSigned-off-by: Matthew Ranostay \u003cmranostay@embeddedalley.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "cf2fa66055d718ae13e62451bb546505f63906a2",
      "tree": "e206d3f04e74a34e9aa88d21af6c26eea21d4121",
      "parents": [
        "4501a466f28788485604ee42641d7a5fe7258d16",
        "57f51dbc45f65f7ee1e8c8f77200bb8000e3e271"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Oct 13 14:03:59 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Oct 13 14:03:59 2008 -0700"
      },
      "message": "Merge branch \u0027for_linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6\n\n* \u0027for_linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6: (313 commits)\n  V4L/DVB (9186): Added support for Prof 7300 DVB-S/S2 cards\n  V4L/DVB (9185): S2API: Ensure we have a reasonable ROLLOFF default\n  V4L/DVB (9184): cx24116: Change the default SNR units back to percentage by default.\n  V4L/DVB (9183): S2API: Return error of the caller provides 0 commands.\n  V4L/DVB (9182): S2API: Added support for DTV_HIERARCHY\n  V4L/DVB (9181): S2API: Add support fot DTV_GUARD_INTERVAL and DTV_TRANSMISSION_MODE\n  V4L/DVB (9180): S2API: Added support for DTV_CODE_RATE_HP/LP\n  V4L/DVB (9179): S2API: frontend.h cleanup\n  V4L/DVB (9178): cx24116: Add module parameter to return SNR as ESNO.\n  V4L/DVB (9177): S2API: Change _8PSK / _16APSK to PSK_8 and APSK_16\n  V4L/DVB (9176): Add support for DvbWorld USB cards with STV0288 demodulator.\n  V4L/DVB (9175): Remove NULL pointer in stb6000 driver.\n  V4L/DVB (9174): Allow custom inittab for ST STV0288 demodulator.\n  V4L/DVB (9173): S2API: Remove the hardcoded command limit during validation\n  V4L/DVB (9172): S2API: Bugfix related to DVB-S / DVB-S2 tuning for the legacy API.\n  V4L/DVB (9171): S2API: Stop an OOPS if illegal commands are dumped in S2API.\n  V4L/DVB (9170): cx24116: Sanity checking to data input via S2API to the cx24116 demod.\n  V4L/DVB (9169): uvcvideo: Support two new Bison Electronics webcams.\n  V4L/DVB (9168): Add support for MSI TV@nywhere Plus remote\n  V4L/DVB: v4l2-dev: remove duplicated #include\n  ...\n"
    }
  ],
  "next": "be3bfbba8f7f6c8f32e8444ef895433701a3f801"
}
