)]}'
{
  "log": [
    {
      "commit": "5885492ab4fb18c155000d12f920754f7f35fbab",
      "tree": "7dbb41d41ebc7ec3f5240e2d44e5f17c20f0476a",
      "parents": [
        "45df379798b5c3b2ea937735ef04c58ce0f532a7"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Jun 21 19:19:25 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:34:43 2006 +0200"
      },
      "message": "[ALSA] hda-codec - Show EAPD and pin-detection capabilities in proc\n\nShow EAPD and pin-detection capabilities in proc files.\nThey are often required to support the proper audio functionality.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "41f0cd3a0c4c6547860cf3b1c2d7968008e6c071",
      "tree": "e67dac0f4844d03fa243398696ce00fa09f7bf2c",
      "parents": [
        "6dac9a65f05600bc29316e3cf3365236efe69041"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Jun 21 12:14:40 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:34:34 2006 +0200"
      },
      "message": "[ALSA] hda-codec - Use 3stack model for ASUS P5RD2-VM / P5GPL-X SE\n\nUse 3stack model as default for ASUS P5RD2-VM and P5GPL-X SE\nboards with AD1986A codec (ALSA bug#2103).\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "6dac9a65f05600bc29316e3cf3365236efe69041",
      "tree": "992d3f9c3f9b8a778ab2647f034ecfa8efd3d08e",
      "parents": [
        "c4a87ef4de9860d00460dce30776f7cc17e77459"
      ],
      "author": {
        "name": "Daniel T Chen",
        "email": "crimsun@ubuntu.com",
        "time": "Wed Jun 21 08:51:07 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:34:32 2006 +0200"
      },
      "message": "[ALSA] HDA - Lenovo 3000 N100-07684JU - enable laptop-eapd by default\n\nJustin Sunseri reports that sound is audible on his Lenovo 3000\nN100-07684JU by passing \u0027model\u003dlaptop-eapd\u0027 to modprobe, so this\npatch adds the pci ids for his sound device to patch_analog.c .\nThis commit closes LP#39517. Alexey Parshin also confirmed the fix at\nhttp://bugs.gentoo.org/137245\nTODO: Mute onboard speakers when device is plugged into the headphone\njack. Muting the \u0027External Amplifier\u0027 mixer element while a device is\nplugged into the headphone jack allows sound to be played only from the\nheadphone jack.\nFrom: Daniel T Chen \u003ccrimsun@ubuntu.com\u003e\nSigned-off-by: Daniel T Chen \u003ccrimsun at ubuntu.com\u003e\nSigned-off-by: Daniel Drake \u003cdsd@gentoo.org\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "1561f09a2f91bc258a72225f919807c9e51c8290",
      "tree": "f045d98be38fd0a113b7f48c970ae66b26d26839",
      "parents": [
        "1459c7849ea24fd71e4d2e678caa1cc3fef754e2"
      ],
      "author": {
        "name": "Jaya Kumar",
        "email": "jayakumar.alsa@gmail.com",
        "time": "Mon Jun 19 15:06:14 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:34:30 2006 +0200"
      },
      "message": "[ALSA] AD1888 suspend/resume fix\n\nThis patch adds a write to an undocumented register, 0x60 Extended\nCodec Register Page in the AD1888 codec. It is neccessary in order\nto make suspend/resume work with the AD1888.\n\nSigned-off-by: Jaya Kumar \u003cjayakumar.alsa@gmail.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "1459c7849ea24fd71e4d2e678caa1cc3fef754e2",
      "tree": "9faaca96c655768056850706a82ac5bb4ffc1f80",
      "parents": [
        "396f739e21f3b7ea9ece08bf0abf0a45693c3047"
      ],
      "author": {
        "name": "Rodolfo Giometti",
        "email": "giometti@linux.it",
        "time": "Mon Jun 19 15:04:54 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:34:29 2006 +0200"
      },
      "message": "[ALSA] Disable AC97 AUX and VIDEO controls for WM9705 touchscreen\n\nThis patch by Rodolfo Giometti disables the AC97 AUX and VIDEO controls\non the WM9705 when the touchscreen is selected as the AUX and VIDEO\nlines are shared with the touch controller.\nChanges:-\n o Added AC97_HAS_NO_AUX flag\n o Test for AC97_HAS_NO_AUX flag in snd_ac97_mixer_build()\n o Sets AC97_HAS_NO_VIDEO and AC97_HAS_NO_AUX in patch_wolfson05() when\nWM9705 touch driver is selected.\n\nSigned-off-by: Rodolfo Giometti \u003cgiometti@linux.it\u003e\nSigned-off-by: Liam Girdwood \u003cliam.girdwood@wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "396f739e21f3b7ea9ece08bf0abf0a45693c3047",
      "tree": "37c7c55a90858c49b9be9d311e457af938cbaf81",
      "parents": [
        "d4199f01750f3fa6a5b8bacdac9bd0051fee95ef"
      ],
      "author": {
        "name": "Karsten Wiese",
        "email": "annabellesgarden@yahoo.de",
        "time": "Mon Jun 19 13:22:52 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:34:27 2006 +0200"
      },
      "message": "[ALSA] via82xx - Default to variable samplerate enabled for MSI K8T Neo2-FI\n\nDefault to variable samplerate enabled for MSI K8T Neo2-FI\nNo crackles here with 44100.\n\nSigned-off-by: Karsten Wiese \u003cannabellesgarden@yahoo.de\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "d4199f01750f3fa6a5b8bacdac9bd0051fee95ef",
      "tree": "0230ed321fe62b22646c94b175ede789e7e3fcf0",
      "parents": [
        "1781a9af1d95256ed45abac4b0b87f48f64b9b87"
      ],
      "author": {
        "name": "Daniel T Chen",
        "email": "crimsun@ubuntu.com",
        "time": "Fri Jun 16 16:21:54 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:34:26 2006 +0200"
      },
      "message": "[ALSA] Add hp_only quirk for pci id [161f:2032] to via82xx\n\nhttp://www.kernel.org/git/?p\u003dlinux/kernel/git/bcollins/ubuntu-dapper.git;a\u003dcommitdiff;h\u003deae2cc78de39502595f67b7fc1f821f5963bb8ae\nUpstreamStatus: Not merged\nChristian Bjalevik reports in LP#38546 that his sound chipset requires\nthe \u0027hp_only\u0027 quirk to allow him to control sound volume correctly when\nheadphones are inserted. This patch adds the appropriate pci id to the\nvia82xx ALSA driver so that the quirk is applied automatically, thereby\nremoving the need for users to modify /etc/modprobe.d/alsa-base (or to\nunload and reload snd-via82xx with ac97_quirk\u003dhp_only).\nThis patch closes LP#38546.\n\nSigned-off-by: Daniel T Chen \u003ccrimsun@ubuntu.com\u003e\nSigned-off-by: Ben Collins \u003cbcollins@ubuntu.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "1781a9af1d95256ed45abac4b0b87f48f64b9b87",
      "tree": "793af6d1aab74b41c6db1b893d2e59a906d43fcb",
      "parents": [
        "40a4f7a014339712a9f81b5fad99558611e99ca1"
      ],
      "author": {
        "name": "Daniel T Chen",
        "email": "crimsun@ubuntu.com",
        "time": "Fri Jun 16 12:13:00 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:34:25 2006 +0200"
      },
      "message": "[ALSA] sound/pci/: Add hp_only quirk for Dell D800 laptops\n\nhttp://www.kernel.org/git/?p\u003dlinux/kernel/git/bcollins/ubuntu-dapper.git;a\u003dcommitdiff;h\u003d9ad787cd9670c3f3b8f3db235e84baf00a2ea526\nAnders Ostling comments in Malone #41015 that his Dell D800 laptop\u0027s\nvolume control works correctly when the hp_only quirk is passed to\nmodprobe. This commit adds his hardware\u0027s sub{vendor,device} ids to\nthe quirk list for the intel8x0 driver.\n\nSigned-off-by: Daniel T Chen \u003ccrimsun@ubuntu.com\u003e\nSigned-off-by: Ben Collins \u003cbcollins@ubuntu.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "40a4f7a014339712a9f81b5fad99558611e99ca1",
      "tree": "95fb440b2ea037f265ef5d9c384548f11df881b3",
      "parents": [
        "63eb1e4bd2975f1d1102c1f44e4fd6fcd76f7792"
      ],
      "author": {
        "name": "Jaya Kumar",
        "email": "jayakumar.alsa@gmail.com",
        "time": "Tue Jun 13 12:01:14 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:34:24 2006 +0200"
      },
      "message": "[ALSA] cs5535audio - trivial debug printk\n\nFollowing is a trivial patch to get more info for boards where\nthe AC97_VENDOR_ID2 register (or others) time out.\n\nSigned-off-by: Jaya Kumar \u003cjayakumar.alsa@gmail.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "6540dffa6ecfe0d99fb263548dcc4b35ccefe784",
      "tree": "45aab0273192703d269578bf35f3b9fed9ef9bcb",
      "parents": [
        "70c5acbdcc7bb1651bb166f9e4b2345759a9fb18"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Jun 13 11:57:22 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:34:21 2006 +0200"
      },
      "message": "[ALSA] hda-codec - Add SPDIF support to Thinkpad T/X/Z60\n\nAdded IEC958 (SPDIF) output support to Thinkpad T/X/Z60 with\nAD1981HD codec.  The spdif jack is on docking station.\nAlso, renamed \u0027IEC958 Playback Route\u0027 to \u0027IEC958 Playback Source\u0027\nto avoid the mixer name confliction with IEC958 switch.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "70c5acbdcc7bb1651bb166f9e4b2345759a9fb18",
      "tree": "534753139efe08d6abbf4140063a6b0a74f227e7",
      "parents": [
        "ecb594e66e740dc390a301768d89662777f1fde2"
      ],
      "author": {
        "name": "Jaya Kumar",
        "email": "jayakumar.alsa@gmail.com",
        "time": "Mon Jun 12 10:08:02 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:34:20 2006 +0200"
      },
      "message": "[ALSA] ac97_codec - fix duplicate control creation in AC97\n\nThis patch conditions AC97 control creation by whether or not the\ncodec is an AD18xx codec. This fixes the case where the default control\nwould get created and then snd_ac97_mixer_build fails out when creation\nof ad18xx specific control would get attempted. This problem was found\nand debuged by Marcelo Tosatti.\n\nSigned-off-by: Jaya Kumar \u003cjayakumar.alsa@gmail.com\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "ecb594e66e740dc390a301768d89662777f1fde2",
      "tree": "c5f2e55e3e0e2e9f9693e9e56ef9002b59b311c1",
      "parents": [
        "58398895663f855aa32b440b164c426cfae4450c"
      ],
      "author": {
        "name": "Remy Bruno",
        "email": "remy.bruno@trinnov.com",
        "time": "Mon Jun 12 09:25:22 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:34:19 2006 +0200"
      },
      "message": "[ALSA] RME HDSP - fixed proc interface (missing {})\n\nFrom: Remy Bruno \u003cremy.bruno@trinnov.com\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "58398895663f855aa32b440b164c426cfae4450c",
      "tree": "6102d88c3ba683f9c634c35e067114a83e5db627",
      "parents": [
        "2e74eba3e2f000184ade92833c80e799af41c180"
      ],
      "author": {
        "name": "James Courtier-Dutton",
        "email": "James@superbug.co.uk",
        "time": "Sat Jun 10 09:16:49 2006 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:34:18 2006 +0200"
      },
      "message": "[ALSA] snd-ca0106: Update playback to 24bit. Fix typo is comment.\n\nSigned-off-by: James Courtier-Dutton \u003cJames@superbug.co.uk\u003e\n"
    },
    {
      "commit": "688956f23bdbfb1c3551bfafc819f989b36bb8ae",
      "tree": "ae59fdf7662b5a27c66554cbfd2b67c49fc156da",
      "parents": [
        "c5533bf36b4a6629dab0e08c4951247050928853"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Jun 06 15:44:34 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:34:13 2006 +0200"
      },
      "message": "[ALSA] Fix races in irq handler and ioremap\n\nCall ioremap before request_irq for avoiding possible races\nin the irq handler.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "f8e9f340da753c021c071f318f97ac9046c1316a",
      "tree": "fba37355bdd2abf2a3c4a651265348a764a8456d",
      "parents": [
        "a43c4d4d7326c2894be9fd04519b109c438ee78b"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Jun 01 21:08:53 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:34:11 2006 +0200"
      },
      "message": "[ALSA] hda-codec - Add model entry for HP nx6320\n\nAdded a model entry for HP nx6320 with AD1981HD codec.\nIt wasn\u0027t covered by the generic HP entry because of a hardware\nbug (the SSID is reversed).\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "a43c4d4d7326c2894be9fd04519b109c438ee78b",
      "tree": "58fb7d478d5f9597b1e4d8cdb4a83aa4b937d00c",
      "parents": [
        "0a50d2b2951cb7ae12726814f9a198e1c699aa0b"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Jun 01 17:16:41 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:34:09 2006 +0200"
      },
      "message": "[ALSA] ac97 - Add Thinkpad T41p to AD1981 jack-sense blacklist\n\nAdded Thinkpad T41p to the blacklist to disable HP/line jack-sensing\nwith AD1981B.  The jack-sensing is just harmful on this laptop.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "0a50d2b2951cb7ae12726814f9a198e1c699aa0b",
      "tree": "38197874a92ead9bf652732d2dc03ecafe3bfdaf",
      "parents": [
        "f079c25ab8a7d223875c5bac9b23b484e4a18f88"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Jun 01 14:47:29 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:34:08 2006 +0200"
      },
      "message": "[ALSA] Fix possible races in PCI driver removal\n\nCall free_irq() before releasing others to avoid races when\nshared irq is issued.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "f079c25ab8a7d223875c5bac9b23b484e4a18f88",
      "tree": "de5d3fbad8b2f9f7ff8b66410ab7eb7a96e63167",
      "parents": [
        "29463dfea754b8b360f638244f002c751aaad1b0"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Jun 01 11:42:14 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:34:07 2006 +0200"
      },
      "message": "[ALSA] hda-intel - Fix race in remove\n\nCall iounmap after free_irq to avoid invalid accesses in the\nshared irq.  The patch is taken from\n\thttps://bugzilla.novell.com/show_bug.cgi?id\u003d167869\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "29463dfea754b8b360f638244f002c751aaad1b0",
      "tree": "b226ad43a18494c8847812e6ed6234100b745662",
      "parents": [
        "d20cad602fc3d92902dc3b4ed252359ab05eae0f"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Thu Jun 01 08:33:48 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:34:06 2006 +0200"
      },
      "message": "[ALSA] bt87x: add Voodoo TV 200 whitelist entry\n\nThis adds a whitelist entry for the digital audio input of the Voodoo TV 200.\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\n"
    },
    {
      "commit": "f26eb78fcfb5b76fbe6d3e740b6fedda611f8395",
      "tree": "7ce241ac9e7b765d2c75e49a9f3f92078bbb5d63",
      "parents": [
        "cf78ee2ccc96d59e602188e0e6e3fe3522b6d3f6"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon May 29 19:05:28 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:34:04 2006 +0200"
      },
      "message": "[ALSA] cmipci - Fix a typo in \u0027PC Speaker Playback Switch\u0027 control\n\nFixed a typo in  \u0027PC Speaker Playback Switch\u0027 control name.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "cf78ee2ccc96d59e602188e0e6e3fe3522b6d3f6",
      "tree": "027aff68ac7c21c27c86ba99b43a8f2b112f79e0",
      "parents": [
        "766a6c36f3a0b12e1c55dddc1df6673db6b22bfb"
      ],
      "author": {
        "name": "Alan Horstmann",
        "email": "gineera@aspect135.co.uk",
        "time": "Fri May 26 17:19:34 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:34:02 2006 +0200"
      },
      "message": "[ALSA] ice1712 - Set mpu401 info flags from _card_info\n\nTo permit use, in ice1712, of the mpu401 info flags recently added to\nmpu401_uart, adds info_flags in snd_ice1712_card_info so that additional\nflags can be set, if desired.  \u0027MPU401_INFO_INTEGRATED\u0027 is always set with\nthe ice1712.  The flags are passed on to snd_mpu401_uart_new().\n_INFO_OUTPUT is set for DMX6fire mpu2.\n\nSigned-off-by: Alan Horstmann \u003cgineera@aspect135.co.uk\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "766a6c36f3a0b12e1c55dddc1df6673db6b22bfb",
      "tree": "d9691f29148696d85d40e514f22fcc7cd841acad",
      "parents": [
        "c51302710546f075e65b1e70487707e8324abf2f"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri May 26 14:58:29 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:34:01 2006 +0200"
      },
      "message": "[ALSA] hda-codec - Fix model for HP dc7600\n\nChanged the assigned model for HP dc7600 with ALC260 codec\nto match better with the actual I/O assignment.\nPatch taken from ALSA bug#2157.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "c51302710546f075e65b1e70487707e8324abf2f",
      "tree": "97a25d7fd3ead411ccb8b58bdc4bcb8b3c5fd5b4",
      "parents": [
        "d5a31b8b6e79145c832d530743ca80bf5f58a965"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue May 23 15:46:10 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:34:00 2006 +0200"
      },
      "message": "[ALSA] ice1724 - Add functionality for Audiotrak Prodigy 7.1 LT\n\nThis patch adds support for useable front audio channels,\nuser controllable headphone channel and optical output.\nFrom: Anho Ki\nSigned-off-by: Matt Taylor \u003cmwtaylor@gmail.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "d5a31b8b6e79145c832d530743ca80bf5f58a965",
      "tree": "c3e421c6284a64e538162aa68bb15c6566d9f773",
      "parents": [
        "721b8a297279276699900a662fa8299232ebc0e8"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue May 23 13:30:59 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:33:59 2006 +0200"
      },
      "message": "[ALSA] au88x0 - Fix 64bit address of MPU401 MMIO port\n\nFix 64bit address of MPU401 MMIO port on au88x0 chip.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "721b8a297279276699900a662fa8299232ebc0e8",
      "tree": "26b007f788400ab9a1ba1775954a5050baa56824",
      "parents": [
        "302e4c2f9e2b9f07c69649782330a61c60001ac4"
      ],
      "author": {
        "name": "Alan Horstmann",
        "email": "gineera@aspect135.co.uk",
        "time": "Tue May 23 13:29:51 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:33:57 2006 +0200"
      },
      "message": "[ALSA] ice1712 - Disable AC97 for DMX6fire\n\nConsumer AC97 is not used by the Terratec DMX6fire, but eeprom bit indicates\nit is; change the stored value to disable failing consumer mode.\n\nSigned-off-by: Alan Horstmann \u003cgineera@aspect135.co.uk\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "302e4c2f9e2b9f07c69649782330a61c60001ac4",
      "tree": "406d44e355f502ac5e7ee584a28d725c6e7c8a94",
      "parents": [
        "140432fd2fbe68d59fe6fcddbcd4bcd0f84e951a"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue May 23 13:24:30 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:33:56 2006 +0200"
      },
      "message": "[ALSA] Change an arugment of snd_mpu401_uart_new() to bit flags\n\nChange the 5th argument of snd_mpu401_uart_new() to bit flags\ninstead of a boolean.  The argument takes bits that consist of\nMPU401_INFO_XXX flags.\nThe callers that used the value 1 there are replaced with\nMPU401_INFO_INTEGRATED.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "140432fd2fbe68d59fe6fcddbcd4bcd0f84e951a",
      "tree": "3c2c1d1791f0bab08146bee76e73855a6ff2699d",
      "parents": [
        "c00bd74a0dd69c4b39e4d95a20253e735616bdb9"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon May 22 14:31:57 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:33:55 2006 +0200"
      },
      "message": "[ALSA] hdsp - Fix compilation with hdsp driver built in kernel\n\nFixed the compilation with hdsp driver built in kernel.\nThe traditional hwdep loader is used in this case.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "77389b432344c811832962ca7f8181b8b3da3449",
      "tree": "2a48b7ef7e567b35ebb58692b1517acc785f5c22",
      "parents": [
        "2851d963e0038c53d2175970daac4217abed7af2"
      ],
      "author": {
        "name": "Jaya Kumar",
        "email": "jayakumar.alsa@gmail.com",
        "time": "Fri May 19 12:04:22 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:33:52 2006 +0200"
      },
      "message": "[ALSA] Single variables for cs5535audio\n\nAs per Takashi\u0027s feedback, this is a cleanup to make cs5535audio be\nsingle device per system. The diff is against 2.6.17-rc4 with\nTakashi\u0027s patch adding the module_params for index, id and enable.\n\nSigned-off-by: Jaya Kumar \u003cjayakumar.alsa@gmail.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "c77a03551b3fd8ef6434153dfadff83ae404e526",
      "tree": "71d9ca72eb3b6c0898bc4420eaf6c498522db905",
      "parents": [
        "faf8d11743961c720c85be191f8a08c00e5c5d60"
      ],
      "author": {
        "name": "Alan Horstmann",
        "email": "gineera@aspect135.co.uk",
        "time": "Thu May 18 14:24:30 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:33:49 2006 +0200"
      },
      "message": "[ALSA] Remove ENTER_UART from au88x0 init\n\nRemove an unnecessary ENTER_UART instruction during au88x0 init as it makes\nthe first/subsequent midi open to fail.\n\nSigned-off-by: Alan Horstmann \u003cgineera@aspect135.co.uk\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "474167d646cb2147b9fcd7bacf5cdf8177ed43c4",
      "tree": "8b2c6b202b6f419d6e4c9db6beedf679f47b467e",
      "parents": [
        "6581f4e74d8541dd7d579f64e94822622cbb1654"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed May 17 17:17:43 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:33:46 2006 +0200"
      },
      "message": "[ALSA] hda-codec - Fix init verbs for ALC260 hp model\n\nUse the basic init verbs for ALC260 instead of hp init verbs\nsince hp init verbs seem incomplete and not working on some machines.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "6581f4e74d8541dd7d579f64e94822622cbb1654",
      "tree": "fa7a0609c7a3e0460e052ab54a06a6fa935c64dc",
      "parents": [
        "0fbf405c583e6ee6d7227eb938a096d0998f7e78"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed May 17 17:14:51 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:33:45 2006 +0200"
      },
      "message": "[ALSA] Remove zero-initialization of static variables\n\nRemoved zero-initializations of static variables.\nA tiny optimization.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "778b6e1b2da260adf3d3254aaa35bffd1eb05b42",
      "tree": "e1c55390dd5fc4b791dc9c0962f1c2f721333075",
      "parents": [
        "e2f872608af7f3c00beaa61ff6037e3cc5a66cf1"
      ],
      "author": {
        "name": "Felix Kuehling",
        "email": "fkuehlin@ati.com",
        "time": "Wed May 17 11:22:21 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:33:41 2006 +0200"
      },
      "message": "[ALSA] hda - Add support for the ATI RS600 HDMI audio device\n\nAdd support for the ATI RS600 HDMI audio device. It has a one-stream\npure digital stereo codec that isn\u0027t handled by the generic codec\nsupport.\n\nSigned-off-by: Felix Kuehling \u003cfkuehlin@ati.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "e2f872608af7f3c00beaa61ff6037e3cc5a66cf1",
      "tree": "c14cb26532ea165169f33f19f2bcc20c6472dd97",
      "parents": [
        "13769e3f21d6e9c59999c9bf6908278b878d05c5"
      ],
      "author": {
        "name": "Andreas Mohr",
        "email": "andi@lisas.de",
        "time": "Wed May 17 11:04:19 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:33:40 2006 +0200"
      },
      "message": "[ALSA] azt3328.c: use kernel coding style\n\nScope braces were not done the One True Kernel Way.\n\nSigned-off-by: Andreas Mohr \u003candi@lisas.de\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "13769e3f21d6e9c59999c9bf6908278b878d05c5",
      "tree": "255c4fb239afbd2f6d6f1d4ccb824c81e3d52f82",
      "parents": [
        "ca54bde3634360afecd0dada9c59399bbe88bd32"
      ],
      "author": {
        "name": "Andreas Mohr",
        "email": "andi@lisas.de",
        "time": "Wed May 17 11:03:16 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:33:39 2006 +0200"
      },
      "message": "[ALSA] azt3328.c: add 3D sound mixer switch/rename controls\n\n- add 3D sound pre-3D/post-3D switch, as seen in standard AC-97\n- rename controls to shorter and more accurate strings\n\nSigned-off-by: Andreas Mohr \u003candi@lisas.de\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "ca54bde3634360afecd0dada9c59399bbe88bd32",
      "tree": "217d8c5f617da88191552433be734831edb6e6ed",
      "parents": [
        "746df94898554b3d8e91d855e934852e626c701c"
      ],
      "author": {
        "name": "Andreas Mohr",
        "email": "andi@lisas.de",
        "time": "Wed May 17 11:02:24 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:33:38 2006 +0200"
      },
      "message": "[ALSA] azt3328.c: add suspend/resume support\n\n- add suspend/resume handlers\n- fix problem (private_data members not set)\nPlaying a file while suspending will resume correctly with this patch,\nso I assume the hardware to get fully correctly reinitialized with\nthis patch.\n\nSigned-off-by: Andreas Mohr \u003candi@lisas.de\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "0defb2672d7cde8d048eec35c183da7b88adbd9e",
      "tree": "b74310bf01b6b9c117db3b89c7cc655e6fa3701b",
      "parents": [
        "ed7cbe3e4175e5fe9386793fbffee786840d7e9c"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu May 11 18:12:23 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:33:35 2006 +0200"
      },
      "message": "[ALSA] hda-codec - Fix handling of capture controls on ALC882 3/6-stack models\n\nFixed the handling of capture controls on ALC882 3/6-stack models.\nNow the driver checks the availability of NID 07h.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "3206b9ca9fba8dc8d6ddd371a3ff455c67ad137f",
      "tree": "f93c8d055685b9562873eb7ade3ed7be8e6895ba",
      "parents": [
        "2ce7fb579f842f76a0216618c105bffd334d9233"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed May 10 16:33:11 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:33:33 2006 +0200"
      },
      "message": "[ALSA] hda-codec - Add support for Sony Vaio VGN-S3HP\n\nAdded the missing support for Sony Vaio VGN-S3HP with ALC260 codec.\nThe patch taken from ALSA bug#2101.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "2ce7fb579f842f76a0216618c105bffd334d9233",
      "tree": "e84026ba0f087b4fdad4edd10d7db5c940b28bf0",
      "parents": [
        "62fe78e90dc25b269362034487dc450cd8453e8c"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed May 10 16:24:42 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:33:32 2006 +0200"
      },
      "message": "[ALSA] rme96 - Fix OSS full-duplex\n\nFixed a bug in rme96 driver that the full-duplex on OSS emulation\ndoesn\u0027t work due to the invalid period size parameter.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "62fe78e90dc25b269362034487dc450cd8453e8c",
      "tree": "eebf3a6431a50c179ffd5d019666bddad4f1cb3e",
      "parents": [
        "4d1a70dad0e1c44dc0725de6de25aceead48599e"
      ],
      "author": {
        "name": "Sam Revitch",
        "email": "samr7@cs.washington.edu",
        "time": "Wed May 10 15:09:17 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:33:31 2006 +0200"
      },
      "message": "[ALSA] hda-codec - Add support for Apple Mac Mini (early 2006)\n\nAdd support for some audio quirks of the Apple Mac Mini (early 2006)\n\nSigned-off-by: Sam Revitch \u003csamr7@cs.washington.edu\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "cab5c4c97a98e46359faa52e86787c1f0ccd773c",
      "tree": "8de8992098044914809cc6ef2d9accdffc90095a",
      "parents": [
        "a7306336e818fe83f08a476c91ae2616e7fb209f"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu May 04 14:36:08 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:33:29 2006 +0200"
      },
      "message": "[ALSA] cmipci - Disable integrated mpu401 as default\n\nEnable the support of mpu401 PCI port only when mpu_port\u003d1 module\noption is given, i.e. disabled as default.\nIt turned out that the check of integrated midi port isn\u0027t perfect\nand caused hang-ups on some boards.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "520290e43f9880da34e542185838816c6d79a340",
      "tree": "bf98333a95a459ea41dbe05b5d56785061ae3525",
      "parents": [
        "a59524faf3a2050e14a1c9038eb006ce96025394"
      ],
      "author": {
        "name": "Alan Horstmann",
        "email": "gineera@aspect135.co.uk",
        "time": "Wed May 03 17:07:29 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:33:26 2006 +0200"
      },
      "message": "[ALSA] au88x0 - Init before create components\n\nChange the order in vortex_probe to set the card details before creating the\ncomponents, meaning for example that card-\u003eshortname is available when\nregistering the midi port.\nI have also added extra to card-\u003eshortname, and a line to overwrite the midi\nname following snd_mpu401_uart_new.\n\nSigned-off-by: Alan Horstmann \u003cgineera@aspect135.co.uk\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "a59524faf3a2050e14a1c9038eb006ce96025394",
      "tree": "e4af56b4c6a0a5521bfe04cafb871bdc80b5c8e9",
      "parents": [
        "a9393d70e564e4afe0333b1e26dda48af8b9305e"
      ],
      "author": {
        "name": "Matt Porter",
        "email": "mporter@embeddedalley.com",
        "time": "Wed May 03 14:08:33 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:33:25 2006 +0200"
      },
      "message": "[ALSA] hda: add sigmatel 9227/9228/9229 ids\n\nAdds support for the 9227/9228/9229 sigmatel hda codecs.\n\nSigned-off-by: Matt Porter \u003cmporter@embeddedalley.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "a9393d70e564e4afe0333b1e26dda48af8b9305e",
      "tree": "0a90f3bd33cf4548ca4b91a930e6b67e6e5704b2",
      "parents": [
        "1dbfd8c56bd7366d86e58b3e510a75de93e1978b"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed May 03 11:59:03 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:33:24 2006 +0200"
      },
      "message": "[ALSA] hda-codec - Fix mute switch on VAIO laptops with STAC7661\n\nFixed the master mute switch on VAIO laptops with STAC7661\ncodec chip.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "1dbfd8c56bd7366d86e58b3e510a75de93e1978b",
      "tree": "613d0c04d4994925107cf23aa222848d4c6b5ebf",
      "parents": [
        "eed656493a459bbc0fdf687fa8f43f87946d8d3a"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue May 02 18:31:31 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:33:23 2006 +0200"
      },
      "message": "[ALSA] cs5535audio - Add missing module_param*() and MODULE_PARM_DESC()\n\nAdded missing module_param*() and MODULE_PARM_DESC() for\ncs5535audio driver.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "eed656493a459bbc0fdf687fa8f43f87946d8d3a",
      "tree": "acdfe0117c3139dfadd0b2fcb786f5822c416ac2",
      "parents": [
        "886da8677d2e4e942fc8984b22bfb8da45e810ec"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue May 02 18:22:06 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:33:22 2006 +0200"
      },
      "message": "[ALSA] Add a workaround for ASUS A6KM\n\nAdded a workaround for ASUS A6KM board that requires EAPD\nrather than SPDIF-in.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "886da8677d2e4e942fc8984b22bfb8da45e810ec",
      "tree": "cf5da4e27559e406d1b65a19e68ebba56c05751b",
      "parents": [
        "a7b928ac5fcd8e1b5c7c69926d8845b1d0500af3"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue May 02 18:17:57 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:33:21 2006 +0200"
      },
      "message": "[ALSA] hda-codec - Add support for LG S1 laptop\n\nAdded the model entry for LG S1 laptop.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "450047a78f3c35a905576e121abfbee2ccd45993",
      "tree": "7788c29141fc1dac2c0cb5f2b4799b7c9231c361",
      "parents": [
        "c97f3dd85490e51ba48782dd0c063cdade352c0d"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Tue May 02 16:08:41 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:33:18 2006 +0200"
      },
      "message": "[ALSA] add more sequencer port type information bits\n\nAdd four new information flags SNDRV_SEQ_PORT_TYPE_HARDWARE, _SOFTWARE,\n_SYNTHESIZER, _PORT for sequencer ports.  This makes it easier for apps\nlike Rosegarden to make policy decisions based on the port type.\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\n"
    },
    {
      "commit": "bf850204a71a97eb5a6afaf27263bb667f9cab0a",
      "tree": "2d917d9886a3488f1524699374d546d8bf6af88e",
      "parents": [
        "7e4eeec8a30fa9e00cac67a37ca9ddf6cbdb79c4"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Apr 28 15:13:41 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:33:09 2006 +0200"
      },
      "message": "[ALSA] Remove unneeded read/write_size fields in proc text ops\n\nRemove unneeded read/write_size fields in proc text ops.\nsnd_info_set_text_ops() is fixed, too.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "e5e8a1d4618595ea406336da3cdbd0c6eb6f260d",
      "tree": "11d27311e920b03c710b6a1305fa6ffae2cd8abe",
      "parents": [
        "57c65c116e1c03c54ac7c4bf38f2b4086d2c1a17"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Apr 28 15:13:40 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:33:03 2006 +0200"
      },
      "message": "[ALSA] hda-codec - Move EXPORT_SYMBOL() to adjacent to each function\n\nMove EXPORT_SYMBOL() to adjacent to each exported function/variable.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "cbef55f3d8e4e7efef4703c82302a0021d781483",
      "tree": "071d499c332187b622ce834a316ef6e89562f3e4",
      "parents": [
        "2dd31deeeb238a4f40c9fc9e219dc210fcbf8765"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Apr 28 15:13:40 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:32:59 2006 +0200"
      },
      "message": "[ALSA] trident - Move EXPORT_SYMBOL() to adjacent to each function\n\nMove EXPORT_SYMBOL() to adjacent to each exported function/variable.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "2dd31deeeb238a4f40c9fc9e219dc210fcbf8765",
      "tree": "19156b05b4e8a6624a1d9a87cc2236db435b90b4",
      "parents": [
        "4181e5fe4b27b0a049402a359a4a5d8b80308528"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Apr 28 15:13:39 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:32:58 2006 +0200"
      },
      "message": "[ALSA] emu10k1 - Move EXPORT_SYMBOL() to adjacent to each function\n\nMove EXPORT_SYMBOL() to adjacent to each exported function/variable.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "7b09679c431ba91551a90203f7e7dadbb4c26d1b",
      "tree": "9e919199a28caeb8d40ca63384c06917457ea8b0",
      "parents": [
        "91715ed934fb645948ff17b6c20c6f7fd7688a70"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Apr 28 15:13:39 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:32:54 2006 +0200"
      },
      "message": "[ALSA] ac97 - Move EXPORT_SYMBOL() to adjacent to each function\n\nMove EXPORT_SYMBOL() to adjacent to each exported function/variable.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "9ac25594e68a4b61516e7c1140d8c0f7ef449e20",
      "tree": "628040fb065b882191a6ff5ed7aba42ef04b99d6",
      "parents": [
        "5e1b1518a53fc62d9f39a13819c849336c6d8dd4"
      ],
      "author": {
        "name": "Jaya Kumar",
        "email": "jayakumar.alsa@gmail.com",
        "time": "Fri Apr 28 14:34:49 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:32:49 2006 +0200"
      },
      "message": "[ALSA] PM support for cs5535audio\n\nAppended is my patch adding PM support to the cs5535audio driver.\nI also added the ac97 quirk but it\u0027s not yet confirmed which\nboards need to be in the quirk list. The patch also includes some\nKconfig and misc cleanup.\n\nSigned-off-by: Jaya Kumar \u003cjayakumar.alsa@gmail.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "5e1b1518a53fc62d9f39a13819c849336c6d8dd4",
      "tree": "88dd70e37014986800144d1fd6705d07c8b8f94c",
      "parents": [
        "3bef229e4f13790402b1387ea8147906f217a766"
      ],
      "author": {
        "name": "Kenneth Crudup",
        "email": "kenny@panix.com",
        "time": "Fri Apr 28 13:03:48 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:32:48 2006 +0200"
      },
      "message": "[ALSA] hda-codec - Add support for Sony Vaio VGN-A790 laptop\n\nAdded the model entry for Sony Vaio VGN-A790 laptop with ALC260 codec.\nFrom: Kenneth Crudup \u003ckenny@panix.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "3bef229e4f13790402b1387ea8147906f217a766",
      "tree": "27d4bac19a6b64c14886954b2da552321e7c08f0",
      "parents": [
        "78fc030bdbbeebdea436f2b02a616d67e5f9bd9b"
      ],
      "author": {
        "name": "Alan Horstmann",
        "email": "gineera@aspect135.co.uk",
        "time": "Wed Apr 26 18:13:59 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:32:47 2006 +0200"
      },
      "message": "[ALSA] ice1712 - Provides specified midi port names instead of defaults\n\nPatch provides for the ice1712 card driver to overwrite the midi port name\nstring given by default in mpu401_uart, with one specified in\nsnd_ice1712_card_info.\n\nSigned-off-by: Alan Horstmann \u003cgineera@aspect135.co.uk\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "887709be9063d233eb5abef25aafcd94615b03f9",
      "tree": "4f14da2d0d5f492ac61f736eab18818b4a806ee8",
      "parents": [
        "01686c5fce4682350849f9f2c262fcaf67ec73c3"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Apr 18 13:27:31 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:32:45 2006 +0200"
      },
      "message": "[ALSA] hda-codec - Fix a typo\n\nFixed a typo of \u0027pci_subsystem\u0027 in the last changeset.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "01686c5fce4682350849f9f2c262fcaf67ec73c3",
      "tree": "baa73c310d68bbc12b3f212326ab3fd5003bb5e6",
      "parents": [
        "7152447df98b3981d621224be947a2c8d77aed06"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Apr 18 12:54:11 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:32:44 2006 +0200"
      },
      "message": "[ALSA] hda-codec - Add Thinkpad X60/T60/Z60 support\n\nAdded the support for Thinkpad X60/T60/Z60 laptops with AD1981HD codec.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "d7f6f1157f73dffe0a6afd12b90557e484b7fb35",
      "tree": "16aa60bf3e602afea7ed52c219aa7c440a5b2b55",
      "parents": [
        "be0b7b0113300c324034e94a12244c4ac3f4b354"
      ],
      "author": {
        "name": "James Courtier-Dutton",
        "email": "James@superbug.co.uk",
        "time": "Tue Apr 11 21:47:27 2006 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:32:40 2006 +0200"
      },
      "message": "[ALSA] AC97: Correct Mic Boost label.\n\nSigned-off-by: James Courtier-Dutton \u003cJames@superbug.co.uk\u003e\n"
    },
    {
      "commit": "be0b7b0113300c324034e94a12244c4ac3f4b354",
      "tree": "95409a8755e9e8e8055da964383d7f35401cfd17",
      "parents": [
        "3969f6178b86613fd443e70d11b8848451552bdd"
      ],
      "author": {
        "name": "James Courtier-Dutton",
        "email": "James@superbug.co.uk",
        "time": "Sun Apr 09 20:48:44 2006 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:32:39 2006 +0200"
      },
      "message": "[ALSA] ca0106: Fixes MSI K8N\u0027s SB Live 24 bit, no sound from line-in.\n\nFixed bug#1331\n\nSigned-off-by: James Courtier-Dutton \u003cJames@superbug.co.uk\u003e\n"
    },
    {
      "commit": "3969f6178b86613fd443e70d11b8848451552bdd",
      "tree": "4e7c2c81b5dbeff5b48313d0d5fc2ef5b1bda5c8",
      "parents": [
        "21fdddea8e4cc54341d389916d0c17db8c1ca452"
      ],
      "author": {
        "name": "James Courtier-Dutton",
        "email": "James@superbug.co.uk",
        "time": "Sun Apr 09 17:44:13 2006 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:32:38 2006 +0200"
      },
      "message": "[ALSA] Add p17v.h file.\n\nSigned-off-by: James Courtier-Dutton \u003cJames@superbug.co.uk\u003e\n"
    },
    {
      "commit": "21fdddea8e4cc54341d389916d0c17db8c1ca452",
      "tree": "9ab8e7c8e92cfc747d71907a7c9ebaa2151fcd41",
      "parents": [
        "6129daaa0d2b84c0e376b6b17b3d3740c4d1d1ca"
      ],
      "author": {
        "name": "James Courtier-Dutton",
        "email": "James@superbug.co.uk",
        "time": "Sun Apr 09 17:36:39 2006 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:32:37 2006 +0200"
      },
      "message": "[ALSA] emu10k1: Add support for Audigy4 (not Pro)\n\nSigned-off-by: James Courtier-Dutton \u003cJames@superbug.co.uk\u003e\n"
    },
    {
      "commit": "6129daaa0d2b84c0e376b6b17b3d3740c4d1d1ca",
      "tree": "8a043f22709ffa613f44a4bc1d3aeed256f488cf",
      "parents": [
        "52ab3f3dc711eeccbfbcc5d4f5c5d9b9ff59650f"
      ],
      "author": {
        "name": "James Courtier-Dutton",
        "email": "James@superbug.co.uk",
        "time": "Sun Apr 09 13:01:34 2006 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:32:35 2006 +0200"
      },
      "message": "[ALSA] ca0106: Add analog capture controls.\n\nSigned-off-by: James Courtier-Dutton \u003cJames@superbug.co.uk\u003e\n"
    },
    {
      "commit": "a769577b3716c757e354a681aab3524ac6b651be",
      "tree": "224ee7dda5ed913fa6c7192d8880fcb5f3c884e0",
      "parents": [
        "e0292bdd306a7e1ef7a681350cf0427688a2791d"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Apr 27 16:56:07 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Apr 27 21:10:52 2006 +0200"
      },
      "message": "[ALSA] via82xx - Use DXS_SRC as default for VIA8235/8237/8251 chips\n\nUse DXS_SRC as the default value for dxs_support option for\nVIA8235/8237/8251 chips.  These new chips should work well with SRC.\nFor VIA8233/A/C, the old default DXS_48K is still used to be sure.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "e0292bdd306a7e1ef7a681350cf0427688a2791d",
      "tree": "9b5deb31a345f852492d9ea39378b829dfbd0e2d",
      "parents": [
        "c93dd4451ef68a5494c376944bdff8d75a8625bc"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Apr 26 17:44:18 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Apr 27 21:10:50 2006 +0200"
      },
      "message": "[ALSA] hda-codec - Add model entry for ASUS Z62F\n\nAdded a model entry \u0027laptop-eapd\u0027 for ASUS Z62F laptop with\nAD1986A codec.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "d773781cee3e3003c4a77589d327de802b26e101",
      "tree": "559616c49e5dcc7f7793f9e49a23cdb1ae4bd9d7",
      "parents": [
        "b7d90a356a43f4609bd6290fc2e1ca4ef79d4458"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Apr 25 13:05:43 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Apr 27 21:10:46 2006 +0200"
      },
      "message": "[ALSA] hda-codec - Fix capture from line-in on VAIO SZ/FE laptops\n\nAdded the missing line-in capture on VAIO SZ/FE laptops with\nSTAC 7661 codec.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "396c9b928d5c24775846a161a8191dcc1ea4971f",
      "tree": "447f4b28c2dd8e0026b96025fb94dbc654d6cade",
      "parents": [
        "71b2ccc3a2fd6c27e3cd9b4239670005978e94ce"
      ],
      "author": {
        "name": "Henrik Kretzschmar",
        "email": "henne@nachtwindheim.de",
        "time": "Mon Apr 24 15:59:04 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Apr 27 21:10:34 2006 +0200"
      },
      "message": "[ALSA] add __devinitdata to all pci_device_id\n\nSigned-off-by: Henrik Kretzschmar \u003chenne@nachtwindheim.de\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "71b2ccc3a2fd6c27e3cd9b4239670005978e94ce",
      "tree": "2cc0a28d995b0191a469f2cac2f8a9baad114a8d",
      "parents": [
        "61a7454a229d3516492fc3ff3adddf9f5ac0d396"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Fri Apr 21 16:09:31 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Apr 27 21:10:30 2006 +0200"
      },
      "message": "[ALSA] hda-codec - Add codec id for AD1988B codec chip\n\nAdd codec id for AD1988B codec chip.\nThe functionality is identical with AD1988(A) chip.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "61a7454a229d3516492fc3ff3adddf9f5ac0d396",
      "tree": "0db8f86e40f6d714e2649b97062ea0fe553c29f4",
      "parents": [
        "711ee39bf3e2a69005d64f388441a6f883495f83"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Apr 20 16:42:34 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Apr 27 21:10:28 2006 +0200"
      },
      "message": "[ALSA] hda-codec - Add model entry for ASUS M9 laptop\n\nAdd a model entry to support ASUS M9 laptop with AD1986A codec.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "711ee39bf3e2a69005d64f388441a6f883495f83",
      "tree": "a2e4dc7b3d334ce7c71a2711fa6b4ab5891cc409",
      "parents": [
        "c6cc0e3b0c087d350bdc5912ecdfb17e796ae266"
      ],
      "author": {
        "name": "Henrik Kretzschmar",
        "email": "henne@nachtwindheim.de",
        "time": "Thu Apr 20 12:37:00 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Apr 27 21:10:27 2006 +0200"
      },
      "message": "[ALSA] pcxhr - Fix a compiler warning on 64bit architectures\n\nThe patch fixes a conpile warning on 64bit architectures, caused by\ndifferent sizes of size_t . Since size_t is unsigned I permited\nmyself to cange the format, too.\n\nSigned-off-by: Henrik Kretzschmar \u003chenne@nachtwindheim.de\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "c6cc0e3b0c087d350bdc5912ecdfb17e796ae266",
      "tree": "ba179f88b9b9d3818439727e5895b9e32715a2c1",
      "parents": [
        "1a183131fe284e68194e66cc4ff49d5876501eb0"
      ],
      "author": {
        "name": "Bastiaan Jacques",
        "email": "b.jacques@planet.nl",
        "time": "Thu Apr 20 12:27:09 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Apr 27 21:10:25 2006 +0200"
      },
      "message": "[ALSA] via82xx: tweak VT8251 workaround\n\nMove the workaround for the VT8251 up a bit, and check for STAT_EOL\nrather than STAT_ACTIVE. This resolves issues some people were having\nwith certain ALSA clients (and allows the STAT_ACTIVE check to do what\nit was intended to do).\nThis change was suggested by Andrew Daviel.\n\nSigned-off-by: Bastiaan Jacques \u003cb.jacques@planet.nl\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "1a183131fe284e68194e66cc4ff49d5876501eb0",
      "tree": "edde195886c28576c4fd7c483576c79eb3e432f5",
      "parents": [
        "8263c65fbee1347b2ab1d8c9380946808d09f579"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Apr 18 21:23:47 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Apr 27 21:10:23 2006 +0200"
      },
      "message": "[ALSA] intel8x0 - Disable ALI5455 SPDIF-input\n\nDisable the SPDIF-input on ALI5455, which causes Oops.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "8263c65fbee1347b2ab1d8c9380946808d09f579",
      "tree": "4b503b7ea92011bd6f3df65967268ef98c78a9f3",
      "parents": [
        "5732e7a2cece461252bfcf2653bb09ab88ba36c5"
      ],
      "author": {
        "name": "Bastiaan Jacques",
        "email": "b.jacques@planet.nl",
        "time": "Tue Apr 18 17:04:04 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Apr 27 21:10:21 2006 +0200"
      },
      "message": "[ALSA] via82xx: add support for VIA VT8251 (AC\u002797)\n\nAdd support for VIA VT8251 AC\u002797. Includes a workaround which ensures sound\nwon\u0027t stop playing after one second of playback.\n\nSigned-off-by: Bastiaan Jacques \u003cb.jacques@planet.nl\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "531213a93f0e75b934471bf5567babad4da1ff70",
      "tree": "c30dac1edbc00343a5de668398ac0f3aadd0aa2c",
      "parents": [
        "1d606f1ae5b9d83d8749f21bc04842596104bf55"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Apr 18 13:46:08 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Apr 27 21:10:15 2006 +0200"
      },
      "message": "[ALSA] hda-codec - Add entry for Epox EP-5LDA+ GLi\n\nAdded the SSID entry for Epox EP-5LDA+ GLi with ALC880 codec.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "1d606f1ae5b9d83d8749f21bc04842596104bf55",
      "tree": "1948cef017f1410356ed82e7c431e2b40de47d97",
      "parents": [
        "8970ccda1ae3c3b4ddd5ce366ca2cd88356d664e"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Tue Apr 18 13:37:08 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Apr 27 21:10:12 2006 +0200"
      },
      "message": "[ALSA] sound/pci/: remove duplicate #include\u0027s\n\nThere\u0027s no reason for #include\u0027ing linux/dma-mapping.h more than once.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "8970ccda1ae3c3b4ddd5ce366ca2cd88356d664e",
      "tree": "bbc720f9a42ae09398ec3647b95de0ea1ac930f9",
      "parents": [
        "a182ee9876c7826d0b8f7789cb5c38c5bfbec441"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Apr 18 12:50:40 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Apr 27 21:10:10 2006 +0200"
      },
      "message": "[ALSA] hda-codec - Use model \u0027hp\u0027 for all HP laptops with AD1981HD\n\nUse model \u0027hp\u0027 for all HP laptops with AD1981HD codec.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "73864fc634932bc827f852557f637fade0227381",
      "tree": "e5bfb6da240b8cce6cc36feae39c8ed57eb9d17e",
      "parents": [
        "e09222831336a6ae53ea09076d113a58931950cf"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Apr 10 19:41:16 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Wed Apr 12 11:34:20 2006 +0200"
      },
      "message": "[ALSA] ac97 - Add entry for VIA VT1618 codec\n\nModules: AC97 Codec\n\nAdded the missing entry for VIA VT1618 codec.\nNo particular patch is needed, though.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "e09222831336a6ae53ea09076d113a58931950cf",
      "tree": "54fba9ab3bb62ae1190219225de4315b9c8f8264",
      "parents": [
        "2462321bfe59b9c22ca1ec4ba8665a1aeac6bab5"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Apr 10 19:09:01 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Wed Apr 12 11:34:18 2006 +0200"
      },
      "message": "[ALSA] hda-codec - Add support of ASUS U5A with AD1986A codec\n\nModules: HDA Codec driver\n\nAdd the model entry to support of ASUS U5A with AD1986A codec.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "2462321bfe59b9c22ca1ec4ba8665a1aeac6bab5",
      "tree": "9753bc52df4417a64c84a845fc02d94221599afc",
      "parents": [
        "99e80e4d0c7755d688e9db205016a0608fa989b4"
      ],
      "author": {
        "name": "Eric Sesterhenn",
        "email": "snakebyte@gmx.de",
        "time": "Mon Apr 10 14:42:00 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Wed Apr 12 11:34:17 2006 +0200"
      },
      "message": "[ALSA] Overrun in sound/pci/au88x0/au88x0_pcm.c\n\nModules: au88x0 driver\n\nsince idx is used as an index for vortex_pcm_prettyname[VORTEX_PCM_LAST],\nit should not be equal to VORTEX_PCM_LAST. This fixes coverity bug id #572\n\nSigned-off-by: Eric Sesterhenn \u003csnakebyte@gmx.de\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "99e80e4d0c7755d688e9db205016a0608fa989b4",
      "tree": "bb33c136d0a0fc66c55423fb19cab28ffd117c7b",
      "parents": [
        "a29b6c8895edbd9921837b592bcd125cee64fc84"
      ],
      "author": {
        "name": "Dale Sedivec",
        "email": "dale@codefu.org",
        "time": "Mon Apr 10 11:34:44 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Wed Apr 12 11:34:15 2006 +0200"
      },
      "message": "[ALSA] au88x0 - clean up __devinit/__devexit\n\nModules: au88x0 driver\n\nRemoved all use of __devinit/__devexit and init.h from headers.  Any\nattributes given in the prototype but not in the function definition have\nbeen moved to the definition.\n\nAn exception is vortex_eq_free: I removed the __devexit attribute because\nvortex_eq_free is called from vortex_core_shutdown, and\nvortex_core_shutdown may be called from __devinit snd_vortex_create.\n\nCompile tested with allyesconfig and allmodconfig.\n\nSigned-off-by: Dale Sedivec \u003cdale@codefu.org\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "a29b6c8895edbd9921837b592bcd125cee64fc84",
      "tree": "c34938492eebe4a2ccc56b16160d9766368bd6c5",
      "parents": [
        "be28e7ccd34efff2160ab7d6712d248053c36461"
      ],
      "author": {
        "name": "Ashley Clark",
        "email": "aclark@ghoti.org",
        "time": "Mon Apr 10 11:31:03 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Wed Apr 12 11:34:13 2006 +0200"
      },
      "message": "[ALSA] hda-codec - Adds HDA support for Intel D945Pvs board with subdevice id 0x0707\n\nModules: HDA Codec driver\n\nThis patch adds the entry for the 5-stack pin-config for the STAC\nchip on the Intel D945Pvs board with subdevice id 0x0707.\n\nWith this patch against 1.0.11rc4 in the linux kernel 2.6.17-rc1, I\u0027m\nable to successfully output over the optical port and analog ports.\n\nSigned-off-by: Ashley Clark \u003caclark@ghoti.org\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "be28e7ccd34efff2160ab7d6712d248053c36461",
      "tree": "d864d030e591168f03718019a1129174b7e1152d",
      "parents": [
        "5b0e498537cbaeca06b4a1935be1ea2c93d4e05b"
      ],
      "author": {
        "name": "Coywolf Qi Hunt",
        "email": "qiyong@freeforge.net",
        "time": "Mon Apr 10 10:47:11 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Wed Apr 12 11:34:11 2006 +0200"
      },
      "message": "[ALSA] hda-codec - support HP Compaq Presario B2800 laptop with AD1986A codec\n\nModules: HDA Codec driver\n\nThis adds the support for HP Compaq Presario B2800 laptop with AD1986A codec.\n\nSigned-off-by: Coywolf Qi Hunt \u003cqiyong@freeforge.net\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "5b0e498537cbaeca06b4a1935be1ea2c93d4e05b",
      "tree": "5c8cc7a1986344a588327e693ab64f58701f6a42",
      "parents": [
        "a26e9d9dc710dd157beca914bb56d2fed8a29d60"
      ],
      "author": {
        "name": "James Courtier-Dutton",
        "email": "James@superbug.co.uk",
        "time": "Sun Apr 09 22:45:58 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Wed Apr 12 11:34:09 2006 +0200"
      },
      "message": "[ALSA] emu10k1: Add some descriptive text.\n\nModules: EMU10K1/EMU10K2 driver\n\nSigned-off-by: James Courtier-Dutton \u003cJames@superbug.co.uk\u003e\n"
    },
    {
      "commit": "a26e9d9dc710dd157beca914bb56d2fed8a29d60",
      "tree": "83704563f3b2b1a4481504da6ce5c4d8977e931d",
      "parents": [
        "f556e6f6ef55d343727372e4ab35adb716c2bb4e"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Apr 06 19:59:21 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Wed Apr 12 11:34:07 2006 +0200"
      },
      "message": "[ALSA] via82xx - Add a dxs entry for ECS K8T890-A\n\nModules: VIA82xx driver\n\nAdded a dxs_support entry for ECS K8T890-A board.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "f556e6f6ef55d343727372e4ab35adb716c2bb4e",
      "tree": "14ecfb9736f8353429eb4082ecde64cec7e30d1a",
      "parents": [
        "1576274d30286dd048967176dc8e75e192051ff5"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Apr 06 19:58:43 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Wed Apr 12 11:34:06 2006 +0200"
      },
      "message": "[ALSA] hda-codec - Add another HP laptop with AD1981HD\n\nModules: HDA Codec driver\n\nAdded the SSID of another HP laptop for the model \u0027hp\u0027 with AD1981HD.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "56b146d36db933844011d5026c6f55593037c7b8",
      "tree": "e8b9bed7bf22f658f9b62bf13e512bf08f137efc",
      "parents": [
        "31cc48bfeef7a021d6e29f3454a4505edcfd6daa"
      ],
      "author": {
        "name": "Tobias Klauser",
        "email": "tklauser@nuerscht.ch",
        "time": "Mon Apr 10 22:54:21 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:44 2006 -0700"
      },
      "message": "[PATCH] Last DMA_xBIT_MASK cleanups\n\nThese are the last conversions of pci_set_dma_mask(),\npci_set_consistent_dma_mask() and pci_dma_supported() to use DMA_xBIT_MASK\nconstants from linux/dma-mapping.h\n\nSigned-off-by: Tobias Klauser \u003ctklauser@nuerscht.ch\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "af9b70ac0044d126b28d28894cd890447c0a9dc1",
      "tree": "bec3aed3a66239889500208eb578cfe222c921b3",
      "parents": [
        "0bd43b5bc9e61e9dc48ad5ee68737316e5d94b60"
      ],
      "author": {
        "name": "Maximilian Rehkopf",
        "email": "otakon@gmx.net",
        "time": "Fri Mar 31 13:10:35 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Mar 31 17:59:01 2006 +0200"
      },
      "message": "[ALSA] Add Aux input switch control for Aureon Universe\n\nThis patch adds a mixer control which allows the user to switch the Aux\nplayback between the internal Aux jack, Wavetable, and Rear Line-In on\nAureon Universe cards.\n\nFor switching, a PCA9554 (8-line GPIO with I2C interface) and a 74HC4052\n(dual 4-way mux/demux) are used.  Output 0 and 1 of the PCA9554 are\nconnected to the select pins of the 74HC4052. The I2C interface of the\nPCA9554 is connected to the card\u0027s internal SPI bus which is also used\nto control the WM8770 and CS8415. SPI and I2C on the same lines...\n\nTo communicate with the PCA9554 the WM8770 and CS8415 are disabled and\nan I2C Stop Condition is generated before the Start Condition (needed\nfor synchronisation because other SPI traffic appear to confuse the\nPCA9554). Then a normal I2C data transfer takes place.  Programming must\nbe done ridiculously slow; in theory, 4.7us is the minimum delay time\nfor normal-speed I2C according to the datasheet, but even with 10us\nswitching was unreliable.  The Windows driver from Terratec does the\nprogramming very slowly, too (checked with an oscilloscope).\n\nPCA9554 datasheet:\nhttp://www.semiconductors.philips.com/acrobat/datasheets/PCA9554_9554A_6.pdf\n\n74HC4052 datasheet:\nhttp://www.semiconductors.philips.com/acrobat/datasheets/74HC_HCT4052_4.pdf\n\nSigned-off-by: Maximilian Rehkopf \u003cotakon@gmx.net\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "0bd43b5bc9e61e9dc48ad5ee68737316e5d94b60",
      "tree": "2761424f8ef54e8b3876edb7dd5440d856324024",
      "parents": [
        "ce7415f496e21775156b08452d22211f8c3ccc53"
      ],
      "author": {
        "name": "Markus Bollinger",
        "email": "bollinger@digigram.com",
        "time": "Fri Mar 31 12:48:51 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Mar 31 17:59:01 2006 +0200"
      },
      "message": "[ALSA] pcxhr - Fix the crash with REV01 board\n\nOn a new board revision for pcxhr boards, the\nPCXHR_CHIPSC_GPI_USERI bit is no more supported.\nThe cards concerned have a REV01 in their PCI ID.\n\nAs the current driver tests this bit and does not load the\nfirst Xilinx binary when it\u0027s 1, the card will crash on Xilinx\naccess over PCI. (the PCI will freeze ....)\n\nThe fix (fix to version 1.0.11rc4) works for both REV00 and\nREV01 cards.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "ce7415f496e21775156b08452d22211f8c3ccc53",
      "tree": "aafaca46c062bad4225225e6383d377beea26285",
      "parents": [
        "89be83f8eef781a801898c08a5317ed463fe872f"
      ],
      "author": {
        "name": "OGAWA Hirofumi",
        "email": "hirofumi@mail.parknet.co.jp",
        "time": "Fri Mar 31 12:36:14 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Mar 31 17:59:01 2006 +0200"
      },
      "message": "[ALSA] sound/pci/hda: use create_singlethread_workqueue()\n\nprocess_unsol_events() seems to assume a singlethread one (IOW, racey).\nSo, this patch uses create_singlethread_workqueue() instead of\ncreate_workqueue().\n\nSigned-off-by: OGAWA Hirofumi \u003chirofumi@mail.parknet.co.jp\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "89be83f8eef781a801898c08a5317ed463fe872f",
      "tree": "e10b691ce46c32479a209fe8c5c72fb5786095e8",
      "parents": [
        "38223daa1aa98d0a6f35ba7addcfefc756a04f5e"
      ],
      "author": {
        "name": "Felix Kuehling",
        "email": "fkuehlin@ati.com",
        "time": "Fri Mar 31 12:33:59 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Mar 31 17:59:01 2006 +0200"
      },
      "message": "[ALSA] hda-intel - Add support of ATI SB600\n\nThis patch adds support for high definition audio on ATI SB600.\n\nSigned-off-by: Felix Kuehling \u003cfkuehlin@ati.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "38223daa1aa98d0a6f35ba7addcfefc756a04f5e",
      "tree": "8d4a9f4ec1db44a308f664c8fe45328321e97536",
      "parents": [
        "e860f00047108ec97ac58c0d1bf59ae23e35f81c"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Mar 29 12:33:38 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Mar 31 17:59:00 2006 +0200"
      },
      "message": "[ALSA] cs4281 - Fix the check of timeout in probe\n\nFix the check of timeout in probe routines to work properly\nreagrdless of HZ (ALSA bug#1976).\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "e860f00047108ec97ac58c0d1bf59ae23e35f81c",
      "tree": "58a32017a7aec5f51e39b2b6d63d93efb7f7e7ef",
      "parents": [
        "14790f1c73cfa4d4a22ac10b4501b4831380683c"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Mar 29 11:38:01 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Mar 31 17:59:00 2006 +0200"
      },
      "message": "[ALSA] cs4281 - Fix the check of right channel\n\nFix the check of right channel in mixer volume put callback.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "0b2dcd5d6a9a3e27fdd67053e526388f9f2ea33b",
      "tree": "d380fb45aa120b2499aa03753717f3ecbf0ad099",
      "parents": [
        "a1e8d2da03b3a1017aab01d49666ec9b67927de5"
      ],
      "author": {
        "name": "Andreas Mohr",
        "email": "andi@lisas.de",
        "time": "Tue Mar 28 12:56:14 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Mar 31 17:59:00 2006 +0200"
      },
      "message": "[ALSA] maestro3.c: fix BUG, optimization\n\n- fix brown-paper-bag locking bug (lock() / return / unlock())\n- improve central function snd_m3_update_ptr()\n  (avoid expensive integer divisions)\n- add cpu_relax() to busy-wait I/O loop as recommended\n  (does this require special macro support in ALSA for older kernels??)\n- constify several structs\n- spelling updates\n\nSigned-off-by: Andreas Mohr \u003candi@lisas.de\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "a1e8d2da03b3a1017aab01d49666ec9b67927de5",
      "tree": "f0c9c97632bdf2514644cb29d10c963a2a531cd5",
      "parents": [
        "cf40a310a7aaf1944eea3e01e9c120b31850c3b6"
      ],
      "author": {
        "name": "Jonathan Woithe",
        "email": "jwoithe@physics.adelaide.edu.au",
        "time": "Tue Mar 28 12:47:09 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Mar 31 17:59:00 2006 +0200"
      },
      "message": "[ALSA] HDA/Realtek: multiple input mux definitions and pin mode additions\n\nThe following patch relative to CVS from 20060324 adds the following\nfeatures to the Realtek HDA codec.\n\n1) Define two new pin modes: ALC_PIN_DIR_IN_NOMICBIAS and\n   ALC_PIN_DIR_INOUT_NOMICBIAS.  These can be used with jack mode switch\n   definitions in mixers to prevent the user being offered the mic bias\n   options if the hardware doesn\u0027t support it.\n\n2) Add the ability to have different input mux definitions for different\n   ADCs.  This is needed because the ALC260 chip uses different mux layouts\n   for the two onboard ADCs.  A new field (num_mux_defs) was added to the\n   alc_spec and alc_config_preset structures to support this.\n\n3) Adjust numerous comments to make them consistent with the above changes.\n\n4) Utilise the new multi-mux definition functionality for the ALC260 fujitsu\n   model to allow recording of the mixer output.\n\n5) Utilise the new multi-mux definition functionality for the ALC260 test\n   model to make the mux selections a little less confusing.\n\n6) Allow the headphone jack of the ALC260 acer model to be retasked in\n   the mixer.\n\n6) Utilise the new multi-mux definition functionality for the ALC260 acer\n   model to give access to the mixer output and the retasked headphone\n   jack.\n\nAt this stage the *_NOMICBIAS modes are not used.  We have reports that the\n\"Line\" jack of at least some Acer models doesn\u0027t pass the bias out, and we\nalso know that NIDs 0x0f and 0x10 don\u0027t seem to accept the mic bias requests\nat all.  However, I feel we need to collect more evidence on both counts\nbefore committing to the use of *_NOMICBIAS.  In the case of the Acers, it\u0027s\nnot clear whether this issue (probably caused by the inclusion of DC\nblocking capacitors) affects all Acer models or just a small number.  With\nthe issue with NIDs 0x0f and 0x10 it\u0027s unclear whether this is a hardware\nbug which will be addressed in later chip revisions or if it\u0027s an\nintentional restriction.  The datasheet makes no mention of the restriction\nso at this stage I\u0027m inclined to consider it a hardware bug.  Comments in\nthe source reflect this reasoning.\n\nOn a similar theme, the headphone jack of the Fujitsu S7020 also doesn\u0027t\nappear to pass mic bias voltage.  I\u0027m still investigating this however.\n\nWith the ability to retask the headphone jack, owners of ALC260-based Acer\nlaptops should now be able to record 4 channels of audio if they desire. The\nmultiple mux definitions allow this jack to be presented from both ADCs\n(since this mux input is one of those which differs between the muxes).\n\nThis patch has been tested on a Fujitsu S7020 laptop and appears to behave\nitself both for the \"test\" and \"fujitsu\" models.  Definitions using only a\nsingle mux specification also work.  Other ALC chips should be fine but I\ncannot test these myself.  The \"auto\" modes should also continue to function\nbut again I have not verified this.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "43560116d1f70de274915fdec0745c6e02feef30",
      "tree": "4fa96d4e44f5526780e9eb54aa89f9b4d5a852c2",
      "parents": [
        "10d150e186d069cc7e2075c4823049949933777c"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 27 13:45:51 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Mar 31 17:58:58 2006 +0200"
      },
      "message": "[ALSA] Remove obsolete kfree_nocheck call\n\nFixed the compilation, removing obsolete kfree_nocheck() call\nfor memory debugging.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "b3a70d5ece60684c00d7d94ccc42741efdf99336",
      "tree": "9e3b3f251d94af42fa344afdd5f97b5b67195455",
      "parents": [
        "109a9638f0fe38915838b7b9acd98e7cfa91797f"
      ],
      "author": {
        "name": "Ash Willis",
        "email": "ashwillis@programmer.net",
        "time": "Mon Mar 27 13:20:40 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Mar 31 17:58:58 2006 +0200"
      },
      "message": "[ALSA] Add snd-als300 driver for Avance Logic ALS300/ALS300+ soundcards\n\nAdded snd-als300 driver for Avance Logic ALS300/ALS300+ soundcards\nby Ash Willis.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "109a9638f0fe38915838b7b9acd98e7cfa91797f",
      "tree": "4cbc58ae7b65cecc57c6922aee2baad6819512e4",
      "parents": [
        "2125cad29100f88670a483a2291ffdbeae0cd5fc"
      ],
      "author": {
        "name": "Peter Gruber",
        "email": "nokos@gmx.net",
        "time": "Mon Mar 27 13:10:28 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Mar 31 17:58:57 2006 +0200"
      },
      "message": "[ALSA] Add snd-riptide driver for Conexant Riptide chip\n\nAdd snd-riptide driver for Conexant Riptide chip by Peter Gruber.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "2125cad29100f88670a483a2291ffdbeae0cd5fc",
      "tree": "622343815fc2f21fa96bda35d5576b2a7d0c8551",
      "parents": [
        "505cb341ef39c0e75e074d49988a044b66fd4f99"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 27 12:52:22 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Mar 31 17:58:57 2006 +0200"
      },
      "message": "[ALSA] hda-codec - Fix noisy output wtih AD1986A 3stack model\n\nFixed the noisy output wtih AD1986A 3stack model using 2 channels.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "505cb341ef39c0e75e074d49988a044b66fd4f99",
      "tree": "fdf148186e01e9ad259b2ad2dfd38d8435befaa1",
      "parents": [
        "675b4e5981941be5e826ada99b86e65e517b84ce"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 27 12:51:52 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Mar 31 17:58:57 2006 +0200"
      },
      "message": "[ALSA] hda-codec - Fix unsol event initialization at resume of stac92xx\n\nFix the re-initialization of unsolicited events at resume of stac92xx codecs.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "675b4e5981941be5e826ada99b86e65e517b84ce",
      "tree": "dd9482b8fa6d3c48fc8073c77195a5b12999aac7",
      "parents": [
        "1841f613fd2e73f09d3fa2beeccf2f8d978ec2db"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Mar 27 12:46:34 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Mar 31 17:58:57 2006 +0200"
      },
      "message": "[ALSA] Make CONFIG_SND_CS46XX_NEW_DSP yes as default\n\nRemoved from CONFIG_EXPERIMENTAL from CONFIG_SND_CS46XX_NEW_DSP, and\nmake default to yes.  This option works fine for years.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "6285ae1df13d55454d3de48504cb97e0cde4ecfa",
      "tree": "deb75a5e93e86070d1ef10ea4b55972a2fb7dda2",
      "parents": [
        "c04d092bde6a5dce632dec595f3974a35ed2cc2a"
      ],
      "author": {
        "name": "Alan Horstmann",
        "email": "gineera@aspect135.co.uk",
        "time": "Fri Mar 24 18:40:09 2006 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Mar 31 17:58:56 2006 +0200"
      },
      "message": "[ALSA] ice1712 - Fix wrong register value for DMX 6FIRE\n\nI have just discovered I made an error in the register value set in \u0027Limit\ndmx6fire to 6 dacs\u0027 patch (bug1472).  The value set should be \u00272a\u0027 not \u00270a\u0027\nas in the original patch, which unintentionally disables the 2nd MPU 401\nUART.\n\nSigned-off-by: Alan Horstmann \u003cgineera@aspect135.co.uk\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    }
  ],
  "next": "c04d092bde6a5dce632dec595f3974a35ed2cc2a"
}
