1. 22 3月, 2006 1 次提交
    • M
      [ALSA] #1/4 for Zoom Video - resolve common vs chipset specific mixer controls · c1f6d415
      Mark Salazar 提交于
      Modules: ES18xx driver
      
      First of 4 es18xx.c patches culminating in Zoom Video support.
      While adding support for Zoom Video to the es18xx driver I found some of
      the mixer controls
      were wrong. Since you guys went to the trouble of supplying the
      datasheets for the supported
      chipsets I did a review of all of them and tried to get es18xx.c to
      accurately reflect the
      proper mixer controls for each chipset. If the datasheets are wrong then
      so are my patches.
      
      This first patch moves some controls from the common-to-all-chipsets array
      'snd_es18xx_base_controls' to a chipset-specific array and adds code to
      manage that new array.
      Also while testing on my ES1878 test machine I discovered it needed a
      couple of udelays in
      the identify function so those are in this patch as well.
      
      Testing:
      This work was initially done on the source from the Debian Sarge ALSA
      package, then tested
      on an ES1879 and an ES1878 machine. Patches were created against the
      Sarge code and then edited
      to apply correctly to the ALSA cvs code. Lastly the patched ALSA cvs
      code was test for
      successful compilation. No additional testing was done on the ALSA cvs
      version.
      Signed-off-by: NMark Salazar <markTheCoder@justmyself.net>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      c1f6d415
  2. 22 1月, 2006 1 次提交
  3. 03 1月, 2006 4 次提交
  4. 04 11月, 2005 2 次提交
  5. 12 9月, 2005 2 次提交
    • T
      [ALSA] Replace with kzalloc() - isa stuff · 9e76a76e
      Takashi Iwai 提交于
      ES18xx driver,OPL3SA2 driver,AD1816A driver,AD1848 driver,CS4231 driver
      ES1688 driver,GUS Library,Opti9xx drivers,EMU8000 driver
      SB16/AWE driver,SB drivers
      Replace kcalloc(1,..) with kzalloc().
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      9e76a76e
    • T
      [ALSA] Add snd_card_set_generic_dev() call to ISA drivers · 43bcd973
      Takashi Iwai 提交于
      ISA,CMI8330 driver,ES18xx driver,OPL3SA2 driver,Sound Galaxy driver
      Sound Scape driver,AD1848 driver,CS4231 driver,CS4236+ driver
      ES1688 driver,GUS Classic driver,GUS Extreme driver,GUS MAX driver
      AMD InterWave driver,Opti9xx drivers,SB16/AWE driver,SB8 driver
      Wavefront drivers
      - Added snd_card_set_generic_dev() call.
      - Added SND_GENERIC_DRIVER to Kconfig.
      - Clean up the error path in probe if necessary.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      43bcd973
  6. 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