1. 12 2月, 2015 4 次提交
    • T
      ALSA: seq: Define driver object in each driver · 05662205
      Takashi Iwai 提交于
      This patch moves the driver object initialization and allocation to
      each driver's module init/exit code like other normal drivers.  The
      snd_seq_driver struct is now published in seq_device.h, and each
      driver is responsible to define it with proper driver attributes
      (name, probe and remove) with snd_seq_driver specific attributes as id
      and argsize fields.  The helper functions snd_seq_driver_register(),
      snd_seq_driver_unregister() and module_snd_seq_driver() are used for
      simplifying codes.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      05662205
    • T
      ALSA: seq: Clean up device and driver structs · af03c243
      Takashi Iwai 提交于
      Use const string pointer instead of copying the id string to each
      object.  Also drop the status and list fields of snd_seq_device struct
      that are no longer used.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      af03c243
    • T
      ALSA: seq: Rewrite sequencer device binding with standard bus · 7c37ae5c
      Takashi Iwai 提交于
      We've used the old house-made code for binding the sequencer device
      and driver.  This can be far better implemented with the standard
      bus nowadays.
      
      This patch refactors the whole sequencer binding code with the bus
      /sys/bus/snd_seq.  The devices appear as id-card-device on this bus
      and are bound with the drivers corresponding to the given id like the
      former implementation.  The module autoload is also kept like before.
      
      There is no change in API functions by this patch, and almost all
      transitions are kept inside seq_device.c.  The proc file output will
      change slightly but kept compatible as much as possible.
      
      Further integration works will follow in later patches.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      7c37ae5c
    • T
      72496edc
  2. 03 1月, 2006 1 次提交
  3. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4