)]}'
{
  "log": [
    {
      "commit": "3b0a899ca0fca7801127757cfaafb4d8671793f0",
      "tree": "e427fdec2d34d57d5fc9ea10a6a2a303034309a5",
      "parents": [
        "9c638cd641f2822ff4a2cdafe4ec415e446a64da"
      ],
      "author": {
        "name": "Hans-Christian Egtvedt",
        "email": "hcegtvedt@atmel.com",
        "time": "Mon Jul 23 15:52:42 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@perex.cz",
        "time": "Tue Oct 16 15:57:47 2007 +0200"
      },
      "message": "[ALSA] Add SPI devices to ALSA Kconfig and Makefile\n\nThis patch adds SPI devices in the ALSA diretory, including the Kconfig and\nMakefile.\n\nSigned-off-by: Hans-Christian Egtvedt \u003chcegtvedt@atmel.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "198de43d758ca2700e2b52b49c0b189b4931466c",
      "tree": "4c783082bc682c6a3eaa9734563421bf42ba82eb",
      "parents": [
        "aef3b06ac69783d6a6d1e4357c62bab46dd16141"
      ],
      "author": {
        "name": "Adrian McMenamin",
        "email": "adrian@mcmen.demon.co.uk",
        "time": "Fri May 18 14:26:59 2007 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Jul 20 11:11:17 2007 +0200"
      },
      "message": "[ALSA] Add ALSA support for the SEGA Dreamcast PCM device\n\nALSA support for the SEGA Dreamcast Yamaha AICA sound device (pcm)\nThis patch adds ALSA sound support for pcm playback on two channels on\nthe SEGA Dreamcast built-in sound device (the Yamaha AICA)\nAdd driver for the AICA sound device built into the SEGA Dreamcast\nHook it all up with the build system.\n\nSigned-off-by: Adrian McMenamin \u003cadrian@mcmen.demon.co.uk\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "a3288176de3fdd439d9bca0a0b9ca749c12ac5ac",
      "tree": "a332de50d6782f2edd41a5b75c9f69bf469b2776",
      "parents": [
        "2b97eabc09f42d0f63e8053636e34e1afa0d604e"
      ],
      "author": {
        "name": "Liam Girdwood",
        "email": "liam.girdwood@wolfsonmicro.com",
        "time": "Fri Oct 06 18:33:55 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Fri Feb 09 09:00:19 2007 +0100"
      },
      "message": "[ALSA] ASoC: Build files\n\nThis patch adds support for building the ASoC core and the dynamic audio\npower management support.\n\nSigned-off-by: Liam Girdwood \u003cliam.girdwood@wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "e1036502e5263851259d147771226161e5ccc85a",
      "tree": "46a88e0b23dbb1df5d38e6b210d09641974274e9",
      "parents": [
        "741441ab7800f1eb031e74fd720f4f8f361678ed"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Tue Dec 12 13:32:29 2006 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.osdl.org",
        "time": "Tue Dec 12 10:43:21 2006 -0800"
      },
      "message": "[PATCH] remove config ordering/dependency between ucb1400-ts and sound subsystem\n\nCommit 2d4ba4a3b9aef95d328d74a17ae84f8d658059e2 introduced a dependency\nthat was never meant to exist when the ac97_bus.c module was created.\nMove ac97_bus.c up the directory hierarchy to make sure it is built when\nselected even if sound is configured out so things work as originally\nintended.\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nAcked-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b9dd6ffc3d6b56417a2c4c917f51dab6470166e6",
      "tree": "629111b68c1db6de82acef3f7ab486d61751235c",
      "parents": [
        "e5582ca21af82929d5cd3613321ac9233c492ebc"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Fri Sep 29 02:01:36 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 29 09:18:24 2006 -0700"
      },
      "message": "[PATCH] build sound/sound_firmware.c only for OSS\n\nAll sound/sound_firmware.c contains is mod_firmware_load() that is a legacy\nAPI only used by some OSS drivers.\n\nThis patch builds it into an own sound_firmware module that is only built\ndepending on CONFIG_SOUND_PRIME making the kernel slightly smaller for ALSA\nusers.\n\n[alan@lxorguk.ukuu.org.uk: comment fix]\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nAcked-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "30833195ec8d2b8bcc17fb06659e91506edf5b63",
      "tree": "0191a0e7297f209bed27b59a4622c9c73d0cfcce",
      "parents": [
        "02856b5684677b74095069c3be4774c2992e4fdc"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Jun 26 13:11:09 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Wed Jun 28 19:30:48 2006 +0200"
      },
      "message": "[ALSA] fix build failure due to snd-aoa\n\nWhen snd-aoa is not built or built as modules, but CONFIG_SND is yes,\nkernel build fails due to a bug I introduced when adding snd-aoa. This\npatch fixes it.\nFrom: Takashi Iwai \u003ctiwai@suse.de\u003e\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": "f3d9478b2ce468c3115b02ecae7e975990697f15",
      "tree": "8397671cbf251c54bf539016468164e08d0c45ee",
      "parents": [
        "41f0cd3a0c4c6547860cf3b1c2d7968008e6c071"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes@sipsolutions.net",
        "time": "Wed Jun 21 15:42:43 2006 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jun 22 21:34:38 2006 +0200"
      },
      "message": "[ALSA] snd-aoa: add snd-aoa\n\nThis large patch adds all of snd-aoa.\nConsisting of many modules, it currently replaces snd-powermac\nfor all layout-id based machines and handles many more (for\nexample new powerbooks and powermacs with digital output that\npreviously couldn\u0027t be used at all).\nIt also has support for all layout-IDs that Apple has (judging\nfrom their Info.plist file) but not all are tested.\nThe driver currently has 2 known regressions over snd-powermac:\n * it doesn\u0027t handle powermac 7,2 and 7,3\n * it doesn\u0027t have a DRC control on snapper-based machines\nI will fix those during the 2.6.18 development cycle.\n\nSigned-off-by: Johannes Berg \u003cjohannes@sipsolutions.net\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "1da177e4c3f41524e886b7f1b8a0c1fc7321cac2",
      "tree": "0bba044c4ce775e45a88a51686b5d9f90697ea9d",
      "parents": [],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "message": "Linux-2.6.12-rc2\n\nInitial git repository build. I\u0027m not bothering with the full history,\neven though we have it. We can create a separate \"historical\" git\narchive of that later if we want to, and in the meantime it\u0027s about\n3.2GB when imported into git - space that would just make the early\ngit days unnecessarily complicated, when we don\u0027t have a lot of good\ninfrastructure for it.\n\nLet it rip!\n"
    }
  ]
}
