1. 23 7月, 2009 1 次提交
  2. 11 12月, 2008 1 次提交
  3. 30 5月, 2008 1 次提交
  4. 24 4月, 2008 1 次提交
  5. 16 10月, 2007 2 次提交
  6. 09 2月, 2007 3 次提交
  7. 22 11月, 2006 1 次提交
  8. 23 9月, 2006 1 次提交
  9. 29 6月, 2006 1 次提交
  10. 23 6月, 2006 1 次提交
  11. 22 3月, 2006 4 次提交
  12. 03 1月, 2006 3 次提交
  13. 04 11月, 2005 1 次提交
  14. 07 10月, 2005 1 次提交
  15. 30 8月, 2005 2 次提交
    • L
      [ALSA] AC97 bus interface for ad-hoc drivers · 0ca06a00
      Liam Girdwood 提交于
      AC97 Codec,PCI drivers
      I've made the review changes and as requested I've pasted the RFC by
      Nicolas below:-
      
      'I would like to know what people think of the following patch.  It
      allows for a codec on an AC97 bus to be shared with other drivers which
      are completely unrelated to audio.  It registers a new bus type, and
      whenever a codec instance is created then a device for it is also
      registered with the driver model using that bus type.  This allows, for
      example, to use the extra features of the UCB1400 like the touchscreen
      interface and the additional GPIOs and ADCs available on that chip for
      battery monitoring.  I have a working UCB1400 touchscreen driver here
      that simply registers with the driver model happily working alongside
      with audio features using this.'
      
      Changes over RFC:-
      
        o Now matches codec name within codec group.
        o Added ac97_dev_release() to stop kernel complaining about no release
      method for device.
        o Added 'config SND_AC97_BUS' to sound/pci/Kconfig and moved 'config
      SND_AC97_CODEC' out with the PCI=n statement.
        o module is now called snd-ac97-bus
      Signed-off-by: NLiam Girdwood <liam.girdwood@wolfsonmicro.com>
      Signed-off-by: NNicolas Pitre <nico@cam.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      0ca06a00
    • L
      [ALSA] WM97xx AC97 codec controls · 3998b70f
      Liam Girdwood 提交于
      AC97 Codec
      o Enhanced current WM97xx support to provide additional controls and
        use the kcontrol suffix naming convention.
      o Added AC97_HAS_NO_MIC, AC97_HAS_NO_TONE and AC97_HAS_NO_STD_PCM.
      o Cleaned up WM97xx related comments.
      o Removed some wm9713 double mono controls and replaced with stereo
        controls.
      Signed-off-by: NLiam Girdwood <liam.girdwood@wolfsonmicro.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      3998b70f
  16. 22 6月, 2005 1 次提交
  17. 29 5月, 2005 1 次提交
    • T
      [ALSA] Improve the shared-jack handling on ac97 · eb8caf30
      Takashi Iwai 提交于
      AC97 Codec
      The handling of shared surround/clfe output jacks with line/mic-in
      on some AC97 codecs is improved.
      
      Instead of 'Line-In As Surround' or 'Mic As Center/LFE' switch, two
      new enum controls are introduced: 'Channel Mode' and 'Surround Jack Mode'.
      The formar changes the current output mode among 2, 4 and 6-channels.
      The latter controls whether the jacks are shared or independent.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      eb8caf30
  18. 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