)]}'
{
  "log": [
    {
      "commit": "81937d3bac582ea2249dc2c8891d3371635e8b64",
      "tree": "2aa6a1787815e04a1684b048c9c0673922c8808d",
      "parents": [
        "bdd148a307e230517bf891c108e0eec68ba5d10f"
      ],
      "author": {
        "name": "Steve Longerbeam",
        "email": "stevel@embeddedalley.com",
        "time": "Tue May 08 15:33:03 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:18 2007 +0200"
      },
      "message": "[ALSA] Add speaker pin sequencing to hda_codec.c:snd_hda_parse_pin_def_config()\n\nSome verb tables (such as an Asus VT sent by IDT) contain only speaker\nouts in the default pin configs, and no line-outs. In such a case the\nspeaker sequence numbers have to be used to order the speaker out\npins, just as is being done for line-out pins. Then, when speaker-outs\nare copied to line-outs, the line-outs will be ordered properly.\n\nSigned-off-by: Steve Longerbeam \u003cstevel@embeddedalley.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "bdd148a307e230517bf891c108e0eec68ba5d10f",
      "tree": "7fa88c608913978f52d8b76a6b1b5d6f537857f3",
      "parents": [
        "0bbed758c024bb72cec8219879dc87cb04c6dd5c"
      ],
      "author": {
        "name": "Kailang Yang",
        "email": "kailang@realtek.com.tw",
        "time": "Tue May 08 15:19:08 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:18 2007 +0200"
      },
      "message": "[ALSA] hda-codec - Add ALC861VD Lenovo support\n\n- Added ALC861VD Lenovo support (17aa:3802, 17aa:2066)\n- Modify alc_subsystem_id\n\nSigned-off-by: Kailang Yang \u003ckailang@realtek.com.tw\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "0bbed758c024bb72cec8219879dc87cb04c6dd5c",
      "tree": "45560e726c1355ca4b6b575aaae1daf2e88978b0",
      "parents": [
        "490cbd92ed4d9915b582f4e40c605eeb977e5d40"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue May 08 15:17:15 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:17 2007 +0200"
      },
      "message": "[ALSA] hda-codec - Fix connection list in generic parser\n\nFix the retrival of widget connection list in the generic parser.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "490cbd92ed4d9915b582f4e40c605eeb977e5d40",
      "tree": "afbe6759e98fe65ac4015869139c347b52ef8f44",
      "parents": [
        "d05cc104320210e1c38ff9675c5038cffb2d86dc"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Mon May 07 09:29:32 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:17 2007 +0200"
      },
      "message": "[ALSA] usb-audio: work around wrong wMaxPacketSize on ESI M4U\n\nAdd a workaround for the ESI M4U that claims to support 32-byte packets\nbut ignores the remaining bytes of packets bigger than four bytes.\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "d05cc104320210e1c38ff9675c5038cffb2d86dc",
      "tree": "2d2fecd77706207c66e5ae174374a28ec96e8ae1",
      "parents": [
        "a91214589e6527b18f52bc0b31253f9dfb4665e6"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Mon May 07 09:28:53 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:17 2007 +0200"
      },
      "message": "[ALSA] usb-audio: work around broken M-Audio MidiSport Uno firmware\n\nThe firmware of the M-Audio USB Uno MIDI Interface has, at least in\nhardware revision 1.25, a bug that garbles its USB output.  When it\nreceives a Note On MIDI message that uses running status, the resulting\nUSB MIDI packet has a wrong CIN (4 instead of 9) and a wrong length\n(2 bytes, the status byte is still missing).\nThis patch adds a workaround to track the CINs and the MIDI messages of\nreceived USB MIDI packets to detect whether a packet with CIN 4 is a\ncorrect SysEx packet or a buggy running status packet.\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "a91214589e6527b18f52bc0b31253f9dfb4665e6",
      "tree": "45d6adab7f094fa62b05de5c046325a03c0b68c4",
      "parents": [
        "d427c77eb2484c37d76b8e157e2b0b82c9b03062"
      ],
      "author": {
        "name": "Daniel Drake",
        "email": "dsd@gentoo.org",
        "time": "Mon May 07 09:27:05 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:17 2007 +0200"
      },
      "message": "[ALSA] usb-audio: explicitly match Logitech QuickCam\n\nCommit 93c8bf45e083b89dffe3a708363c15c1b220c723 modified the USB device\nmatching behaviour to ignore interface class matches if the device class\nis vendor-specific.\nThis patch adds explicit ID matches for Logitech QuickCam devices, which\nhave a vendor specific device class (but standards-compliant audio\ninterfaces).\nThis fixes a 2.6.20 regression where the audio component of these\ndevices was no longer usable.\nhttp://bugs.gentoo.org/show_bug.cgi?id\u003d175715\nhttps://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.20/+bug/93822\nhttps://bugtrack.alsa-project.org/alsa-bug/view.php?id\u003d3040\nBased on a patch from sergiom\n\nSigned-off-by: Daniel Drake \u003cdsd@gentoo.org\u003e\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "d427c77eb2484c37d76b8e157e2b0b82c9b03062",
      "tree": "775981f03002f08406285ac79cd52384c30bbd8e",
      "parents": [
        "458a4fabf185d90234225d7e05d81188b4dad9f1"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Sat May 05 12:19:52 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:17 2007 +0200"
      },
      "message": "[ALSA] hda-codec - Fix a typo\n\nThe AMP mute bit is bit 7.  No real influence since no one uses this\ndefinition yet, though...\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "458a4fabf185d90234225d7e05d81188b4dad9f1",
      "tree": "e2c0ca6f7a2900ec2b38d5aeb401950920a9e386",
      "parents": [
        "35b26722a1716b45b5b92d5af2f1ea1fdd4d0a25"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Sat May 05 12:18:40 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:15 2007 +0200"
      },
      "message": "[ALSA] hda-codec - Fix ALC880 uniwill auto-mutes\n\nFix the auto-mute controls of ALC880 uniwill model.  Split to two\nindividual functions to handle HP and front-mic mutes.  For front-mic\nmute, use snd_hda_codec_amp_update() to be consistent with mixer.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "35b26722a1716b45b5b92d5af2f1ea1fdd4d0a25",
      "tree": "5a64fb57ca19359c64dd1772f8f11306672ec0cd",
      "parents": [
        "713fb93936bebc158b4bbae6be61a6310923543c"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Sat May 05 12:17:17 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:15 2007 +0200"
      },
      "message": "[ALSA] hda-codec - Fix AD1988 SPDIF playback route control\n\nFix AD1988 SPDIF playback route control for selecting ADC1-3.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "713fb93936bebc158b4bbae6be61a6310923543c",
      "tree": "1de79f549d02dcfe5ed3d25ee41f4e3ba51a7bf0",
      "parents": [
        "2393144deac0903d944cbd578db49cf738811999"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@linux-foundation.org",
        "time": "Sat May 05 12:02:25 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:15 2007 +0200"
      },
      "message": "[ALSA] wm8750 typo fix\n\nI quuestion the testing status of that patch!\n\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "2393144deac0903d944cbd578db49cf738811999",
      "tree": "977401512860b34aaa8d309a5d07e949c73abb7d",
      "parents": [
        "7b043899992e5d9c0b1a620cdad9158d2e5484d7"
      ],
      "author": {
        "name": "David Rientjes",
        "email": "rientjes@google.com",
        "time": "Fri May 04 09:35:54 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:15 2007 +0200"
      },
      "message": "[ALSA] wavefront: only declare isapnp on CONFIG_PNP\n\nFrom: David Rientjes \u003crientjes@google.com\u003e\nisapnp[] is only used for CONFIG_PNP.  If this configuration option is\nnot set, do not declare the array.\nCc: Adam Belay \u003cambx1@neo.rr.com\u003e\nCc: Takashi Iwai \u003ctiwai@suse.de\u003e\n\nSigned-off-by: David Rientjes \u003crientjes@google.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "7b043899992e5d9c0b1a620cdad9158d2e5484d7",
      "tree": "5d613f2bdb33a858fd10fb5b98518979a7329009",
      "parents": [
        "7e0af29d6f3964bec3d72c6caeb87a603e660fdf"
      ],
      "author": {
        "name": "Steve Longerbeam",
        "email": "stevel@embeddedalley.com",
        "time": "Thu May 03 20:50:03 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:15 2007 +0200"
      },
      "message": "[ALSA] hda-codec - bug fixes for stac92xx HDA codecs.\n\n* fixed surround playback on stac922x. Pin direction control bits were\n  not being set correctly in stac92xx_set_pinctl(). Specifically it\n  would refuse to set the port as an output if the port was already\n  configured as an input. Last hunk (#8).\n* fixed an input mux bug on 92xx codecs. When there is more than one\n  possible input calculated for the muxes, the actual mux widget never\n  gets set from its reset default, which is index 0, in the stac9221\n  case that is port E. So alsamixer/amixer/gnome-mixer report the Mic\n  as being the selected input source, but in fact is something else\n  (line-in port E in stac9221 case). Another problem with this is that\n  if you actually try to set the mux input to \u0027Mic\u0027, nothing happens\n  because *cur_val \u003d\u003d idx (see snd_hda_input_mux_put). You have to\n  actually toggle input source to line-in then back to mic to actually\n  set the mux widget. Hunk #7.\n* fixed some typos in patch_sigmatel.c. Hunk #6.\n* fix to stac92xx_add_dyn_out_pins() that fixes surround playback on\n  codecs with less that 4 DACs (stac9205 for example). It reads the widget\n  caps cache created by hda_codec to count the total number of analog DACs\n  found. It then uses that to determine whether there will be enough\n  independent DACs available for line/mic switch controls. Hunk #1, #2,\n  and #3.\n* improvements to stac92xx_auto_fill_dac_nids() to make it more general.\n  This fixes surround playback on some codecs in combination with the\n  fix to stac92xx_add_dyn_out_pins() above. It reads the full connection\n  list now, instead of just the first entry, and then locates an analog\n  DAC in the list. If one is found and it\u0027s free, assign it to that line-out.\n  If no free DAC is found for the line-out, return -ENODEV. It also makes\n  sure to actually select the chosen DAC if more than one DAC is input to\n  the pin. Hunks #4, #5.\n\nSigned-off-by: Steve Longerbeam \u003cstevel@embeddedalley.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "7e0af29d6f3964bec3d72c6caeb87a603e660fdf",
      "tree": "96f2fdbb205668caa8731001987f4d26074bff9d",
      "parents": [
        "1327e2b859d725f94687f80e7719a367501b3be2"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Thu May 03 17:59:54 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:14 2007 +0200"
      },
      "message": "[ALSA] add MODULE_FIRMWARE entries\n\nAdd MODULE_FIRMWARE() entries, where appropriate.\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "1327e2b859d725f94687f80e7719a367501b3be2",
      "tree": "469e38eaf27f8a8033a2eab43764b5b3936778dd",
      "parents": [
        "5d403b1923fa352b2cbaf8d0945f7ff872049dae"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Thu May 03 17:56:59 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:14 2007 +0200"
      },
      "message": "[ALSA] do not depend on FW_LOADER when internal firmware images are used\n\nSince request_firmware() is no longer used when the internal firmware\nimages are used, it is no longer necessary to depend on FW_LOADER in\nthis case.\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "5d403b1923fa352b2cbaf8d0945f7ff872049dae",
      "tree": "0bc2ff455cc2cdb86e54fc390aad042fb2af68d7",
      "parents": [
        "81c4899f7ef3675fdc574de2671ff9fa45996cc5"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu May 03 12:32:29 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:14 2007 +0200"
      },
      "message": "[ALSA] hda-codec - Fix resume of STAC92xx codecs\n\nAdded a missing call to resume mixer controls for STAC92xx codecs.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "81c4899f7ef3675fdc574de2671ff9fa45996cc5",
      "tree": "eaf295ec2f7a964588737d9c3deeefc1084bc943",
      "parents": [
        "4d69d756d19a4f457749f3667ad7fc8984bba15c"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu May 03 12:26:14 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:14 2007 +0200"
      },
      "message": "[ALSA] usbaudio - Revert the minimal period size fix patch\n\nThe last patch didn\u0027t really work (false report).\nAlthough the hardware supports 125us minimum period, the current\nusb-audio driver code assumes the 1ms period in many places.\nRollback the change.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "4d69d756d19a4f457749f3667ad7fc8984bba15c",
      "tree": "bea6f827661213c3deeed0c93eedc3ffd64c9575",
      "parents": [
        "6b9fa70a73e8627c2823ee95e7c55d77e0716f1c"
      ],
      "author": {
        "name": "Tobin Davis",
        "email": "tdavis@dsl-only.net",
        "time": "Thu May 03 12:17:11 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:13 2007 +0200"
      },
      "message": "[ALSA] hda-codec - Add support for new HP DV series laptops\n\nThis patch adds support for 3 new HP laptops to the Conexant\n\u0027Venice\u0027 driver.\n\nSigned-off-by: Tobin Davis \u003ctdavis@dsl-only.net\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "6b9fa70a73e8627c2823ee95e7c55d77e0716f1c",
      "tree": "e8c9e348a63e9282f9ab48021b2b38e01543cd7b",
      "parents": [
        "27fe0f4b985d8427d93ff6c9457e198ab8ffe035"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed May 02 12:09:48 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:13 2007 +0200"
      },
      "message": "[ALSA] usb-audio - Fix the minimum period size per transfer mode\n\nThe minimal period size is 125us for high-speed mode while\n1ms for full-speed mode.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "27fe0f4b985d8427d93ff6c9457e198ab8ffe035",
      "tree": "ff9365a807fcfd5496453689f305aa30e836f33e",
      "parents": [
        "82c8c74107c31673478031e90e24a2b74ca680f2"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Wed May 02 12:07:55 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:13 2007 +0200"
      },
      "message": "[ALSA] sound/pcmcia/vx/vxpocket.c: fix an if() condition\n\nIt seems noone ever tried to use this driver with more than one device.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "82c8c74107c31673478031e90e24a2b74ca680f2",
      "tree": "343512d9860963c2c46c2d66cf9ce074b1065748",
      "parents": [
        "86f55319011499662ec7f78db1640b1d158fcba0"
      ],
      "author": {
        "name": "James Courtier-Dutton",
        "email": "James@superbug.co.uk",
        "time": "Thu Apr 19 11:14:41 2007 +0100"
      },
      "committer": {
        "name": "Mercurial server",
        "email": "hg@alsa0.alsa-project.org",
        "time": "Fri May 11 16:56:13 2007 +0200"
      },
      "message": "[ALSA] snd-emu10k1: Prevent E-Mu 1010 Notebook card from hanging PC.\n\nE-Mu 1010 is not currently supported yet. Needs development work.\n\nSigned-off-by: James Courtier-Dutton \u003cJames@superbug.co.uk\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "f16928fb53111bc23516372df7f6fed86bdfa661",
      "tree": "949715a74d22e4d1eb1a5cec04705dfcfb75059a",
      "parents": [
        "e6db1119318abdc445d541b560744bd6551b1b3d"
      ],
      "author": {
        "name": "Sylvain FORET",
        "email": "sylvain.foret@anu.edu.au",
        "time": "Fri Apr 27 14:22:36 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:12 2007 +0200"
      },
      "message": "[ALSA] snd_hda_intel: fix for intel imac\n\nAdd handling of Intel-iMac-specific pinconfig of the sound card.\nIntel-iMac now handled as a separated subsystem.\n\nSigned-off-by: Sylvain FORET \u003csylvain.foret@anu.edu.au\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "e6db1119318abdc445d541b560744bd6551b1b3d",
      "tree": "9774c52ad665988711d62e133ccfdde844652e79",
      "parents": [
        "43ea1d478fe5eaf4441263cf6ddad7dd05e1a399"
      ],
      "author": {
        "name": "Wolke Liu",
        "email": "wolke.liu@amd.com",
        "time": "Fri Apr 27 12:20:57 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:12 2007 +0200"
      },
      "message": "[ALSA] hda-intel - Add ATI RS780,R600 HDMI audio support\n\nThis patch is for ATI RS780 and R600 HDMI support.\n\nSigned-off-by: Wolke Liu \u003cwolke.liu@amd.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "43ea1d478fe5eaf4441263cf6ddad7dd05e1a399",
      "tree": "e54f670f6040759571472e949192382ccb4051f9",
      "parents": [
        "b7dd2b349a9fa9e4347780c2bbb41e51484b5bb5"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Apr 26 19:12:08 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:12 2007 +0200"
      },
      "message": "[ALSA] hda-codec - Prefer audio codec name as the mixer name\n\nPrefer the name of audio codecs as the mixer name even if\nmodem codecs are probed before the audio codecs.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "b7dd2b349a9fa9e4347780c2bbb41e51484b5bb5",
      "tree": "f5b896fd062a410e46bc35963fe15cdaed38f654",
      "parents": [
        "f223a9fc3d5707c354588570e2cf1f3abf6b1f84"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Apr 26 14:13:44 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:11 2007 +0200"
      },
      "message": "[ALSA] Don\u0027t use request_firmware if internal firmwares are defined\n\nDon\u0027t use request_firmware() if the internal firmwares are defined\nvia Kconfig.  Otherwise it results in a significant delay at loading\ntime (minutes).\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "f223a9fc3d5707c354588570e2cf1f3abf6b1f84",
      "tree": "ce6a999272aa30f54c13a2a21d5f628fd0c730e3",
      "parents": [
        "b7589ceba035d3f5f1baf69cc67991abd2ce6688"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Apr 25 13:38:31 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:10 2007 +0200"
      },
      "message": "[ALSA] hda-codec - Fix model for ASUS A9rp\n\nFixed the model (asus-laptop) for ASUS A9rp with ALC660 codec.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "b7589ceba035d3f5f1baf69cc67991abd2ce6688",
      "tree": "6116c0e2db25b9391467c6e36df8dcb05d7b3172",
      "parents": [
        "c5a30f85fd56c06efddbe6f4885c7968245c2d8a"
      ],
      "author": {
        "name": "Tobin Davis",
        "email": "gruemaster@email.uophx.edu",
        "time": "Tue Apr 24 17:56:55 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:10 2007 +0200"
      },
      "message": "[ALSA] HDA-Intel: Fix headphone squeal on Conexant audio\n\nThis patch fixes the headphone squeal and noise on Conexant CX20551\n(Waikiki) audio.\n\nSigned-off-by: Tobin Davis \u003cgruemaster@email.uophx.edu\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "c5a30f85fd56c06efddbe6f4885c7968245c2d8a",
      "tree": "813874ce9f72e9e2ae01f1deeb87246dc83f8f45",
      "parents": [
        "bccad14e9a931027b72f20fe7caba68fea760e7b"
      ],
      "author": {
        "name": "Pavel Hofman",
        "email": "dustin@seznam.cz",
        "time": "Tue Apr 24 12:27:36 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:10 2007 +0200"
      },
      "message": "[ALSA] ice1724 - Misc fixes for Prodigy192\n\n- always set 256fs in SPDIF master clock mode\n- disable deemphasis filter in AK4114 for Prodigy192\n\nSigned-off-by: Pavel Hofman \u003cdustin@seznam.cz\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "bccad14e9a931027b72f20fe7caba68fea760e7b",
      "tree": "bb1ddba10ec0498ad9814369b684e119afa8492f",
      "parents": [
        "baba8ee9d12d17cac1042a5c816aef7d6610a6c3"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Apr 24 12:23:53 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:09 2007 +0200"
      },
      "message": "[ALSA] hda-intel - Fix detection of audio codec on Toshiba A100\n\nSome boards have the audio codec on slot #3 while the modem codec\non slot #0.  The driver should continue to probe the slots when\nno audio codec is found.\nThis fixes the problem of no device on Toshiba A100 (and some other\nATI SB450 devices).\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "baba8ee9d12d17cac1042a5c816aef7d6610a6c3",
      "tree": "347b2e5b58dd3c5e8fec60ec8862d3d3449fb2e7",
      "parents": [
        "d258e24a39a75834f25c39f90a3a429978e9b896"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Apr 23 17:17:48 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:09 2007 +0200"
      },
      "message": "[ALSA] hda-codec - Fix output pin types in auto configuration\n\nUse PIN_HP output type for HP pin widgets accordingly, instead of\nalways applying PIN_OUT.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "d258e24a39a75834f25c39f90a3a429978e9b896",
      "tree": "93f5329faa03a77762b95c6e7e4508c714a5d06f",
      "parents": [
        "658fba0efe93fdef44f65cff391ae2a881e30d90"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Apr 23 17:16:21 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:09 2007 +0200"
      },
      "message": "[ALSA] hda-codec - Add line_out_type to auto_pin_cfg struct\n\nAdded line_out_type field to auto_pin_cfg struct to provide the\npin type of default line_outs.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "658fba0efe93fdef44f65cff391ae2a881e30d90",
      "tree": "88606b09dc6a1909cc8129b47f503ea43ea9a1a8",
      "parents": [
        "479ef4369f65abf4c3e7bbe44ef934a465257ee1"
      ],
      "author": {
        "name": "Tobin Davis",
        "email": "tdavis@dsl-only.net",
        "time": "Mon Apr 23 16:41:12 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:09 2007 +0200"
      },
      "message": "[ALSA] hda-codec - Add support for Asus A8JN Laptop\n\nThis patch adds support for the Asus A8JN Laptop.\nOther modes were tested, this one worked best.\n\nSigned-off-by: Tobin Davis \u003ctdavis@dsl-only.net\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "479ef4369f65abf4c3e7bbe44ef934a465257ee1",
      "tree": "1ac2fe99d0e40178253002a8decfab6b5a70b924",
      "parents": [
        "9422db4018cbfaa1a330b018a2bf6527d282b417"
      ],
      "author": {
        "name": "Akinobu Mita",
        "email": "akinobu.mita@gmail.com",
        "time": "Mon Apr 23 11:54:41 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:08 2007 +0200"
      },
      "message": "[ALSA] sound: fix incorrect use of platform_device_register()\n\nThe platform_device allocated by platform_device_alloc()\nshould be added to the device hierarchy by platform_device_add()\ninstead of platform_device_register().\nOtherwise it will hit WARN_ON() in platform_device_register().\nby illegal refcount.\nThis patch fixes such incorrect usages in portman2x4 and mts64 drivers.\nAlso it removes unnecessary trailing whitespaces.\n\nSigned-off-by: Akinobu Mita \u003cakinobu.mita@gmail.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "9422db4018cbfaa1a330b018a2bf6527d282b417",
      "tree": "ff46b591ccbd68cb4e8c711042c0ba3215cc2f02",
      "parents": [
        "2078f38c8008f5c54d9523ae19af32b9a0c5530e"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Apr 20 16:11:43 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:08 2007 +0200"
      },
      "message": "[ALSA] hda-codec - Fix 8-channel auto-configuration\n\nFix the auto-configuration of 8-channel devices.  The sequence numbers\nof usual 7.1 outputs are: 0/1/2/4 \u003d Front/CLFE/Rear/Side\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "2078f38c8008f5c54d9523ae19af32b9a0c5530e",
      "tree": "6165183730bea3d3b80800e966547a4af3fcbba9",
      "parents": [
        "c9758b2182bdcccce31e1be474bfcd75b69cff0c"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Apr 20 12:30:28 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:08 2007 +0200"
      },
      "message": "[ALSA] intel8x0 - Fix Oops in crash kernel\n\nWhen intel8x0 driver is loaded in the crash kernel, it gets Oops\noccasionally.  This is because the irq handler gets called before\nthe proper hardware initialization.  Now defer it after\nsnd_intel8x0_chip_init().\n(reference: http://lkml.org/lkml/2007/3/5/252)\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "c9758b2182bdcccce31e1be474bfcd75b69cff0c",
      "tree": "5b167a3051a43d499c4864d42894990c89dc6462",
      "parents": [
        "57b14f24d2a7aca65ddc6432fa89ebedf1219cc7"
      ],
      "author": {
        "name": "Milind Arun Choudhary",
        "email": "milindchoudhary@gmail.com",
        "time": "Thu Apr 19 15:22:56 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:08 2007 +0200"
      },
      "message": "[ALSA] sound: SPIN_LOCK_UNLOCKED cleanup\n\nSPIN_LOCK_UNLOCKED cleanup,use __SPIN_LOCK_UNLOCKED instead\n\nSigned-off-by: Milind Arun Choudhary \u003cmilindchoudhary@gmail.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "57b14f24d2a7aca65ddc6432fa89ebedf1219cc7",
      "tree": "3936bd445ac884eeb85abb454782b2b29718f621",
      "parents": [
        "fb956c16d92c6c8c8d30e938cce5c17cf737b646"
      ],
      "author": {
        "name": "Tobin Davis",
        "email": "tdavis@dsl-only.net",
        "time": "Wed Apr 18 23:05:36 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:07 2007 +0200"
      },
      "message": "[ALSA] hda-codec - Add support for Gigabyte S-Series GA-M57SLI-S4 motherboard\n\nAdded the support for Gigabyte S-Series GA-M57SLI-S4 motherboard\n(model\u003d6stack-dig).\n\nSigned-off-by: Tobin Davis \u003ctdavis@dsl-only.net\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "fb956c16d92c6c8c8d30e938cce5c17cf737b646",
      "tree": "663a6c86a9d978661a57865e79852fc1d9c6c7c5",
      "parents": [
        "43a23389003f92cc26a84a680008330e094db38d"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Apr 18 23:03:56 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:07 2007 +0200"
      },
      "message": "[ALSA] hda-codec - Fix surround output on AD1986A\n\nFix surround output on AD1986A codec 3stack model.\nThe following bugs are fixed:\n- init verbs for 3stack disabled the shared surround outputs\n- a channel mode change resulted in the mute of surrounds\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "43a23389003f92cc26a84a680008330e094db38d",
      "tree": "638829e3ad46c0e6c1090272dae3509b232cbc91",
      "parents": [
        "e81208fe5881b700cfb25db1ecb769ecbfff40cc"
      ],
      "author": {
        "name": "Liam Girdwood",
        "email": "lg@opensource.wolfsonmicro.com",
        "time": "Tue Apr 17 15:41:52 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:03 2007 +0200"
      },
      "message": "[ALSA] ASoC Kconfig description\n\nThis patch makes the ASoC Kconfig descriptions a little more meaningful.\n\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "e81208fe5881b700cfb25db1ecb769ecbfff40cc",
      "tree": "4ff17a7c2195a1a3d9255e9ea2f8319a768bdddf",
      "parents": [
        "7f1bc26e7df85957bcc48442f135e7a6f85e5edc"
      ],
      "author": {
        "name": "Graeme Gregory",
        "email": "gg@opensource.wolfsonmicro.com",
        "time": "Tue Apr 17 12:35:48 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:03 2007 +0200"
      },
      "message": "[ALSA] ASoC Samsung S3C24xx updates - i2s\n\nThis patch adds DMA size fields to the S3C24xx audio DMA params and\nexports the S3C24xx I2S digital audio interface.\n\nSigned-off-by: Graeme Gregory \u003cgg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "7f1bc26e7df85957bcc48442f135e7a6f85e5edc",
      "tree": "0a422afba5ff1b99e6960d95bcf98845c71d4a40",
      "parents": [
        "c45e20eb214648014d2df54ddb9f8665b231629f"
      ],
      "author": {
        "name": "Graeme Gregory",
        "email": "gg@opensource.wolfsonmicro.com",
        "time": "Tue Apr 17 12:35:18 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:03 2007 +0200"
      },
      "message": "[ALSA] ASoC Samsung S3c24xx updates - audio DMA cleanup\n\nThis patch cleans up the audio DMA for the Samsung S3C24xx platform.\n\nSigned-off-by: Graeme Gregory \u003cgg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "c45e20eb214648014d2df54ddb9f8665b231629f",
      "tree": "5672e7b7a82d8b280307d7b2cde36c7b96b210c9",
      "parents": [
        "5d0cedee53938832acc4a5081658f0ce31680c0f"
      ],
      "author": {
        "name": "Abhijit Bhopatkar",
        "email": "bainonline@gmail.com",
        "time": "Tue Apr 17 11:57:16 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:03 2007 +0200"
      },
      "message": "[ALSA] hda-codec - Add first generation macbook subsystem ID\n\nFirst generation MacBooks were getting ignored by sigmatel drivers\nand wrongly being identified as MACMINI. This patch makes them\nidentify as MACBOOK.\n\nSigned-off-by: Abhijit Bhopatkar \u003cbainonline@gmail.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "5d0cedee53938832acc4a5081658f0ce31680c0f",
      "tree": "6fd67004f0680e9f3480e9f1b8c8fbc0127823b7",
      "parents": [
        "33703b73980f0a84251c298d00ad5fbcce81ca31"
      ],
      "author": {
        "name": "Graeme Gregory",
        "email": "gg@opensource.wolfsonmicro.com",
        "time": "Mon Apr 16 19:20:17 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:02 2007 +0200"
      },
      "message": "[ALSA] ASoC export AC97 DAI\n\nThis patch exports the ASoC AC97 Digital Audio Interface as a GPL\u0027ed\nsymbol.\n\nSigned-off-by: Graeme Gregory \u003cgg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "33703b73980f0a84251c298d00ad5fbcce81ca31",
      "tree": "15513f24ccfad308478709f3b2c6dae189ce8b86",
      "parents": [
        "1f53aee0e0b398bad0c6ec2cd5ca2bccd4fbd56b"
      ],
      "author": {
        "name": "Liam Girdwood",
        "email": "lg@opensource.wolfsonmicro.com",
        "time": "Mon Apr 16 19:18:15 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:02 2007 +0200"
      },
      "message": "[ALSA] ASoC WM8753 codec - build changes\n\nThis patch adds the WM8753 codec driver to the kernel build system.\n\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "1f53aee0e0b398bad0c6ec2cd5ca2bccd4fbd56b",
      "tree": "f5e940d4da139d2628f4e4b9494fe54366e44ed4",
      "parents": [
        "1a236566ea320a05f3892d8dedd4b5c6bff8706b"
      ],
      "author": {
        "name": "Liam Girdwood",
        "email": "lg@opensource.wolfsonmicro.com",
        "time": "Mon Apr 16 19:17:44 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:02 2007 +0200"
      },
      "message": "[ALSA] SoC WM8753 codec support\n\nThis patch series adds support for the WM8753 codec as found on the\nOpenMoko Neo 1973 (other Neo 1973 and Samsung S3C24xx patches to follow\ntoday) as well other new devices.\nFeatures:-\n o HiFi and Voice DAI supported (inc runtime switching of DAI mode)\n o DAPM\n o All mixers\n o PLL calculator\n o 16,20 and 24bit samples.\n o WM8753 I2C ID added to include/linux/i2c-id.h\nFrom: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\n\nSigned-off-by: Harald Welte \u003claforge@openmoko.org\u003e\nSigned-off-by: Graeme Gregory \u003cgg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Seth Forshee \u003cseth.forshee@gmail.com\u003e\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "1a236566ea320a05f3892d8dedd4b5c6bff8706b",
      "tree": "88e7f913b66bbea36a67f2523b32602e556baa95",
      "parents": [
        "eb831da553d1526b9acd5ee4cd83ff52ae446c5f"
      ],
      "author": {
        "name": "Frank Mandarino",
        "email": "fmandarino@endrelia.com",
        "time": "Mon Apr 16 17:20:09 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:02 2007 +0200"
      },
      "message": "[ALSA] ASoC AT91xxxx build fix\n\nThis patch by Frank Madarino updates the AT91xxxx Makefile and Kconfig\nto build the renamed SSC files.\nChanges:-\no Rename various i2s labels to ssc\n\nSigned-off-by: Frank Mandarino \u003cfmandarino@endrelia.com\u003e\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "eb831da553d1526b9acd5ee4cd83ff52ae446c5f",
      "tree": "745fca42598afd847fbb9b1320ead30c04cee920",
      "parents": [
        "36b8a8bbb402911e59acf13b5074eb8915e47a6a"
      ],
      "author": {
        "name": "Frank Mandarino",
        "email": "fmandarino@endrelia.com",
        "time": "Mon Apr 16 17:19:42 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:01 2007 +0200"
      },
      "message": "[ALSA] ASoC AT91xxxx eti B1 machine SSC changes\n\nThis patch by Frank Madarino updates the eti B1 machine to use the newer\nAT91xxxx SSC core with the DSP/PCM audio hardware changes.\nChanges:-\n o #include \u0027at91-ssc.h\u0027 instead of \u0027at91-i2s.h\u0027\n o Rename various I2S labels to SSC\n\nSigned-off-by: Frank Mandarino \u003cfmandarino@endrelia.com\u003e\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "36b8a8bbb402911e59acf13b5074eb8915e47a6a",
      "tree": "11a9b7a77dd235f9baabd4770a742745b13092a5",
      "parents": [
        "1e39221eba72e4af37b40e71749b0c18bb16b9a6"
      ],
      "author": {
        "name": "Frank Mandarino",
        "email": "fmandarino@endrelia.com",
        "time": "Mon Apr 16 17:18:52 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:00 2007 +0200"
      },
      "message": "[ALSA] ASoC AT91xxxx - SSC port DSP support\n\nThis patch series by Frank Madarino updates the AT91xxxx core to add\nDSP/PCM audio hardware formats.\nChanges:-\n o Rename at19-i2s.c -\u003e at91-ssc.c\n o Rename at91-i2s.h -\u003e at91-ssc.h\n o Add DSP hardware formats.\n o Rename various I2S labels to SSC\n\nSigned-off-by: Frank Mandarino \u003cfmandarino@endrelia.com\u003e\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "1e39221eba72e4af37b40e71749b0c18bb16b9a6",
      "tree": "d304dcd1f69e9311a327edd21b3f22abdd2b2ddc",
      "parents": [
        "30652c4506c8bbfdf869ddc4c238e07de038f02a"
      ],
      "author": {
        "name": "Seth Forshee",
        "email": "seth.forshee@gmail.com",
        "time": "Mon Apr 16 15:36:42 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:00 2007 +0200"
      },
      "message": "[ALSA] ASoC DAPM switching for reentrant codec paths\n\nThis patch fixes an issue whereby power was applied to any inactive\nanalog path that would leave and reenter a codec (e.g. ACOP -\u003e ACIN on\nWM8753).  This change now checks for such paths and DAPM will power them\ndown when not in use.\n\nSigned-off-by: Seth Forshee \u003cseth.forshee@gmail.com\u003e\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "30652c4506c8bbfdf869ddc4c238e07de038f02a",
      "tree": "4af44ac9e798d56b9455df07a34f5a4eee3e37dd",
      "parents": [
        "826220463f619d14c5efea51aac6277b441052b8"
      ],
      "author": {
        "name": "Graeme Gregory",
        "email": "gg@opensource.wolfsonmicro.com",
        "time": "Mon Apr 16 15:35:46 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:56:00 2007 +0200"
      },
      "message": "[ALSA] ASoC WM9712 kmemdup\n\nThis patch creates the WM9712 codec register cache using kmemdup instead\nof doing a kzalloc followed by a memcpy.\n\nSigned-off-by: Graeme Gregory \u003cgg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "0ba21762d3966d242cb2486a76f83e5a34933f95",
      "tree": "6a9e142f7607e5e1ef5ee36402e77202f9f46e4a",
      "parents": [
        "756e2b014349e90aca1d0432498d1b35e5445566"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Apr 16 11:29:14 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:59 2007 +0200"
      },
      "message": "[ALSA] hda-codec - Code clean up\n\nTrivial code clean-ups to follow the standard coding styles.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "756e2b014349e90aca1d0432498d1b35e5445566",
      "tree": "29783e20bd2b5433024d63c9061500fabe3be745",
      "parents": [
        "5930ca41857f57e130b4438a9a261b2ab91f6fcf"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Apr 16 11:27:07 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:59 2007 +0200"
      },
      "message": "[ALSA] hda-intel - Merge hda-codec module to a single module\n\nMerge hda-codec module to a single hda-intel module since this is the\nonly user right now.  Although hda-codec stuff is designed to be used\nuniversally from different controller drivers, currently only one\ncontroller interface (and compatibles) are used.  So, let\u0027s merge them\nto a single module to save memory.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "5930ca41857f57e130b4438a9a261b2ab91f6fcf",
      "tree": "dd2123aee7ab46a0a729cb80bbc00c3caaee2e47",
      "parents": [
        "f12ab1e07dadecc3ac4774a7354c61baa83ff11f"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Apr 16 11:23:56 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:59 2007 +0200"
      },
      "message": "[ALSA] hda-codec - Allow opening SPDIF while analog dup mode\n\nAllow opening the dedicated SPDIF stream while running on analog dup\nmode.  Then the SPDIF stream is once reset and assigned for the new\nstream.  It\u0027s useful for exclusive SPDIF output like AC3/DTS.\n(In the former version, you had to close once the analog stream to\n play the exclusive digital stream.)\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "f12ab1e07dadecc3ac4774a7354c61baa83ff11f",
      "tree": "f22884a729368af19ed5c9f92cba13967261d592",
      "parents": [
        "a961f9fe8c6b0f3138a97582e1ddf05c4560593b"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Apr 12 15:51:47 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:59 2007 +0200"
      },
      "message": "[ALSA] hda-codec - clean up patch_realtek.c\n\nTrivial code clean-ups of patch_realtek.c: indent and whitespace fixes.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "a961f9fe8c6b0f3138a97582e1ddf05c4560593b",
      "tree": "e59c94ed7f8a436b6606218f4939834d19ea364b",
      "parents": [
        "bc9f98a9815c452a74e5eb9cbd2ed61b337fdcd2"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Apr 12 13:08:09 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:58 2007 +0200"
      },
      "message": "[ALSA] hda-codec - Add support of 96kHz back\n\nAdded the support of 96kHz sample rate back.  Although the rate isn\u0027t\nlisted in the ACC_PAR_PCM bits but si3054 codecs do support this rate\nexplicitly.  Now fixed the deteciton code not to check this extra bit.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "bc9f98a9815c452a74e5eb9cbd2ed61b337fdcd2",
      "tree": "dd8e465a66fa8082ff50fa04eedadc7d95a36512",
      "parents": [
        "7d4b4380d37025f0b13ae951e0cb2ff7184dc5bb"
      ],
      "author": {
        "name": "Kailang Yang",
        "email": "kailang@realtek.com.tw",
        "time": "Thu Apr 12 13:06:07 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:58 2007 +0200"
      },
      "message": "[ALSA] hda-codec - Add ALC662 support\n\n- Add ALC662 support\n- Fixed no sound for [0x1631, 0xc017, \u0027PB V7900\u0027, ALC260_WILL]\n- Fixed no sound for [0x161f, 0x2057, \u0027Replacer 672V\u0027, ALC260_REPLACER_672V]\n- Add SKU ID for auto mode\n\nSigned-off-by: Kailang Yang \u003ckailang@realtek.com.tw\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "7d4b4380d37025f0b13ae951e0cb2ff7184dc5bb",
      "tree": "d5681ff78c23376cec9263748ce565453f59e3cb",
      "parents": [
        "f06934bd3cf773c297683d1345bf61c7807d7e75"
      ],
      "author": {
        "name": "Pavel Hofman",
        "email": "dustin@seznam.cz",
        "time": "Tue Apr 10 11:39:58 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:58 2007 +0200"
      },
      "message": "[ALSA] ice1724 - Functioning support for Prodigy 192\n\nFixes:\n--------\n* correct card specific ice1724 initialization\n* working IEC958 output of the card\n* renamed capture controls\nNew features:\n------------------\n* analog input switch (line-in/mic)\n* optional ak4114 based MI/ODI/O card detection \u0026 support: IEC958 input,\n  digital input switch (toslink/coax)\nUnresolved issues\n-----------------------\n* Analog and digital input enums are listed on playback panel of alsamixer,\n  I do not know how to push them onto the capture one.\n\nSigned-off-by: Pavel Hofman \u003cdustin@seznam.cz\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "f06934bd3cf773c297683d1345bf61c7807d7e75",
      "tree": "d421e578f8d04f5ebe2895a9ae691f2ff54087e1",
      "parents": [
        "fdd4bb49ec3f401379875990fcece611c623e32f"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Apr 10 11:15:34 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:57 2007 +0200"
      },
      "message": "[ALSA] ice1724 - Add comments for naming of PCM streams\n\nAdded some comments regarding naming of PCM streams on vt172x chip.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "fdd4bb49ec3f401379875990fcece611c623e32f",
      "tree": "e435de7cd5e985ec8a1f78e516c95275315a269b",
      "parents": [
        "c4116ae717d6456884232642bae806125d39f1d3"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Apr 05 17:08:57 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:57 2007 +0200"
      },
      "message": "[ALSA] ice1724 - call snd_ak4114_build() in juli\n\nCall snd_ak4114_build() in juli support code to build proper mixer\nelements for SPDIF inputs.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "c4116ae717d6456884232642bae806125d39f1d3",
      "tree": "a60ed2867b07e8dcb8fe96a7c37e6c28d954b9c4",
      "parents": [
        "208eee2a9db7e70109583e3481371967cd1d4764"
      ],
      "author": {
        "name": "Pavel Hofman",
        "email": "dustin@seznam.cz",
        "time": "Thu Apr 05 17:07:30 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:57 2007 +0200"
      },
      "message": "[ALSA] Fix misc bugs in i2c/others/ak4114.c\n\n* correct register for \u0027IEC958 Non-PCM Bitstream\u0027, \u0027IEC958 DTS Bitstream\u0027\n  to use AK4114_REG_RCS0\n* correct check for control name: if (strstr(kctl-\u003eid.name, \u0027Playback\u0027))\n* correct check: if (!chip-\u003einit) in snd_ak4114_external_rate\n* added PCM control \u0027IEC958 PPL Lock Status\u0027\n\nSigned-off-by: Pavel Hofman \u003cdustin@seznam.cz\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "208eee2a9db7e70109583e3481371967cd1d4764",
      "tree": "dcca009bd1c5fa0e51125a2b195c8f33dcb150e3",
      "parents": [
        "6b97eb45f2edca51250b6c1e3142801f069245fe"
      ],
      "author": {
        "name": "Frederik Deweerdt",
        "email": "frederik.deweerdt@gmail.com",
        "time": "Thu Apr 05 16:57:41 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:57 2007 +0200"
      },
      "message": "[ALSA] pcm_native: lockdep warning when launching jack\n\nWhen launching \u0027jackd -d alsa\u0027, lockdep issues the following warning:\n[39701.405086] \u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n[39701.405093] [ INFO: possible recursive locking detected ]\n[39701.405107] 2.6.21-rc5-mm4 #2\n[39701.405109] ---------------------------------------------\n[39701.405112] jackd/17366 is trying to acquire lock:\n[39701.405114]  (\u0026substream-\u003eself_group.lock){....}, at: [\u003cc034d3c0\u003e] snd_pcm_action_group+0x90/0x240\n[39701.405131]\n[39701.405131] but task is already holding lock:\n[39701.405134]  (\u0026substream-\u003eself_group.lock){....}, at: [\u003cc034d63f\u003e] snd_pcm_action_lock_irq+0x3f/0xb0\n[39701.405141]\n[39701.405142] other info that might help us debug this:\n[39701.405145] 3 locks held by jackd/17366:\n[39701.405147]  #0:  (snd_pcm_link_rwlock){....}, at: [\u003cc034d627\u003e] snd_pcm_action_lock_irq+0x27/0xb0\n[39701.405155]  #1:  (\u0026substream-\u003egroup-\u003elock){....}, at: [\u003cc034d638\u003e] snd_pcm_action_lock_irq+0x38/0xb0\n[39701.405163]  #2:  (\u0026substream-\u003eself_group.lock){....}, at: [\u003cc034d63f\u003e] snd_pcm_action_lock_irq+0x3f/0xb0\n[39701.405171]\n[39701.405171] stack backtrace:\n[39701.405174]  [\u003cc0103b8a\u003e] show_trace_log_lvl+0x1a/0x30\n[39701.405179]  [\u003cc0104912\u003e] show_trace+0x12/0x20\n[39701.405183]  [\u003cc01049c6\u003e] dump_stack+0x16/0x20\n[39701.405187]  [\u003cc013b980\u003e] __lock_acquire+0xbd0/0x1040\n[39701.405193]  [\u003cc013be60\u003e] lock_acquire+0x70/0x90\n[39701.405197]  [\u003cc0407846\u003e] _spin_lock+0x36/0x50\n[39701.405203]  [\u003cc034d3c0\u003e] snd_pcm_action_group+0x90/0x240\n[39701.405207]  [\u003cc034d653\u003e] snd_pcm_action_lock_irq+0x53/0xb0\n[39701.405211]  [\u003cc035046f\u003e] snd_pcm_common_ioctl1+0x35f/0xfb0\n[39701.405215]  [\u003cc0351544\u003e] snd_pcm_playback_ioctl1+0x34/0x420\n[39701.405219]  [\u003cc03519f3\u003e] snd_pcm_playback_ioctl+0x43/0x50\n[39701.405223]  [\u003cc017ecc8\u003e] do_ioctl+0x28/0x80\n[39701.405229]  [\u003cc017ed77\u003e] vfs_ioctl+0x57/0x290\n[39701.405233]  [\u003cc017efe9\u003e] sys_ioctl+0x39/0x60\n[39701.405237]  [\u003cc0102bf4\u003e] sysenter_past_esp+0x5d/0x99\n[39701.405240]  \u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\nThe attached lockdep annotation silences the warning.\n\nSigned-off-by: Frederik Deweerdt \u003cfrederik.deweerdt@gmail.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "6b97eb45f2edca51250b6c1e3142801f069245fe",
      "tree": "be20e5e69f05499091ee9d83005b2712babb5431",
      "parents": [
        "f9ab2b1c3ab5345f9003bf7ebc1eaa0f9b8cf99e"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Apr 05 14:51:48 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:56 2007 +0200"
      },
      "message": "[ALSA] hda-codec - Fix SPDIF output\n\nFix SPDIF output (at least on Realtek codecs).  The DIGI_CONVERT verbs\nhave to be reset before the PCM stream is set up.  Otherwise the digital\nsetup is screwed up.\nAlso, check the AMP capability before setting AMP of the digital out\nwidget.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "f9ab2b1c3ab5345f9003bf7ebc1eaa0f9b8cf99e",
      "tree": "10645153733b7f71fe51a4485c9f997dd07a409f",
      "parents": [
        "51354ae3b8fdbeaf96e23ddf787432a38eba31f5"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Apr 03 13:20:49 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:55 2007 +0200"
      },
      "message": "[ALSA] ali5451 - Code clean up, irq handler fix\n\n- Clean up ali5451.c, following the standard coding style, unneeded codes\n  reduced, and removal of redundant variable initializations.\n  Hungarian notation isn\u0027t fixed yet ;)\n- Fix irq handler to return IRQ_NONE properly for shared irqs.\n  Also check the hardware availability in irq handler to avoid possible\n  initialization races at loading the driver.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "51354ae3b8fdbeaf96e23ddf787432a38eba31f5",
      "tree": "bcc9b700ca83c5e874ce02f206775630b452f047",
      "parents": [
        "a971c3d42524afc5619fa271d59d29be3c1661e3"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Mar 30 15:38:39 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:55 2007 +0200"
      },
      "message": "[ALSA] ak4114 - Fix possible Oops with callbacks\n\nak4114 code may trigger Oops when the parameters are changed without\ncall of snd_ak4114_build().  Now it checks the existence of kctl\nelement, and the workq is triggered after building the necessary\nkcontrols.\nAlso, did some code clean up.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "a971c3d42524afc5619fa271d59d29be3c1661e3",
      "tree": "396bb4570775d50c4d7080339813f092f6c7cb3f",
      "parents": [
        "c052f046240b094b2ec12e0004e47756302e2b55"
      ],
      "author": {
        "name": "Karsten Wiese",
        "email": "fzu@wemgehoertderstaat.de",
        "time": "Thu Mar 29 17:02:45 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:55 2007 +0200"
      },
      "message": "[ALSA] snd-usb-caiaq: Make playback work\n\nsome typo fixes.\n\nSigned-off-by: Karsten Wiese \u003cfzu@wemgehoertderstaat.de\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "c052f046240b094b2ec12e0004e47756302e2b55",
      "tree": "dd17ef340cfbf85354a2f633cc5569dd495113df",
      "parents": [
        "b07a14a549589e23be40f6b344df9512ba462e3f"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Mar 29 12:34:15 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:55 2007 +0200"
      },
      "message": "[ALSA] ice1724 - Fix AP192 4wire mode access\n\nap192_4wire_start() in ice1712/revo.c returns unsigned char\nwhereas it should return unsigned int.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "b07a14a549589e23be40f6b344df9512ba462e3f",
      "tree": "0571afe90144cf7b37fdb57b8f627431832e2ef3",
      "parents": [
        "b942cf815b5775288550f99f3790e29815bb70cb"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Mar 28 17:19:29 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:54 2007 +0200"
      },
      "message": "[ALSA] pcxhr - Minor optimization in trigger callback\n\nMinor optimization in trigger start callback.  This fixes a nasty\ncompile warning, too.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "b942cf815b5775288550f99f3790e29815bb70cb",
      "tree": "1b7ec7d36b3504139d7b9dd32eb25c56e4d877b3",
      "parents": [
        "d3091fad4a4902185c3ce0b77a847ecafcb3f006"
      ],
      "author": {
        "name": "Rene Herman",
        "email": "rene.herman@gmail.com",
        "time": "Wed Mar 28 15:23:53 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:54 2007 +0200"
      },
      "message": "[ALSA] es1968 - Fix stuttering capture\n\nLooks like the buffer size for the stereo capture has to be a\npower of two.  Now added a constraint to buffer bytes.\nAlso removed unnecessary #if 0 lines.\n\nSigned-off-by: Rene Herman \u003crene.herman@gmail.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "d3091fad4a4902185c3ce0b77a847ecafcb3f006",
      "tree": "0e238b713555799aa7df46d76d661e921d1c275f",
      "parents": [
        "e3f9678c36dc81fde5dc86848d6d6077659ecaf0"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Mar 28 15:11:53 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:54 2007 +0200"
      },
      "message": "[ALSA] hda-codec - Fix missing array terminators\n\nAdded missing array terminators in patch_conexant.c.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "e3f9678c36dc81fde5dc86848d6d6077659ecaf0",
      "tree": "b28edde630ae55c58c5dc8ca1601e27bfe42d216",
      "parents": [
        "6d5fc07aee79327eba5e50a3afa4c1f11b4291d6"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes@sipsolutions.net",
        "time": "Wed Mar 28 13:42:25 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:54 2007 +0200"
      },
      "message": "[ALSA] snd-aoa-i2sbus: use MODULE_DEVICE_TABLE instead of plain MODULE_ALIAS\n\nThis patch changes snd-aoa-i2sbus to use MODULE_DEVICE_TABLE instead of\na hardcoded MODULE_ALIAS. Thanks to Sylvain Munaut for pointing this\nout.\n\nSigned-off-by: Johannes Berg \u003cjohannes@sipsolutions.net\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "023ff3eee6255390384e050d9daab1490c88edf8",
      "tree": "225e8295feab27f88839d14cb9aeb6ad9cb64e33",
      "parents": [
        "523f1dce37434a9a6623bf46e7893e2b4b10ac3c"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Mar 27 11:50:19 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:53 2007 +0200"
      },
      "message": "[ALSA] sound: strlcpy is smart enough\n\nstrlcpy already accounts for the trailing zero in its length\ncomputation, so there is no need to substract one to the buffer size.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "523f1dce37434a9a6623bf46e7893e2b4b10ac3c",
      "tree": "6f429b936089a79864c4b29d72011583f0f998e2",
      "parents": [
        "e24a121aa1070fc91b6461b8b88bb6ffa61b4b49"
      ],
      "author": {
        "name": "Daniel Mack",
        "email": "daniel@caiaq.org",
        "time": "Mon Mar 26 19:11:24 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:53 2007 +0200"
      },
      "message": "[ALSA] Add Native Instrument usb audio device support\n\nAdd snd-usb-caiaq driver to support caiaq usb-audio devices from\nNative Instrument:\n\t* Native Instruments RigKontrol2\n\t* Native Instruments Kore Controller\n\t* Native Instruments Audio Kontrol 1\n\t* Native Instruments Audio 8 DJ\n\nSigned-off-by: Daniel Mack \u003cdaniel@caiaq.org\u003e\nSigned-off-by: Karsten Wiese \u003cfzu@wemgehoertderstaat.de\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "e24a121aa1070fc91b6461b8b88bb6ffa61b4b49",
      "tree": "4e25437c5fbb9291c3259acee8e3e6dc89d6ca69",
      "parents": [
        "1aba2bc32144ed13f1c0e581471fe943e738ff42"
      ],
      "author": {
        "name": "Andreas Mohr",
        "email": "andi@lisas.de",
        "time": "Mon Mar 26 12:49:45 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:52 2007 +0200"
      },
      "message": "[ALSA] azt3328.c: small cleanup patch\n\n- change \u0027PCM\u0027 mixer control (pre/post 3D) to \u0027PCM Output Route\u0027\n- improve snd_azf3328_debug_show_ports\n- less aggressive module init message\n- document Bass/Treble non-bug (prompted by user report - Thank You!!)\n- add some items to card description\n- add some I/O register documentation\n- enhance copyright\n\nSigned-off-by: Andreas Mohr \u003candi@lisas.de\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "1aba2bc32144ed13f1c0e581471fe943e738ff42",
      "tree": "0c0c0427bded7297829ce34d89e89fa42b3e5a29",
      "parents": [
        "19a982b69442d39b3bb6e710677320182480576b"
      ],
      "author": {
        "name": "Andrea Arcangeli",
        "email": "andrea@suse.de",
        "time": "Thu Mar 22 01:02:58 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:52 2007 +0200"
      },
      "message": "[ALSA] hda-codec - Fix front/rear mic inputs on AD1986A codec\n\nFix the front/rear mic inputs on ASUS M2NPV-VM board with AD1986A\ncodec chip (3stack model).\n\nSigned-off-by: Andrea Arcangeli \u003candrea@suse.de\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "19a982b69442d39b3bb6e710677320182480576b",
      "tree": "00e968d4e90dcb49ea3477badc2e1e01408742b9",
      "parents": [
        "4505179c73197c39272e8e66a172ab788009e07e"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Mar 21 15:14:35 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:52 2007 +0200"
      },
      "message": "[ALSA] hda-intel - Probe additional slots only if necessary\n\nProbing the codec slots on ATI controller causes problems on some\ndevices like Acer laptops.  On these devices, reading from codec\nslot 3 results in the communication failure with the codec chip.\nMeanwhile, some laptops (e.g. Gateway) have the codec connection\nonly on slot 3, and probing this slot is mandatory for them.\nThe patch improves the probing robustness.  The additional slots\nare now checked only when no codecs are found in the primary three\nslots.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "4505179c73197c39272e8e66a172ab788009e07e",
      "tree": "41cbfbd1c01894a6443bfb4bdf30baba692a21ba",
      "parents": [
        "97a1dd5bee9edab5172553cbdcfc858393814556"
      ],
      "author": {
        "name": "Rene Herman",
        "email": "rene.herman@gmail.com",
        "time": "Wed Mar 21 12:05:06 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:52 2007 +0200"
      },
      "message": "[ALSA] Fix alsa-devel ML address\n\nThis replaces all occurences of alsa-devel@lists.s[ource]f[orge].net\nthat a simple recursive grep found in the current HG ALSA repos by\nalsa-devel@alsa-project.org.\n\nSigned-off-by: Rene Herman \u003crene.herman@gmail.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "97a1dd5bee9edab5172553cbdcfc858393814556",
      "tree": "d75c3791089d115cfa8c9ab0af305f50c9fc5973",
      "parents": [
        "83c51c0ab08f55468d8f5444ff2f70a36841a21f"
      ],
      "author": {
        "name": "David Brownell",
        "email": "dbrownell@users.sourceforge.net",
        "time": "Wed Mar 21 11:54:04 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:51 2007 +0200"
      },
      "message": "[ALSA] fix SND_SOC Kconfig\n\nThe new ALSA \u0027SOC\u0027 support has bogus Kconfig ... it should\nnot be presenting anything AT91-related except on AT91,\nor anything PXA-related except on PXA.  Right now, x86\nsees both of those menus, as do all other platforms.\nThis patch removes needless Kconfig layering, and the\nrelated inappropriate choice presentation.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "83c51c0ab08f55468d8f5444ff2f70a36841a21f",
      "tree": "b961dfec390caeb84fb065ee67000b8cac3fd12c",
      "parents": [
        "e4b6088c8cf16781f7f7b887811b164daf625968"
      ],
      "author": {
        "name": "Rene Herman",
        "email": "rene.herman@gmail.com",
        "time": "Tue Mar 20 11:33:46 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:50 2007 +0200"
      },
      "message": "[ALSA] isa_bus device/driver naming\n\nisa_bus: delete snd_ prefix from the (sysfs visible) device/driver names.\n\nSigned-off-by: Rene Herman \u003crene.herman@gmail.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "e4b6088c8cf16781f7f7b887811b164daf625968",
      "tree": "9427dc93956dced5cd536d0bfd5996776d9bb99f",
      "parents": [
        "02a5039fc72611801e20679d2030d627ed043463"
      ],
      "author": {
        "name": "Julian Cable",
        "email": "julian_cable@yahoo.com",
        "time": "Mon Mar 19 11:44:40 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:50 2007 +0200"
      },
      "message": "[ALSA] hdsp - Add support for fine tuning of sample rate support to HDSP 9632\n\nAdd \u0027DDS Sample Rate Offset\u0027 control. Allows values in Hz from -5000 to +5000.\nThe value is added to the nominal sample rate and written to the DDS register.\n\nSigned-off-by: Julian Cable \u003cjulian_cable@yahoo.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "02a5039fc72611801e20679d2030d627ed043463",
      "tree": "fb7d1a0969e31e1b83db4e538d850ef991c6fe7b",
      "parents": [
        "2944275b146f4c0bb229a862bd8b3930c157d2a1"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 19 11:42:18 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:50 2007 +0200"
      },
      "message": "[ALSA] hda-codec - Fix Macmini and Macbook pin configs\n\nOriginal idea from Nicolas Boichat \u003cnicolas@boichat.ch\u003e.\nThe pin configurations of Macmini and MacBook (1st generation, at least)\nseem identical with MacBook Pro (1st generation).\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "2944275b146f4c0bb229a862bd8b3930c157d2a1",
      "tree": "1587d26620f119b4bbd64dcde77d4ceaeeeada49",
      "parents": [
        "1b60f6b0904737cb76cd4cd46b57592318c9a20e"
      ],
      "author": {
        "name": "Rask Ingemann Lambertsen",
        "email": "rask@sygehus.dk",
        "time": "Mon Mar 19 11:38:11 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:49 2007 +0200"
      },
      "message": "[ALSA] ad1816a: Fix modprobe snd_mpu401 \u0026\u0026 modprobe snd_ad1816a\n\n   The ad1816a driver fails if the mpu401 driver has been loaded first. This\npatch against linux 2.6.20 fixes it by just ignoring the MPU-401 device in\nthat case, so that the rest of the sound card can be used. The ad1816a\ndriver already handles the MPU-401 device being unavailable due to lack of\nresources in the same way.\n\nSigned-off-by: Rask Ingemann Lambertsen \u003crask@sygehus.dk\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "1b60f6b0904737cb76cd4cd46b57592318c9a20e",
      "tree": "f2919cf556d3650a72ef28de357c48ccc8808891",
      "parents": [
        "bf748ed73e6978657102bddb1c4cc8a8f342c484"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Mar 13 22:13:47 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:49 2007 +0200"
      },
      "message": "[ALSA] Fix conflicts between const and __devinitdata\n\nMarvin told with a depressed face,\n  gcc doesn\u0027t like both __devinitdata and const in the same line.\nSo, remove const from all over places now...\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "bf748ed73e6978657102bddb1c4cc8a8f342c484",
      "tree": "fa2d5f7d5aa38af95b8abe5bd56a0abefb5a0e92",
      "parents": [
        "623ec04798bc21a611a5409f39bd3069cc64a80f"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Mar 13 15:31:08 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:49 2007 +0200"
      },
      "message": "[ALSA] ice1712: build fixes\n\n  CC [M]  sound/pci/ice1712/ice1712.o\nsound/pci/ice1712/ice1712.c:290: error: snd_ice1712_mixer_digmix_route_ac97 causes a section type conflict\nsound/pci/ice1712/ice1712.c:1630: error: snd_ice1712_eeprom causes a section type conflict\n...\nGcc like its __devinitdata readable not const, it seems.  An alternative\nfix would be to remove the __devinitdata attribute but that would result\nin slight runtime bloat.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "623ec04798bc21a611a5409f39bd3069cc64a80f",
      "tree": "ed0ea97b1ce272876137bbb9a3e0119026581c50",
      "parents": [
        "345a1e150ed722bded478e23d3d75b6b73c63d5c"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Mar 13 15:29:47 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:49 2007 +0200"
      },
      "message": "[ALSA] hda_intel: build fix\n\n  CC [M]  sound/pci/hda/hda_intel.o\nsound/pci/hda/hda_intel.c:1508: error: position_fix_list causes a section type conflict\nGcc like its __devinitdata readable not const, it seems.  An alternative\nfix would be to remove the __devinitdata attribute but that would result\nin slight runtime bloat.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "345a1e150ed722bded478e23d3d75b6b73c63d5c",
      "tree": "9a4a2eb22af65fa01071f64d872bef055aa07ee2",
      "parents": [
        "3396b33c8eab1b06f7cd2a63069fd7a04f02d8fb"
      ],
      "author": {
        "name": "Robert P. J. Day",
        "email": "rpjday@mindspring.com",
        "time": "Mon Mar 12 12:54:23 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:48 2007 +0200"
      },
      "message": "[ALSA] Delete unused header file sound/pci/au88x0/au88x0_sb.h\n\n\nSigned-off-by: Robert P. J. Day \u003crpjday@mindspring.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "3396b33c8eab1b06f7cd2a63069fd7a04f02d8fb",
      "tree": "d4818660f5239880024ae7f5251204e1f5f449cd",
      "parents": [
        "2549413ea6c17c94e42ab14611e487d96c787578"
      ],
      "author": {
        "name": "Robert P. J. Day",
        "email": "rpjday@mindspring.com",
        "time": "Mon Mar 12 12:53:38 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:48 2007 +0200"
      },
      "message": "[ALSA] remove unused header file: sound/pci/cs46xx/imgs/cwcemb80.h\n\n\nSigned-off-by: Robert P. J. Day \u003crpjday@mindspring.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "2549413ea6c17c94e42ab14611e487d96c787578",
      "tree": "c0f2732cad2844836870be8ef4ef696fbdc692b6",
      "parents": [
        "e9024ccc2d54a71dfac583ede6082e265264d871"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 12 12:36:16 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:48 2007 +0200"
      },
      "message": "[ALSA] hda-codec - Code clean up of patch_sigmatel.c\n\n- Remove superfluous array member in stac9205_dmic_nids[]\n- Use ARRAY_SIZE() instead of hard-coded numbers\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "e9024ccc2d54a71dfac583ede6082e265264d871",
      "tree": "6db568bd91401a30a678eaf13d46e8411f7be8b0",
      "parents": [
        "7f29673b2b20071a407af0a0a6acab8230912c6e"
      ],
      "author": {
        "name": "John Utz",
        "email": "john.utz@dmx.com",
        "time": "Mon Mar 12 12:30:06 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:48 2007 +0200"
      },
      "message": "[ALSA] ac97 - Smart 5.1 for VIA 1617a codec\n\nThis patch provides a single 8 way enum called \u0027Smart 5.1 Select\u0027 with\nsome reasonable names for each enum that allows the user to choose\nwhich of the 8 possible settings for vt1617a\u0027s version of what via\ncalls \u0027Smart 5.1\u0027.\n\nSigned-off-by: John Utz \u003cjohn.utz@dmx.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "7f29673b2b20071a407af0a0a6acab8230912c6e",
      "tree": "387b2a3e6b07851fe76cad4e4f57b7f87919cf15",
      "parents": [
        "68e22543eec3e44508d0d4ed584562478b942b09"
      ],
      "author": {
        "name": "Tobin Davis",
        "email": "tdavis@dsl-only.net",
        "time": "Mon Mar 12 11:39:01 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:47 2007 +0200"
      },
      "message": "[ALSA] hda-codec - Conexant improvements\n\nThis patch further improves on the Conexant Audio driver.\nAdds support for Fujistu Siemens Si1520 series laptops.\nAdds support for mic/line in on CX20549 based systems (aka 5045).\nremoves duplicated or unused controls (gpio, spdif) from test model.\n\nSigned-off-by: Tobin Davis \u003ctdavis@dsl-only.net\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "68e22543eec3e44508d0d4ed584562478b942b09",
      "tree": "89eac3dca78134a33ed451aeb4134ede9920077b",
      "parents": [
        "592a82e8b6f4b5376e2faa2467b816cc8b73eaa6"
      ],
      "author": {
        "name": "Tobin Davis",
        "email": "tdavis@dsl-only.net",
        "time": "Mon Mar 12 11:36:39 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:47 2007 +0200"
      },
      "message": "[ALSA] hda-codec - Add Sony VGC-LA1 to patch_sigmatel.c\n\nThis patch adds the Sony Vaio VGC-LA1 to the stac9872_cfg_tbl.\n\nSigned-off-by: Tobin Davis \u003ctdavis@dsl-only.net\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "592a82e8b6f4b5376e2faa2467b816cc8b73eaa6",
      "tree": "975513e4edb8566ddd460f8483adb64834a3244f",
      "parents": [
        "d65b790adbd8ea4b4c9687eda722d7b2a730ed02"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 12 11:33:32 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:47 2007 +0200"
      },
      "message": "[ALSA] ac97 - Fix MSI L720 laptop\n\nFix internal speaker output of MSI L720 laptop with ALC655 codec.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "d65b790adbd8ea4b4c9687eda722d7b2a730ed02",
      "tree": "f757b45d52754f6f04505a232b856ed7fff85c98",
      "parents": [
        "badec46ddf7c2d1cb0b944332746828c48debe40"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Mon Mar 12 08:30:58 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:46 2007 +0200"
      },
      "message": "[ALSA] Kconfig: clarify help text for external firmware entries\n\nThe external firmware files are not in the alsa-plugins but in the\nalsa-firmware package.\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "badec46ddf7c2d1cb0b944332746828c48debe40",
      "tree": "73be663a5725200e753c05d8562f9e76887f3990",
      "parents": [
        "4d02031fe25c01eaa946a25e2052dd8e706edfca"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Mon Mar 12 08:30:16 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:46 2007 +0200"
      },
      "message": "[ALSA] Kconfig: fix FW_LOADER dependencies\n\nMove the FW_LOADER dependencies out of the *_FIRMWARE_IN_KERNEL entries\nbecause these drivers use the firmware loader regardless of whether\nthere is an in-kernel firmware image.\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "4d02031fe25c01eaa946a25e2052dd8e706edfca",
      "tree": "96b010c278d36a7bfe8467d94ee44b3266c43f08",
      "parents": [
        "ffb2c3c07f6ffd61923de736139248b31dc6f642"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Mar 08 12:53:55 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:45 2007 +0200"
      },
      "message": "[ALSA] soc - Fix dependencies in s3c24xx/Kconfig\n\nFixed dependencies in soc/s3c24xx/Kconfig file.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "ffb2c3c07f6ffd61923de736139248b31dc6f642",
      "tree": "9b2ec46341db8090916407a552c95956ca07ef53",
      "parents": [
        "59ae9d05918aca6790fece86b6b3f7daef66d6a8"
      ],
      "author": {
        "name": "Remy Bruno",
        "email": "remy.bruno@trinnov.com",
        "time": "Wed Mar 07 19:08:46 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:45 2007 +0200"
      },
      "message": "[ALSA] hdspm - Support for Master mode of AES32 and recent MADI\n\nThe current MADI driver was found not to completely work, at least on recent\nMADI cards (rev 204), in particular at 96kHz. This patch solves this:\n  * Add support of DDS feature\n  * Channel map fixed\n  * Channel/rate rules fixed\n  * DMA allocation fixed (need to alloc for all channels and not only for the\n    used ones)\nFull support for AES32 master mode was added:\n  * Add support of DDS feature\n  * Channel map fixed\n  * Channel/rate rules fixed\n\nSigned-off-by: Remy Bruno \u003cremy.bruno@trinnov.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "59ae9d05918aca6790fece86b6b3f7daef66d6a8",
      "tree": "8d8b8fd9234743f4549db3291a5dd0e4ce35ebe7",
      "parents": [
        "e378ad1dcb7f5cf6de4974832d01be04e112c4c2"
      ],
      "author": {
        "name": "Giuliano Pochini",
        "email": "pochini@shiny.it",
        "time": "Wed Mar 07 18:20:59 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:45 2007 +0200"
      },
      "message": "[ALSA] echoaudio - increase sleep time at loading firmware\n\nThe new ASIC code needs more time to set up.\n(Note: the driver still works fine with the old firmware after this change.\nThe opposite is not true.)\nFrom: Giuliano Pochini \u003cpochini@shiny.it\u003e\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "e378ad1dcb7f5cf6de4974832d01be04e112c4c2",
      "tree": "12ec7f8a7ce9772e1eba40a05350a07d3d17bdf6",
      "parents": [
        "a43ae90543f4c5eccbc050eda088c07cf45b61c0"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes@sipsolutions.net",
        "time": "Wed Mar 07 16:23:50 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:44 2007 +0200"
      },
      "message": "[ALSA] aoa: fix a sparse warning\n\nThis fixes a warning sparse gives.\n\nSigned-off-by: Johannes Berg \u003cjohannes@sipsolutions.net\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "a43ae90543f4c5eccbc050eda088c07cf45b61c0",
      "tree": "ee3bdcd3df322792bef3885697a2b2c1683f7a91",
      "parents": [
        "d5ad630b6dd00ea41e0c58b45c0912f72757b5cd"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Mar 07 15:58:40 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:44 2007 +0200"
      },
      "message": "[ALSA] Fix compilation error in sparc/cs4231.c\n\nRemoved the unnecessary line I forgot in the last clean-up patch\nwrt snd_pcm_group_for_each_entry().\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "d5ad630b6dd00ea41e0c58b45c0912f72757b5cd",
      "tree": "f33496e199036feb82bbe23d7407e417ac8e1063",
      "parents": [
        "6d7b1d7d09e00034325b09a3a7ac7b0ea5e29506"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Mar 07 15:55:59 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:44 2007 +0200"
      },
      "message": "[ALSA] Fix NULL dereference with null modelname\n\nFix the NULL dereference of modelname option.  The check is moved to\nfind_codec_preset() now, too.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "6d7b1d7d09e00034325b09a3a7ac7b0ea5e29506",
      "tree": "18e851d96f2ef3875e9b972839ce6b57559aaf9b",
      "parents": [
        "8ad2da1937168d48a84dcf6d5cc2001c0e4a6992"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Feb 26 15:56:46 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:44 2007 +0200"
      },
      "message": "[ALSA] hda-codec - Allow model\u003dgeneric always for generic parser\n\nAccept model\u003dgeneric option to specify the generic parser regardless\nof codec chips.  This is helpful for testing and debugging.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "8ad2da1937168d48a84dcf6d5cc2001c0e4a6992",
      "tree": "6d3f73f922126c339532113a69b368e245d5c05a",
      "parents": [
        "8f7ba051d2abb3d3bde9b95e47246c60b704d2b4"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Feb 26 15:55:43 2007 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri May 11 16:55:43 2007 +0200"
      },
      "message": "[ALSA] Enable Kconfig options for external firmwares\n\nSome drivers are already ifdefs for enabling external firmwares\nbut not defined in Kconfig.  Now they appear as the kernel configs.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    }
  ],
  "next": "8f7ba051d2abb3d3bde9b95e47246c60b704d2b4"
}
