)]}'
{
  "log": [
    {
      "commit": "1dddab400b7ad028b21d7d5b060e4a068d6d3cd9",
      "tree": "28649dd9f4d4317fc238f2e8fcd91fae7efa3fa2",
      "parents": [
        "97b71c94d691728b82052e9c4d6286fbc9965d7f"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Mar 18 15:15:37 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Mar 19 12:54:23 2009 +0100"
      },
      "message": "ALSA: hda - Don\u0027t reset stream at each prepare callback\n\nDon\u0027t reset the stream at each prepare callback but do it only once\nafter the open.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "97b71c94d691728b82052e9c4d6286fbc9965d7f",
      "tree": "b4a705037721a468234e13bd104e2f00f7940de8",
      "parents": [
        "4a1007934591fd0dcdf13454a6faebfcbe1a4ee6"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Mar 18 15:09:13 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Mar 19 12:53:58 2009 +0100"
      },
      "message": "ALSA: hda - Don\u0027t reset BDL unnecessarily\n\nSo far, the prepare callback is called multiple times, BDL entries\nare reset and re-programmed at each time.\n\nThis patch adds the check to avoid the reset of BDL entries when the\nsame parameters are used.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "4a1007934591fd0dcdf13454a6faebfcbe1a4ee6",
      "tree": "7a10eaccb622f166d929a8ff2abbb8c0d25b2d91",
      "parents": [
        "ee5047102cf632351c418060bfbe3b6eb5c42e7b",
        "c673ba1c23941173c16ff24c7cb34199e826c8b5"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Mar 18 07:50:56 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Mar 18 07:50:56 2009 +0100"
      },
      "message": "Merge branch \u0027fix/hda\u0027 into topic/hda\n"
    },
    {
      "commit": "ee5047102cf632351c418060bfbe3b6eb5c42e7b",
      "tree": "18819b5810d5d36aacd79a0d9a12dfceeb97fb0e",
      "parents": [
        "b9591448e5160ccd353d8547ade018cfdf2b3e09"
      ],
      "author": {
        "name": "Jaroslav Kysela",
        "email": "perex@perex.cz",
        "time": "Tue Mar 17 14:30:31 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Mar 18 07:50:44 2009 +0100"
      },
      "message": "ALSA: snd-hda-intel - add checks for invalid values to *query_supported_pcm()\n\nIf ratesp or formatsp values are zero, wrong values are passed to ALSA\u0027s\nthe PCM midlevel code. The bug is showed more later than expected.\n\nAlso, clean a bit the code.\n\nSigned-off-by: Jaroslav Kysela \u003cperex@perex.cz\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "c673ba1c23941173c16ff24c7cb34199e826c8b5",
      "tree": "6b0d49a2262902b5da308e7ae4ba15b31df2705d",
      "parents": [
        "09240cf429505891d6123ce14a29f58f2a60121e"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Mar 17 07:49:14 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Mar 18 07:46:21 2009 +0100"
      },
      "message": "ALSA: hda - Workaround for buggy DMA position on ATI controllers\n\nThe position-buffer on ATI controllers are unreliable as well as\non VIA chips, thus the same workaround for DMA position reading as\nVIA is useful for ATI.\n\nCc: \u003cstable@kernel.org\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "09240cf429505891d6123ce14a29f58f2a60121e",
      "tree": "5b5b460e0241b3fa3b02e596b47d9faf582f6372",
      "parents": [
        "c50ff7c04225c945b13d410d50fde6ff6c59d7ee"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Mar 17 07:47:18 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Mar 18 07:45:41 2009 +0100"
      },
      "message": "ALSA: hda - Fix DMA mask for ATI controllers\n\nATI controllers (at least some SB0600 models) appear buggy to handle\n64bit DMA.  As a workaround, reset GCAP bit0 and let the driver to\nuse only 32bit DMA on these controllers.\n\nCc: \u003cstable@kernel.org\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "b9591448e5160ccd353d8547ade018cfdf2b3e09",
      "tree": "e8886ba7bea8737b9f55f5e26e8598d6c646a133",
      "parents": [
        "b8dbed0f095263b9ced5bd2e6d54743a7fa13f1b"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 16 15:25:00 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 16 15:26:01 2009 +0100"
      },
      "message": "ALSA: hda - Fix ALC662 beep again\n\nThe previous commit breaks the (digital-) beep on ALC662.\nALC662 has the connection index 0x05 while ALC662 and ALC272 have the\nindex 0x04 for the beep widget.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "b8dbed0f095263b9ced5bd2e6d54743a7fa13f1b",
      "tree": "4f5907e429dfec951e69a47658f562e40962d8ea",
      "parents": [
        "58d8395b74f78a2f4225c5faea8b5bffb8af1cf9"
      ],
      "author": {
        "name": "Jaroslav Kysela",
        "email": "perex@perex.cz",
        "time": "Mon Mar 16 14:56:58 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 16 15:23:33 2009 +0100"
      },
      "message": "ALSA: snd-hda-intel: Fix ALC662/ALC663 Beep Amplifier Index\n\nALC662/663 codecs have Beep Amplifier Index 0x04 not 0x05 in 0x0b NID.\nConfirmed by testing on real hardware.\n\nSigned-off-by: Jaroslav Kysela \u003cperex@perex.cz\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "58d8395b74f78a2f4225c5faea8b5bffb8af1cf9",
      "tree": "da7e8af8e61fec922d7b4bd5bd29a382e2cef765",
      "parents": [
        "bb6ac72fb19c6676eb8bafa8e3b8bf970a2294a2"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Mar 13 17:04:34 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Mar 13 17:04:34 2009 +0100"
      },
      "message": "ALSA: hda - Add another HP model with IDT92HD71bx codec\n\nHP laptops require GPIO0 on as EAPD.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "bb6ac72fb19c6676eb8bafa8e3b8bf970a2294a2",
      "tree": "6cf263c2c3172bd1371ffbb0fcd0da14345aa5d4",
      "parents": [
        "307282c8990c5658604b9fda8a64a9a07079b850"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Mar 13 09:02:42 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Mar 13 09:06:31 2009 +0100"
      },
      "message": "ALSA: hda - power up before codec initialization\n\nChange the power state of each widget before starting the initialization\nwork so that all verbs are executed properly.\n\nAlso, keep power-up during hwdep reconfiguration.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "307282c8990c5658604b9fda8a64a9a07079b850",
      "tree": "6518dadb37793a18badb268ce69ad31120e7dc83",
      "parents": [
        "9421f9543b3a0a870499f64498406003de8214b4"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Mar 12 18:17:58 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Mar 12 18:17:58 2009 +0100"
      },
      "message": "ALSA: hda - Add model\u003dvaio for STAC9872\n\nAdd the default pin config for model\u003dvaio (in case of broken BIOS).\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "9421f9543b3a0a870499f64498406003de8214b4",
      "tree": "c8246e6a92d250f481c22b51d5113e73445da782",
      "parents": [
        "3b7523fc828e41b2988feb400704e01b67859d78"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Mar 12 17:06:07 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Mar 12 17:06:07 2009 +0100"
      },
      "message": "ALSA: hda - Print multiple out-amp values of pin widgets on Conext codecs\n\nAdd a flag to work around the non-standard amp-value handling on\nConexant codecs.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "3b7523fc828e41b2988feb400704e01b67859d78",
      "tree": "b050535f3d972f2d6584d2ab1d5a8094779d49b9",
      "parents": [
        "5d75bc557859805f00eeddb09d7cc8ffc7e5334e"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Mar 12 16:45:01 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Mar 12 16:45:01 2009 +0100"
      },
      "message": "ALSA: hda - Add comments for the previous fix for conexant codecs\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "5d75bc557859805f00eeddb09d7cc8ffc7e5334e",
      "tree": "e87ccc88a462471680bf8793994cb91a9ad370c3",
      "parents": [
        "df481e41b963b7fc3d7e3543a0c7bb140a682146"
      ],
      "author": {
        "name": "Gregorio Guidi",
        "email": "gregorio.guidi@gmail.com",
        "time": "Thu Mar 12 16:41:51 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Mar 12 16:41:51 2009 +0100"
      },
      "message": "ALSA: hda - fix headphone settings and master volume (Conexant CX20551)\n\nUpdate the places where the 0x1d widget is used for Conexant 5047, fixing\nmismatch introduced after changing the connection.\n\nSigned-off-by: Gregorio Guidi \u003cgregorio.guidi@gmail.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "df481e41b963b7fc3d7e3543a0c7bb140a682146",
      "tree": "767dcab589573a3d4c77df49b858990f73dd79a4",
      "parents": [
        "5b3a7440cbabdda07cfb3dcf4a07e0115a3dff9a"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Mar 10 15:35:35 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Mar 10 15:35:35 2009 +0100"
      },
      "message": "ALSA: hda - Clean up Cxt5047 parser\n\nClean up Conexant 5047 pareser code:\n - Split mixer elements to separate arrays to reduce the duplicated\n   entires\n - Fix mixer element names to the standard ones\n - Remove unneeded cxt5047_hp2_unsol_event; the normal unsol_event\n   handler works fine.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "5b3a7440cbabdda07cfb3dcf4a07e0115a3dff9a",
      "tree": "024e2574674385277970423c452a090793aae8bc",
      "parents": [
        "3b628867f328cfe1ad4811d63961579874f87041"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Mar 10 15:10:55 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Mar 10 15:13:25 2009 +0100"
      },
      "message": "ALSA: hda - Fix / clean up init verbs for Cxt5047 codec\n\nFix the initial connections of output pins 0x13 and 0x1d for Conexant\n5047 codec to point to the mixer amp properly.\n\nRemoved unneeded (doubly) verbs from arrays, also removed the unneeded\nchanging of widget 0x1c, which is now completely unused.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "3b628867f328cfe1ad4811d63961579874f87041",
      "tree": "679f6f55742b6b44d47ad8c211fcdfea21f478a1",
      "parents": [
        "b880c74adf7e79b97de710a152ea82f292f9abc7"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Mar 10 14:53:54 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Mar 10 15:13:24 2009 +0100"
      },
      "message": "ALSA: hda - Remove superfluous verbs for Cxt5047 laptop-eapd model\n\nRemove superfluous verbs from cxt5047_toshiba_init_verbs[].\nAlso fix comments and minor coding style issues.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "b880c74adf7e79b97de710a152ea82f292f9abc7",
      "tree": "0793f8387973592fcd0e0e69bbb45f8dd64cdf5f",
      "parents": [
        "dd5746a85cb21ea5b3afca0b569586a05aa56846"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Mar 10 14:41:05 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Mar 10 15:13:23 2009 +0100"
      },
      "message": "ALSA: hda - Create \"Capture Source\" control dynamically in patch_conexant.c\n\nCreate \"Capture Source\" control dynamically for Conexant codecs.\nIf only one capture item is available, don\u0027t create such a control\nsince it\u0027s just useless.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "dd5746a85cb21ea5b3afca0b569586a05aa56846",
      "tree": "56efed83d982a2176b2c4826e9a3c42e5693ea0d",
      "parents": [
        "6dfc0d2c4b9a5455c60e0b9ee95bbf22fc516cef"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Mar 10 14:30:40 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Mar 10 15:13:17 2009 +0100"
      },
      "message": "ALSA: hda - Create vmaster for conexant codecs\n\nInstead of binding volumes, create a virtual master volume for Conexant\ncodecs.  This allows separate HP and speaker volume controls.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "6dfc0d2c4b9a5455c60e0b9ee95bbf22fc516cef",
      "tree": "95f4ba79addef13bc74a0c0ffe5353924f964378",
      "parents": [
        "6fce61aeaf0dc1dfa306092539397ab903a9afc4"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Mar 10 07:54:20 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Mar 10 07:54:20 2009 +0100"
      },
      "message": "ALSA: hda - Add missing models to documentation\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "6fce61aeaf0dc1dfa306092539397ab903a9afc4",
      "tree": "99c11ca45fd501621a90bd77f89a6b55859c59d6",
      "parents": [
        "443e26d014c242623dd70cda054cc6e5ebf7993d"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Mar 10 07:48:57 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Mar 10 07:49:50 2009 +0100"
      },
      "message": "ALSA: hda - Fix coding style issues in last two patches\n\nAlso re-ordered the quirk entries per SSID.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "443e26d014c242623dd70cda054cc6e5ebf7993d",
      "tree": "d564fdfa37c86387a77eda918745c03fa6a273b7",
      "parents": [
        "ae6241fbf5c8863631532e8069037bae460607be"
      ],
      "author": {
        "name": "Christoph Plattner",
        "email": "christoph.plattner@gmx.at",
        "time": "Tue Mar 10 00:05:56 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Mar 10 07:36:19 2009 +0100"
      },
      "message": "ALSA: hda - Rework on patch_sigmatel.c for HP HDX16/HDX18\n\nCode rework, comments of mail tiwai@suse.de (2009-03-09) incorporated.\nCode tested on HP HDX16 (not tested on HDX18 yet).\n\nSigned-off-by: Christoph Plattner \u003cchristoph.plattner@gmx.at\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "ae6241fbf5c8863631532e8069037bae460607be",
      "tree": "d1f6ee59ef1ead2461d383c132a716af95096c8e",
      "parents": [
        "139e071b0ff37800ed0a68b10c4bb325f51786eb"
      ],
      "author": {
        "name": "Christoph Plattner",
        "email": "christoph.plattner@gmx.at",
        "time": "Sun Mar 08 23:19:05 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Mar 10 07:35:20 2009 +0100"
      },
      "message": "ALSA: hda - Added HP HDX16/HDX18 notebook support for HDA codecs (82HD71)\n\nAdded codec recognition of HP HDX platforms and added support of the\nMUTE LED (orange/white). For this feature the CONFIG_SND_HDA_POWER_SAVE\nis needed to use event handling for mute control.\n\nSigned-off-by: Christoph Plattner \u003cchristoph.plattner@gmx.at\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "139e071b0ff37800ed0a68b10c4bb325f51786eb",
      "tree": "01ba52e59549344c64064022cfc3eab43a873a84",
      "parents": [
        "ee58a7ca21b2acf0d7ad0e1eb2f8d916ecf9fadc"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Mar 06 12:10:41 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Mar 06 12:10:41 2009 +0100"
      },
      "message": "ALSA: hda - Assign HP and speaker DACs before mic/line-in\n\nAssign DACs to HP and speaker before mic-in/line-in shared outputs.\nThis improves the usability as it results in more intuitive mixer\nnames.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "ee58a7ca21b2acf0d7ad0e1eb2f8d916ecf9fadc",
      "tree": "39802cc041de6a62f21cffc20f4ebfd479dd540e",
      "parents": [
        "668b9652be33510a2a42b290dd335d34d38e2068"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Mar 06 12:00:24 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Mar 06 12:00:24 2009 +0100"
      },
      "message": "ALSA: hda - Connect to primary DAC if no individual DAC is available\n\nIn stac92xx_auto_fill_dac_nids[], connect to the primary DAC if no\nindividual DAC is available for each pin.  This ensures that the pin\nworks somehow at least.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "668b9652be33510a2a42b290dd335d34d38e2068",
      "tree": "32477214a98a4503e163cd12696e21d7720bcb6d",
      "parents": [
        "7a411ee01bf3114ba2a2ae013eaae4e3c41f8eb5"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Mar 06 10:13:24 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Mar 06 10:13:24 2009 +0100"
      },
      "message": "ALSA: hda - Create multiple HP / speaker controls with index\n\nCreate multiple \"Headphone\" and \"Speaker\" controls with non-zero index\nnumbers instead of \"Headphone2\", etc.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "7a411ee01bf3114ba2a2ae013eaae4e3c41f8eb5",
      "tree": "3362c9c8e2c9c34f9315619408283f703c376d36",
      "parents": [
        "dc04d1b4d2043e2fca2d94d6d5542b930f2bc5b3"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Mar 06 10:08:14 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Mar 06 10:08:14 2009 +0100"
      },
      "message": "ALSA: hda - Allow slave controls with non-zero indices\n\nFix snd_hda_add_vmaster() to check the non-zero indices of slave controls.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "dc04d1b4d2043e2fca2d94d6d5542b930f2bc5b3",
      "tree": "2b0450ffcf9c64b6f8b3220262fd81bd934d08a7",
      "parents": [
        "b3225190c1991449086395f85a3cc07ac936e8f0"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Mar 06 10:00:05 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Mar 06 10:04:24 2009 +0100"
      },
      "message": "ALSA: hda - Create output controls according to pin types for IDT/STAC\n\nImprove the parser to pick up more intuitive control names for the\noutputs judging from the pin type, instead of fixed names assigned\nto channels.\n\nAlso, revive the multi-HP workaround since this change fixes the\nproblem with the multi-HP detection.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "b3225190c1991449086395f85a3cc07ac936e8f0",
      "tree": "0c42a3f4e8cc9c4497260d649cdbeb890915e5f9",
      "parents": [
        "f03d3115a6bcb814019d945c50c2ef91e5f14477",
        "c50ff7c04225c945b13d410d50fde6ff6c59d7ee"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Mar 06 09:52:36 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Mar 06 09:52:36 2009 +0100"
      },
      "message": "Merge branch \u0027fix/hda\u0027 into topic/hda\n"
    },
    {
      "commit": "c50ff7c04225c945b13d410d50fde6ff6c59d7ee",
      "tree": "5e79da51f13af445af9ff648fd9a5c176844a0fd",
      "parents": [
        "14b97595e0e1f47b6f809e180e5bcd8dcd995690"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Mar 06 09:43:58 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Mar 06 09:47:22 2009 +0100"
      },
      "message": "ALSA: hda - Fix headphone-detect regression with multiple HP jacks\n\nThe recent changes over the DAC detection mechanism in patch_sigmatel.c\nbreaks the HP detection on the machines with multiple HP jacks.\nIt\u0027s basically because of the workaround to support the multi-channel\noutput.  Since the HP detection is more important feature, disable\nthe HP-swap workaroud temporarily.\n\nReference: Novell bnc#482052\n\thttps://bugzilla.novell.com/show_bug.cgi?id\u003d482052\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "14b97595e0e1f47b6f809e180e5bcd8dcd995690",
      "tree": "8bc788131fffd93b3f83eb65d8444d7c637a8e65",
      "parents": [
        "38f1df27e3191d76e983cb9c6b4392582fd32fda"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Mar 06 09:42:07 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Mar 06 09:42:07 2009 +0100"
      },
      "message": "ALSA: hda - Fix typos in slave controls in patch_sigmatel.c\n\n\"Headphone Playback ...\" appears twice in slave_vols[] and slave_sws[].\nThey should be \"Headphone Playback2 ...\"\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "f03d3115a6bcb814019d945c50c2ef91e5f14477",
      "tree": "f064c1e8a4227543952133701dafd378501be37b",
      "parents": [
        "37db623ae2a7bde234a8ed683d0d13d6f939199c"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Mar 05 14:18:16 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Mar 05 14:18:26 2009 +0100"
      },
      "message": "ALSA: Fix sample rate of Lenovo Ideapad to 44.1kHz\n\nNoises can be heard on analog outputs of (some model of) Lenovo\nIdeapad due to the hardware problem, and the only workaround right now\nis to fix the sample rate to 44.1kHz.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "37db623ae2a7bde234a8ed683d0d13d6f939199c",
      "tree": "8981fbcc2a5300aafeb86441283d4ff9455e7c07",
      "parents": [
        "7ec30f0e7768985ab2ef6334840e3fc8fa253421"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Mar 05 09:40:16 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Mar 05 09:40:16 2009 +0100"
      },
      "message": "ALSA: hda - Fix check of ALC888S-VC in alc888_coef_init()\n\nFixed the wrong bits check to identify ALC888S-VC model in\nalc888_coef_init().\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "7ec30f0e7768985ab2ef6334840e3fc8fa253421",
      "tree": "254e58fd88f9c70ec4e93c868b39fa69f3714ea9",
      "parents": [
        "8718b700ccbcc3c6016d38a75e005293c3660f1c"
      ],
      "author": {
        "name": "Herton Ronaldo Krzesinski",
        "email": "herton@mandriva.com.br",
        "time": "Wed Mar 04 14:22:52 2009 -0300"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Mar 04 21:05:40 2009 +0100"
      },
      "message": "ALSA: hda - Map 3stack-hp model (ALC888) for HP Educ.ar\n\nAdded model\u003d3stack-hp for HP Educ.ar desktop machine (103c:2a72).\n\nSigned-off-by: Herton Ronaldo Krzesinski \u003cherton@mandriva.com.br\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "8718b700ccbcc3c6016d38a75e005293c3660f1c",
      "tree": "167e1f0e5d65fc59642207fc7d812aef01503725",
      "parents": [
        "3ea0d7cf472c6118bb8c0842d606f5436251e179"
      ],
      "author": {
        "name": "Herton Ronaldo Krzesinski",
        "email": "herton@mandriva.com.br",
        "time": "Wed Mar 04 14:22:51 2009 -0300"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Mar 04 21:05:25 2009 +0100"
      },
      "message": "ALSA: hda - Add headphone automute support for 3stack-hp model (ALC888)\n\nMute speaker outputs on headphone insertion for machines that use\n3stack-hp model.\n\nSigned-off-by: Herton Ronaldo Krzesinski \u003cherton@mandriva.com.br\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "3ea0d7cf472c6118bb8c0842d606f5436251e179",
      "tree": "678f20a8ec10204032e202fa8f5ce3ad5ba36f1a",
      "parents": [
        "bd6afe3f34d41ed81e0c62a5a2181bb7bd51aebf"
      ],
      "author": {
        "name": "Herton Ronaldo Krzesinski",
        "email": "herton@mandriva.com.br",
        "time": "Wed Mar 04 14:22:50 2009 -0300"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Mar 04 21:05:11 2009 +0100"
      },
      "message": "ALSA: hda - Add 4 channel mode for 3stack-hp model (ALC888)\n\nAdd additional 4 channel mode for 3stack-hp models.\n\nSigned-off-by: Herton Ronaldo Krzesinski \u003cherton@mandriva.com.br\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "bd6afe3f34d41ed81e0c62a5a2181bb7bd51aebf",
      "tree": "beecbcd8aa7e5e13d83802ebfc547a398376a479",
      "parents": [
        "79d7d5333b598e9a559bf27833f0ad2b8bf6ad2c"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Mar 04 11:30:25 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Mar 04 11:30:25 2009 +0100"
      },
      "message": "ALSA: hda - Fix conflict of mixer controls on Sony VAIO VGN-AR71S\n\nThe recent update enabled the model\u003dsony-assamd for all ALC262 with\nPCI SSID 104d:90xx.  But this includes the VAIO VGN-AR* that has the\nprimary codec of STAC92xx and the secondary ALC262 as a slave\ndigital-only codec.  For this device, the model\u003dauto must be chosen\nto work properly.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "79d7d5333b598e9a559bf27833f0ad2b8bf6ad2c",
      "tree": "3ace212e462ec9e28708655b03ffeac31939b28e",
      "parents": [
        "82ad39f9391fca1d3177bd9f6a5264eff5b5346a"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Mar 04 09:03:50 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Mar 04 09:03:50 2009 +0100"
      },
      "message": "ALSA: hda - Fix HP dv6736 mic input\n\nFix the mic input of HP dv6736 with Conexant 5051 codec chip.\nThis laptop seems have no mic-switching per jack connection.\nA new model hp-dv6736 is introduced to match with the h/w implementation.\n\nReference: Novell bnc#480753\n\thttps://bugzilla.novell.com/show_bug.cgi?id\u003d480753\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "82ad39f9391fca1d3177bd9f6a5264eff5b5346a",
      "tree": "f9fff89c53c4902b311566272bb5e802d41d5984",
      "parents": [
        "d02b1f3910f12cfe377a31afebcbbde4f5664b74"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Mar 03 15:00:35 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Mar 03 15:00:35 2009 +0100"
      },
      "message": "ALSA: hda - Fix gcc compile warning\n\nIt\u0027s false positive, but annoying.\n  sound/pci/hda/hda_codec.c: In function ‘get_empty_pcm_device’:\n  sound/pci/hda/hda_codec.c:2772: warning: ‘dev’ may be used uninitialized in this function\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "d02b1f3910f12cfe377a31afebcbbde4f5664b74",
      "tree": "dbd49494cd1be6ead23d6e1d6a702fc13f3b333a",
      "parents": [
        "6565e4faca257fc51a4c55199d72e2701ba7e819"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 02 17:34:51 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 02 17:34:51 2009 +0100"
      },
      "message": "ALSA: hda - Update documetation for hints sysfs entry\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "6565e4faca257fc51a4c55199d72e2701ba7e819",
      "tree": "580d4c74537ccc6ca794e508585087ff09c6029f",
      "parents": [
        "d78d7a90adf793943cc29a414b6f4364a700aad5"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 02 14:38:35 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 02 17:30:00 2009 +0100"
      },
      "message": "ALSA: hda - Add more hint options for IDT/Sigmatel codecs\n\nAllow more options to be set/reset via hwdep hint entry.\nhp_detect, gpio_mask, gpio_dir, gpio_data, eapd_mask and eapd_switch\ncan be checked.\n\nFor example, to disable hp_detect on the fly,\n\t# echo \"hp_detect\u003d0\" \u003e /sys/class/sound/hwC0D0/hints\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "d78d7a90adf793943cc29a414b6f4364a700aad5",
      "tree": "25d528df4b6a830a1c1a6001277bf9bd8f0827ea",
      "parents": [
        "ab1726f920275b52991b2eff7538ac6d313bf9a2"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 02 14:26:25 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 02 17:30:00 2009 +0100"
      },
      "message": "ALSA: hda - Create \"Analog Loopback\" controls optionally\n\nDon\u0027t create \"Analog Loopback\" controls as default since these controls\nare usually more harmful than useful for normal users.\nOnly created when \"loopback \u003d yes\" hint is given.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "ab1726f920275b52991b2eff7538ac6d313bf9a2",
      "tree": "0ad588024d3742c77e85978e78d21e5e9ce1a2e6",
      "parents": [
        "43b62713f67d9f0655f3a61f5bd14d6297ddd3ce"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 02 17:09:25 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 02 17:29:53 2009 +0100"
      },
      "message": "ALSA: hda - Add show for init_verbs and hints sysfs entries\n\nAdded the show method for init_verbs and hints hwdep sysfs entries.\nThey show the current values.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "43b62713f67d9f0655f3a61f5bd14d6297ddd3ce",
      "tree": "fd05fb617e177808c164371f4c596f6d7a087026",
      "parents": [
        "6e655bf21697d2594243098a14e0699e8d4a4059"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 02 14:25:17 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 02 17:28:54 2009 +0100"
      },
      "message": "ALSA: hda - Add hint string helper functions\n\nAdded snd_hda_get_hint() and snd_hda_get_bool_hint() helper functions\nto retrieve a hint value.\n\nInternally, the hint is stored in a pair of two strings, key and val.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "6e655bf21697d2594243098a14e0699e8d4a4059",
      "tree": "4cae7f4f569afd9e0305b9bc222fd6d519600d82",
      "parents": [
        "f93d461bcde6ac3db542361c00a7e4167f88176d"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 02 10:46:03 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 02 10:46:30 2009 +0100"
      },
      "message": "ALSA: hda - Don\u0027t return a fatal error at PCM-creation errors\n\nDon\u0027t return a fatal error to the driver but continue to probe when\nany error occurs at creating PCM streams for each codec.\nIt\u0027s often non-fatal and keeping it would help debugging.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "f93d461bcde6ac3db542361c00a7e4167f88176d",
      "tree": "b4a64791fc78adbce9f245093bf802f43094c1d6",
      "parents": [
        "d1f1af2dbf8207db590853a59bec465c4f68cfdc"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 02 10:44:15 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 02 10:44:15 2009 +0100"
      },
      "message": "ALSA: hda - Revert the codec probe at control-creation errors\n\nRevert the codec probe instead of returning the error to the driver\nwhen any error occurs at creating the control elements.\nThe control element conflict can be non-fatal in many cases,\nespecially if it comes from the digital-only codec.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "d1f1af2dbf8207db590853a59bec465c4f68cfdc",
      "tree": "12e30f09988b57189667621ed12f62e9c79434cf",
      "parents": [
        "4c4531d64dd0442813c7307b860bf40a2aec51bc"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 02 10:35:29 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 02 10:35:29 2009 +0100"
      },
      "message": "ALSA: hda - Intialize more codec fields in snd_hda_codec_reset()\n\nInitiailize forgotten fields in snd_hda_codec_reset().\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "4c4531d64dd0442813c7307b860bf40a2aec51bc",
      "tree": "6e725e746c93263aed8c5146944bd0634564183d",
      "parents": [
        "892981ffbe9a5c4cbc9d75f423b145f32c765f9c"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 02 08:06:11 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 02 08:06:11 2009 +0100"
      },
      "message": "ALSA: hda - Remove Toshiba probe_mask quirk\n\nRevert the Toshiba probe_mask quirk for 2.6.29 kernel\n(commit 38f1df27e3191d76e983cb9c6b4392582fd32fda).\nIn the current tree, the digital-only codec is handled properly so\nno codec conflict should occur.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "892981ffbe9a5c4cbc9d75f423b145f32c765f9c",
      "tree": "ad3813d6505f087ef7d07be0bb48ed68601206f1",
      "parents": [
        "b31b43e9fb49b71ae753bebc185fe55797ba20c6"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 02 08:04:35 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 02 08:04:35 2009 +0100"
      },
      "message": "ALSA: hda - Don\u0027t create a beep control for digital-only ALC268\n\nWhen an ALC268 codec is set up as the digital-only (as found in Toshiba\nlaptops), it shouldn\u0027t contain any beep control that conflict with the\nprimary codec.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "b31b43e9fb49b71ae753bebc185fe55797ba20c6",
      "tree": "702b451d43f50e348b4e5064ed11a24b48eceb0b",
      "parents": [
        "c82c8abdeef53eb0bb0504becb4e91bbccceaee8",
        "38f1df27e3191d76e983cb9c6b4392582fd32fda"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 02 08:04:10 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 02 08:04:10 2009 +0100"
      },
      "message": "Merge branch \u0027fix/hda\u0027 into topic/hda\n\nConflicts:\n\tsound/pci/hda/hda_intel.c\n"
    },
    {
      "commit": "38f1df27e3191d76e983cb9c6b4392582fd32fda",
      "tree": "039a6a50561f76c396582fd0da2f29143bcd7209",
      "parents": [
        "bb543c969467f33c3a1a0ccfcfcd9a508cd81c54"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Sun Mar 01 10:55:44 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 02 07:55:52 2009 +0100"
      },
      "message": "ALSA: hda - Add probe_mask default for Toshiba laptop with ALC268\n\nSome Toshiba laptops have another ALC268 codec on slot#3 that conflicts\nwith the primary codec.  The codec#3 is for the digital I/O, and should\nbe fixed by the driver, but it\u0027d need a bunch of changes.\n\nSo, let\u0027s fix the probe problem temporarily by setting the default\nprobe_mask value.\n\nReference: kernel bugzilla #12735\n\thttp://bugzilla.kernel.org/show_bug.cgi?id\u003d12735\n\nTested-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "c82c8abdeef53eb0bb0504becb4e91bbccceaee8",
      "tree": "a52b657bb390e0d9e2d77980a0df648f64f0113a",
      "parents": [
        "53eff7e1e0de1cde8e8cbe619f401d2578dde946"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 27 17:52:22 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 27 17:52:22 2009 +0100"
      },
      "message": "ALSA: hda - Fix an \"unused variable\" compile warning\n\nForgot to remove an unused variable.\n  sound/pci/hda/patch_realtek.c: In function ‘alc882_auto_init_analog_input’:\n  sound/pci/hda/patch_realtek.c:7018: warning: unused variable ‘vref’\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "53eff7e1e0de1cde8e8cbe619f401d2578dde946",
      "tree": "84cc2c3484a36df0e7814046d140d869633fcb3e",
      "parents": [
        "f897497673ffd2895778d85df38a5071434309b4"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 27 17:49:44 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 27 17:49:44 2009 +0100"
      },
      "message": "ALSA: hda - Match all 103c:17xx devices for HP BPC model\n\nUse SND_PCI_QUIRK_MASK() to match all devices with 103c:17xx for\nHP BPC model.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "f897497673ffd2895778d85df38a5071434309b4",
      "tree": "5c7431ab4d7f31d99756459494f3ab4dc8752078",
      "parents": [
        "bedfcebb4fb33fc9ebd395462e72afa103db0bec",
        "bb543c969467f33c3a1a0ccfcfcd9a508cd81c54"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 27 17:47:31 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 27 17:47:31 2009 +0100"
      },
      "message": "Merge branch \u0027fix/hda\u0027 into topic/hda\n\nConflicts:\n\tsound/pci/hda/patch_realtek.c\n"
    },
    {
      "commit": "bb543c969467f33c3a1a0ccfcfcd9a508cd81c54",
      "tree": "e8f2cccaf64b052b2f9a0a6a45437e43bb0c14da",
      "parents": [
        "ea18aa464452c3e6550320d247c0306aaa2d156f"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 27 17:44:07 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 27 17:44:07 2009 +0100"
      },
      "message": "ALSA: hda - Add quirk for new HP xw series\n\nAdded model\u003dhp-bpc for new HP xw series (103c:170b).\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "ea18aa464452c3e6550320d247c0306aaa2d156f",
      "tree": "f46a79fc6e93c75215762dc1dce35026eb69b22f",
      "parents": [
        "cc374c477c9bf95f409fed16426856d86a97394f"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 27 17:36:33 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 27 17:36:33 2009 +0100"
      },
      "message": "ALSA: hda - Fix digital mic on dell-m4-1 and dell-m4-3\n\nFix num_dmuxes initialization for dell-m4-1 and dell-m4-3 models\nof IDT 92HD71bxx codec, which was wrongly set to zero.\n\nCc: \u003cstable@kernel.org\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "bedfcebb4fb33fc9ebd395462e72afa103db0bec",
      "tree": "5d2976e9203ba9d9c09a1d90f67064a82dd420e9",
      "parents": [
        "1607b8ea0a4cc20752978fadb027daafc8a2d93c"
      ],
      "author": {
        "name": "peerchen",
        "email": "peerchen@gmail.com",
        "time": "Fri Feb 27 17:03:19 2009 +0800"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 27 10:22:55 2009 +0100"
      },
      "message": "ALSA: hda - Add the Device IDs for MCP89 and remove IDs of MCP7B\n\nAdded the Device IDs for MCP89 HD audio controller.\nRemoved the IDs of MCP7B cause this chipset had been cancelled.\n\nSigned-off-by: Peer Chen \u003cpeerchen@gmail.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "1607b8ea0a4cc20752978fadb027daafc8a2d93c",
      "tree": "fba95a76044c5e1090a8195e2a046d05f1cf9fc8",
      "parents": [
        "23f0c048ba59ad5c2f3fd85ed98360b631dbf6f8"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Feb 26 16:50:43 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Feb 26 16:50:43 2009 +0100"
      },
      "message": "ALSA: hda - Add model\u003dauto for STAC/IDT codecs\n\nAdded the model\u003dauto to STAC/IDT codecs to use the BIOS default setup\nexplicitly.  It can be used to disable the device-specific model quirk\nin the driver.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "23f0c048ba59ad5c2f3fd85ed98360b631dbf6f8",
      "tree": "12a8c8ba33112e1e6ab998bc5cc657904a373a30",
      "parents": [
        "5d9b6c07831456b7a7d90eac31c853d60eaf8ab6"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Feb 26 13:03:58 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Feb 26 13:03:58 2009 +0100"
      },
      "message": "ALSA: hda - Clean up the input pin setup in automatic mode\n\nClean up the input-pin setup in automatic mode in patch_realtek.c.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "5d9b6c07831456b7a7d90eac31c853d60eaf8ab6",
      "tree": "8c125b4a4b538f3a186ab8d7283e744dd6ed1fed",
      "parents": [
        "f872a9194cb006994d47a58efc875218594e6072"
      ],
      "author": {
        "name": "Hannes Eder",
        "email": "hannes@hanneseder.net",
        "time": "Wed Feb 25 22:28:45 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Feb 26 09:59:04 2009 +0100"
      },
      "message": "ALSA: sound/pci/hda: fix sparse warning: different signedness\n\nFix this sparse warning:\n  sound/pci/hda/hda_codec.c:1544:19: warning: incorrect type in assignment (different signedness)\n  sound/pci/hda/hda_codec.c:1544:19:    expected unsigned long *vals\n  sound/pci/hda/hda_codec.c:1544:19:    got long *\u003cnoident\u003e\n\nSigned-off-by: Hannes Eder \u003channes@hanneseder.net\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "f872a9194cb006994d47a58efc875218594e6072",
      "tree": "e4c680328793d36ccbe34ebbe0444e3606764a8e",
      "parents": [
        "873dc78a8676b7ba6260b1d74c50d8ea5025ecbe"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Feb 26 00:57:01 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Feb 26 00:57:01 2009 +0100"
      },
      "message": "ALSA: hda - Clean up / fix quirk for Sony laptops with ALC262\n\nClean up / fix quirk entries for Sony laptops with ALC262 codec\nusing NSD_PCI_QUIRK_MASK().\n\nThis also fixes the kernel bug #12780\n\thttp://bugme.linux-foundation.org/show_bug.cgi?id\u003d12780\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "873dc78a8676b7ba6260b1d74c50d8ea5025ecbe",
      "tree": "468d49f63efe1a337167756bc52f4a6cf1ab93f8",
      "parents": [
        "a65d629ceb4cff5e7d5edadfd6bf1f64c370a517"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Feb 25 18:12:13 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Feb 25 18:12:13 2009 +0100"
      },
      "message": "ALSA: hda - Clean up / fix quirks for HP laptops with AD1984A\n\nUse SND_PCI_QUIRK_MASK() to clean up / support better HP laptops with\nAD1984A codec.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "a65d629ceb4cff5e7d5edadfd6bf1f64c370a517",
      "tree": "afe9fc6ca83c7e2261ec3032eca34739376514cf",
      "parents": [
        "209b14033652f0509912da97fb4a5c8001e64ec0"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Feb 23 16:57:04 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Feb 23 16:57:04 2009 +0100"
      },
      "message": "ALSA: hda - Add pseudo device-locking for clear/reconfig\n\nAdded the pseudo device-locking using card-\u003eshutdown flag to avoid\nthe crash via clear/reconfig during operations.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "209b14033652f0509912da97fb4a5c8001e64ec0",
      "tree": "4b9f6e00815932c65dacd1e0148fe0538bb2323d",
      "parents": [
        "13c989beba166b470b1e6b0fa117148bcbfa3dd1",
        "39c2871eeaeeddcbecee29ec905ec528a057ca52"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Feb 23 14:15:47 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Feb 23 14:15:47 2009 +0100"
      },
      "message": "Merge branch \u0027test/hda-pincfg\u0027 into topic/hda\n"
    },
    {
      "commit": "39c2871eeaeeddcbecee29ec905ec528a057ca52",
      "tree": "14736b0a6bbb2f8cd63bf274a0543a51c7a6aac2",
      "parents": [
        "5e7b8e0d87091ae21b291588817b5359a5e00795"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Feb 23 14:14:51 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Feb 23 14:14:51 2009 +0100"
      },
      "message": "ALSA: hda - Add an example about pin reconfiguration\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "13c989beba166b470b1e6b0fa117148bcbfa3dd1",
      "tree": "9e0bce3d86a35f810818929c32ab13940193373a",
      "parents": [
        "1618a3281b90c43ccc85b58699508b9864defc8c"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Feb 23 11:33:34 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Feb 23 11:33:34 2009 +0100"
      },
      "message": "ALSA: hda - Don\u0027t give over 0dB volume for AD1984A HP laptops\n\nSet the upper limit 0dB to the volume of mixer amp 0x20 for\nAD1984A HP laptops.  The overloaded volume may damage the internal\nspeaker.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "5e7b8e0d87091ae21b291588817b5359a5e00795",
      "tree": "07bf1dd225eee4f6d3717738c454dd93481afd19",
      "parents": [
        "346ff70fdbe9093947b9494fe714c89cafcceade"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Feb 23 09:45:59 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Feb 23 09:45:59 2009 +0100"
      },
      "message": "ALSA: hda - Make user_pin overriding the driver setup\n\nMake user_pin overriding even the driver pincfg, e.g. the static / fixed\npin config table in patch_sigmatel.c.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "346ff70fdbe9093947b9494fe714c89cafcceade",
      "tree": "6c961c9c8956a291cad2e40c9b442022b2863769",
      "parents": [
        "c17a1abae2f29047a0f57324240b01609489261b"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Feb 23 09:42:57 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Feb 23 09:42:57 2009 +0100"
      },
      "message": "ALSA: hda - Rename {override,cur}_pin with {user,driver}_pin\n\nRename from override_pin and cur_pin with user_pin and driver_pin,\nrespectively, to be a bit more intuitive.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "c17a1abae2f29047a0f57324240b01609489261b",
      "tree": "86537857c7dcd188a702bfffe78b5298c738f308",
      "parents": [
        "f1085c4f319f1e43c95718045a235f276cc4b615"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Feb 23 09:28:12 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Feb 23 09:28:12 2009 +0100"
      },
      "message": "ALSA: hda - Use snd_hda_codec_get_pincfg() in the rest places\n\nReplace with snd_hda_codec_get_pincfg() in the places where available.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "1618a3281b90c43ccc85b58699508b9864defc8c",
      "tree": "21990e42077a1d1cafe628af01ad4510ddf071c4",
      "parents": [
        "cc95948972576c3efa43c9ed05b4a265805a4c54",
        "cc374c477c9bf95f409fed16426856d86a97394f"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Feb 23 08:14:41 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Feb 23 08:14:41 2009 +0100"
      },
      "message": "Merge branch \u0027fix/hda\u0027 into topic/hda\n\nConflicts:\n\tsound/pci/hda/patch_realtek.c\n"
    },
    {
      "commit": "cc374c477c9bf95f409fed16426856d86a97394f",
      "tree": "7e3e210b544810b28aa0b8d0e9ae0024a59f654b",
      "parents": [
        "2d4663816064fabb68935f920bbd7ccdc7f9392d"
      ],
      "author": {
        "name": "Juan Jesus Garcia de Soria",
        "email": "skandalfo@gmail.com",
        "time": "Mon Feb 23 08:11:59 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Feb 23 08:13:53 2009 +0100"
      },
      "message": "ALSA: hda - Quirk for Acer Aspire 6530G\n\nThe Acer Aspire 6530G needs the 4930G \"model\" for the front mic to\nwork properly.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "2d4663816064fabb68935f920bbd7ccdc7f9392d",
      "tree": "b25ae5eff52f0ef6b863c2dd010318926d2150dd",
      "parents": [
        "55290e1932102f57ea17e7cff895914c2dbdb4c4"
      ],
      "author": {
        "name": "Luke Yelavich",
        "email": "themuso@ubuntu.com",
        "time": "Mon Feb 23 13:00:33 2009 +1100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Feb 23 07:54:26 2009 +0100"
      },
      "message": "ALSA: hda - add another MacBook Pro 3,1 SSID\n\nReference: Ubuntu bug #33245\n    https://bugs.launchpad.net/bugs/332456\n\nSigned-off-by: Luke Yelavich \u003cthemuso@ubuntu.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "cc95948972576c3efa43c9ed05b4a265805a4c54",
      "tree": "a0e915960ecfeedaead7ee8c7579d910548cd7db",
      "parents": [
        "d2f57cd54a602c979e571aa337b206c88609876d"
      ],
      "author": {
        "name": "Michael Schwingen",
        "email": "michael@schwingen.org",
        "time": "Sun Feb 22 18:58:45 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Feb 23 07:39:34 2009 +0100"
      },
      "message": "ALSA: hda - add support for \"Maxdata Favorit 100XS\" (Intel HDA/ALC260)\n\nSigned-off-by: Michael Schwingen \u003cmichael@schwingen.org\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "f1085c4f319f1e43c95718045a235f276cc4b615",
      "tree": "b9dce1a540453a0b3bd50e32b58537b5e897773d",
      "parents": [
        "2f334f92cfb44d17b9f24a43f8998cca03f9a3dd"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 20 14:50:35 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 20 16:48:40 2009 +0100"
      },
      "message": "ALSA: hda - Update documentation for pincfg sysfs entries\n\nAdded the brief descriptions of new sysfs entries for pint default\nconfig values.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "2f334f92cfb44d17b9f24a43f8998cca03f9a3dd",
      "tree": "dfc6c07b4de91da28607503f641aa60d2bfec9ec",
      "parents": [
        "330ee9957910826a072c2ad5d4045182335f9963"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 20 14:37:42 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 20 16:48:40 2009 +0100"
      },
      "message": "ALSA: hda - Remove codec-specific pin save/restore functions\n\nReplace the accessor to pin defaults with the common code for caching.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "330ee9957910826a072c2ad5d4045182335f9963",
      "tree": "fefec172d6ba6030a8f08d04eebb88720a4ae3d2",
      "parents": [
        "0e8a21b59d48a63f45b3e6d2aca7fb91c5aec882"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 20 14:33:36 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 20 16:48:39 2009 +0100"
      },
      "message": "ALSA: hda - Remove IDT codec-specific pin save/restore functions\n\nRemoved its own save/restore functions and replaced with the common code.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "0e8a21b59d48a63f45b3e6d2aca7fb91c5aec882",
      "tree": "bd0f2935af7dc6654efc38ecf953f0f093028063",
      "parents": [
        "3be141494a080a9189b51fa78154c975ad8d9806"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 20 14:13:06 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 20 16:48:38 2009 +0100"
      },
      "message": "ALSA: hda - Remove realtek codec-specific pin save/restore functions\n\nNow it\u0027s done in the common code.\nAlso use the common access functions for pin defaults.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "3be141494a080a9189b51fa78154c975ad8d9806",
      "tree": "17b62025f9616afe5938a1638195f9b1e9498f11",
      "parents": [
        "d2f57cd54a602c979e571aa337b206c88609876d"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 20 14:11:16 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 20 16:48:26 2009 +0100"
      },
      "message": "ALSA: hda - Add generic pincfg initialization\n\nAdded the generic pincfg cache and save/restore functions.\nAlso introduced the pin-overriding via hwdep sysfs.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "d2f57cd54a602c979e571aa337b206c88609876d",
      "tree": "a17c840fe174bf36cdd39e4dbc3fc664aad0041d",
      "parents": [
        "7e0e44d430281d398769f1d7864e161203252760",
        "55290e1932102f57ea17e7cff895914c2dbdb4c4"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 20 16:06:47 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 20 16:06:47 2009 +0100"
      },
      "message": "Merge branch \u0027fix/hda\u0027 into topic/hda\n"
    },
    {
      "commit": "55290e1932102f57ea17e7cff895914c2dbdb4c4",
      "tree": "831c8a22a26df55ab78ab84ff2efd6927fdfad28",
      "parents": [
        "d14a7e0bfc4aed6452a436c9836903fbd1a5d6ad"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 20 15:59:01 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 20 16:06:30 2009 +0100"
      },
      "message": "ALSA: hda - Fix parse of init_verbs sysfs entry\n\nFixed the parse of init_verbs hwdep sysfs entry.\nSimplieied using sscanf.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "7e0e44d430281d398769f1d7864e161203252760",
      "tree": "bfda230cab7307a76393e2ffe265e13ddf2543bf",
      "parents": [
        "ab9fec099b796b002b6996c4c5845167d8fe6dbd"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Feb 19 08:15:49 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Feb 19 08:15:49 2009 +0100"
      },
      "message": "ALSA: hda - Add digital-only mode for ALC268\n\nALC268 can be configured as digital-only, e.g. for HDMI, on some\nmachines.  Allow the parser to set up the digital-only mode.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "ab9fec099b796b002b6996c4c5845167d8fe6dbd",
      "tree": "1adafed1b61ab8e955c7fb980f04c494003ab2e7",
      "parents": [
        "07eba61dd68678e30b24b4776f59798f625e089d"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Feb 19 08:13:26 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Feb 19 08:13:26 2009 +0100"
      },
      "message": "ALSA: hda - Avoid doubly beep attachment in patch_alc268()\n\nRemove the doubly attachment in patch_alc268().\nThe input beep is attached conditionally only when needed.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "07eba61dd68678e30b24b4776f59798f625e089d",
      "tree": "b11119ce0618fff0290956b7942a3258579f0b78",
      "parents": [
        "b3bdb30b6d1989129e297641fec791e9e555e4d8"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Feb 19 08:06:35 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Feb 19 08:06:35 2009 +0100"
      },
      "message": "ALSA: hda - Don\u0027t enable beep for digital-only ALC262\n\nWhen ALC262 codec is configured as digital-only, it\u0027s meaningless to\nadd the digital beep input.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "b3bdb30b6d1989129e297641fec791e9e555e4d8",
      "tree": "adddb23087130b5a2e106430d1affece94bd1274",
      "parents": [
        "c23127566c7a54c8413bf1b99becea76072f467e"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Feb 18 13:16:26 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Feb 18 13:16:26 2009 +0100"
      },
      "message": "ALSA: hda - Add quirk for Acer X3200\n\nAcer X3200 needs model\u003dauto, otherwise model\u003dacer is pre-selected.\n\nReference: Novell bnc#476268\n\thttps://bugzilla.novell.com/show_bug.cgi?id\u003d476268\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "c23127566c7a54c8413bf1b99becea76072f467e",
      "tree": "9357185737ee21d4cfea428a0d7ddd51260b6225",
      "parents": [
        "2ae466f8cc522843fa9a456e46007dd98b052b13"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Feb 16 15:20:41 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Feb 16 15:20:41 2009 +0100"
      },
      "message": "ALSA: hda - Clean up quirks for HP laptops with AD1984A\n\nClean up quirks for HP laptops with AD1984A using SND_PCI_QUIRK_MASK()\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "2ae466f8cc522843fa9a456e46007dd98b052b13",
      "tree": "1ebad3ef2eb6d47965a7f8c62a19894ddd0825e4",
      "parents": [
        "e23573d7e350b06416f311f0129b945d33492001"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Feb 16 14:16:36 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Feb 16 14:16:36 2009 +0100"
      },
      "message": "ALSA: hda - Cleanup IDT92HD7x HP quirks\n\nClean up IDT92HD7x quirks for HP laptops with SND_PCI_QUIRK_MASK().\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "e23573d7e350b06416f311f0129b945d33492001",
      "tree": "fb401dcbd7871b88212c5d5afb1560a323b58ba5",
      "parents": [
        "e2ea57a8df6da45f5f63ab7b56528a552f36fb72",
        "d14a7e0bfc4aed6452a436c9836903fbd1a5d6ad"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Feb 16 10:23:35 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Feb 16 10:23:35 2009 +0100"
      },
      "message": "Merge branch \u0027fix/hda\u0027 into topic/hda\n"
    },
    {
      "commit": "e2ea57a8df6da45f5f63ab7b56528a552f36fb72",
      "tree": "b92c42fe8f61c11094e6bdead3e39a6b506cf2ad",
      "parents": [
        "6a05ac4afa90ac9c38fedd3f6940fe8da5d1fcf6"
      ],
      "author": {
        "name": "Herton Ronaldo Krzesinski",
        "email": "herton@mandriva.com.br",
        "time": "Mon Feb 16 10:23:00 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Feb 16 10:23:00 2009 +0100"
      },
      "message": "ALSA: hda - Fix speaker output on HP DV4 1155-SE\n\nForce speaker pin config with model\u003dhp-dv5 model for cases when bios\ndoesn\u0027t set it up properly. All reported hp laptops using model\u003dhp-dv5\nmodel have speaker at pin 0x0d with same config, so it\u0027s safe to add\nthis within hp-dv5 model.\n\nReference: alsa-devel mailing list thread on\n    http://mailman.alsa-project.org/pipermail/alsa-devel/2009-February/014390.html\n\nSigned-off-by: Herton Ronaldo Krzesinski \u003cherton@mandriva.com.br\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "d14a7e0bfc4aed6452a436c9836903fbd1a5d6ad",
      "tree": "afe70ccdd66d893fd719ad4c528b30c79b890ef4",
      "parents": [
        "9411e21cd0cc4fd046b4f448417b0e103e80951c"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Feb 16 10:13:03 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Feb 16 10:16:27 2009 +0100"
      },
      "message": "Revert \"Sound: hda - Restore PCI configuration space with interrupts off\"\n\nThis reverts commit 32e176c14d7a425b681ef003c9061001ddb7fc7b.\n\nThat commit caused a regression with suspend on Thinkpad SL300.\n\nReference: kernel bug#12711\n\thttp://bugzilla.kernel.org/show_bug.cgi?id\u003d12711\n\nTested-by:  Alexandre Rostovtsev \u003ctetromino@gmail.com\u003e\nAcked-by: Rafael J. Wysocki \u003crjw@sisk.pl\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "6a05ac4afa90ac9c38fedd3f6940fe8da5d1fcf6",
      "tree": "056f6c1e27b751035af769b83f6def4086df9ef1",
      "parents": [
        "9b5f12e5a4029c1cd03784754687faef6d9e54fa"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 13 11:19:09 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 13 11:59:33 2009 +0100"
      },
      "message": "ALSA: hda - Support multiple digital outs with auto-probing\n\nAdded the support of multiple digital outputs via auto-probing for\nRealtek ALC88x codecs.  The multiple outputs are handled as slave\nstreams, so only one PCM stream (and the corresponding IEC958*\nelements) is provided to control both digital outputs.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "9b5f12e5a4029c1cd03784754687faef6d9e54fa",
      "tree": "73797b6fefeb166b7f56e9d9159086c9a6edacc1",
      "parents": [
        "c8a1a8985d705339a346203f26d2d6ff137f84c9"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 13 11:47:37 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 13 11:59:31 2009 +0100"
      },
      "message": "ALSA: hda - Add proper cleanup for multiout-dig for ALC codecs\n\nThe recent patch_realtek.c contains the slave digital-out support\nas well.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "c8a1a8985d705339a346203f26d2d6ff137f84c9",
      "tree": "e838790e6fb9b9a3ff0f08c465c3ec256dbcdf0c",
      "parents": [
        "946835074e026f4bbe9f3c2b091dca6346bd1474",
        "9411e21cd0cc4fd046b4f448417b0e103e80951c"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 13 11:59:26 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 13 11:59:26 2009 +0100"
      },
      "message": "Merge branch \u0027fix/hda\u0027 into topic/hda\n"
    },
    {
      "commit": "9411e21cd0cc4fd046b4f448417b0e103e80951c",
      "tree": "c92e5ab2c3ff642b9cdeb9c5308c94ec98ecd74a",
      "parents": [
        "3a08e30de2facffe8e1a25bf4fa62cbc920fbaf6"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 13 11:32:28 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 13 11:59:13 2009 +0100"
      },
      "message": "ALSA: hda - Add snd_hda_multi_out_dig_cleanup()\n\nAdded the helper function snd_hda_multi_out_dig_cleanup() to clean up\nthe digital outputs with multi setup.  This call is needed in cases\nthe codec supports multiple digital outputs as slaves.  Otherwise the\nslave widgets aren\u0027t properly cleaned up.\n\nFor a single digital output (e.g. in patch_conexant.c), this call isn\u0027t\nneeded.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "3a08e30de2facffe8e1a25bf4fa62cbc920fbaf6",
      "tree": "c6ea60a94e80416fe6a6c41ded071493f8fc0786",
      "parents": [
        "92258a3ed2f583c8720ef570f5c62b28e6c58d71"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 13 11:37:08 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 13 11:53:27 2009 +0100"
      },
      "message": "ALSA: hda - Add missing terminator in slave dig-out array\n\nAdded the missing terminator for ad1989b_slave_dig_outs[].\n\nCc: \u003cstable@kernel.org\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "946835074e026f4bbe9f3c2b091dca6346bd1474",
      "tree": "3bacb2729cfaa118580a718ded59c60229f9081a",
      "parents": [
        "344384494e7d3feb0a945a31280a35c5fcca2bbc"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 13 09:31:20 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 13 09:31:20 2009 +0100"
      },
      "message": "ALSA: hda - Add quirk for Acer AX1700-U3700A\n\nForce model\u003dauto for Acer AX1700-U3700A with ALC888 codec.\nSince Acer devices are handlded as model\u003dacer as default, the auto\nparsing has to be specified explicitly.\n(Maybe it\u0027s better rather to remove this default model\u003dacer handling,\n though.)\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "344384494e7d3feb0a945a31280a35c5fcca2bbc",
      "tree": "f55df4a995a1049c07eae5c307a35d0f31a09337",
      "parents": [
        "27e089888fb1a3d1d13892262f9d522b03985044",
        "92258a3ed2f583c8720ef570f5c62b28e6c58d71"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 13 08:41:44 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 13 08:41:44 2009 +0100"
      },
      "message": "Merge branch \u0027fix/hda\u0027 into topic/hda\n"
    },
    {
      "commit": "92258a3ed2f583c8720ef570f5c62b28e6c58d71",
      "tree": "276f9ac75ecf3018a429e9440c6c985c21380a65",
      "parents": [
        "26a74f1f61c5bba1c0b46e67e91e921e941f76d7"
      ],
      "author": {
        "name": "Herton Ronaldo Krzesinski",
        "email": "herton@mandriva.com.br",
        "time": "Thu Feb 12 17:27:27 2009 -0200"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 13 08:41:00 2009 +0100"
      },
      "message": "ALSA: hda - Change HP dv7 (103c:30f4) quirk from hp-m4 to hp-dv5 model\n\nChange HP dv7 quirk: although reported to work with hp-m4 model\n(https://bugzilla.novell.com/show_bug.cgi?id\u003d445321), the original\nreport doesn\u0027t contain info about testing of internal microphone.\n\nRecently I received a report about internal mic not working\n(https://qa.mandriva.com/show_bug.cgi?id\u003d44855#c193), this must be\nrelated with the forced line in on pin 0x0e done with hp-m4 model. Thus\nchange the current quirk from STAC_HP_M4 to STAC_HP_DV5, later reported\nto be fixed on a provided kernel with this change\n(https://qa.mandriva.com/show_bug.cgi?id\u003d44855#c196).\n\nSigned-off-by: Herton Ronaldo Krzesinski \u003cherton@mandriva.com.br\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "27e089888fb1a3d1d13892262f9d522b03985044",
      "tree": "e03566b4cf9ecb4dcf8b322bdc32857f67d50588",
      "parents": [
        "8bb0ac5573ff0879fef511e1a80a4a4db0316daa"
      ],
      "author": {
        "name": "Aristeu Sergio Rozanski Filho",
        "email": "aris@ruivo.org",
        "time": "Thu Feb 12 17:50:37 2009 -0500"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 13 08:40:20 2009 +0100"
      },
      "message": "ALSA: hda: add quirk for Lenovo X200 laptop dock\n\nCurrently the HP connector on X200 dock doesn\u0027t detect when a HP is connected\nnor allows sound to be played using it. This patch fixes the problem by adding\na quirk for this specific model. It\u0027s possible that others have the same NID\n(0x19) to report when dock HP is connected, but I don\u0027t have access to any.\nPlease Cc me in the reply since I\u0027m not subscribed to alsa-devel@.\n\nSigned-off-by: Aristeu Rozanski \u003caris@redhat.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "8bb0ac5573ff0879fef511e1a80a4a4db0316daa",
      "tree": "2f2734519b42feb2c020cb0b49917dbed62b3cff",
      "parents": [
        "ae374d667a54fb5e2c9c0c4e87b206bd665f3ad6"
      ],
      "author": {
        "name": "Matthew Ranostay",
        "email": "mranostay@embeddedalley.com",
        "time": "Thu Feb 12 16:50:01 2009 -0500"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 13 08:35:08 2009 +0100"
      },
      "message": "ALSA: hda: Add STAC_DELL_S14 quirk\n\nAdd STAC_DELL_S14 quirk for new laptop series. Removed un-needed pins\nin pin_nids for stac92hd83xxx. Also reorganized connection selection\ncode for the respective ports per quirk define.\n\nSigned-off-by: Matthew Ranostay \u003cmranostay@embeddedalley.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "ae374d667a54fb5e2c9c0c4e87b206bd665f3ad6",
      "tree": "46f68a4ca5a4663733d234190d94e7332fa81a05",
      "parents": [
        "20db7cb0acd0ba5a3b12f686148d670294a69366"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 13 08:33:55 2009 +0100"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Feb 13 08:33:55 2009 +0100"
      },
      "message": "ALSA: hda - Update documentation\n\nUpdate documentation regarding codec probing; the new probe_only option\nand the new probe_mask usage.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    }
  ],
  "next": "20db7cb0acd0ba5a3b12f686148d670294a69366"
}
