1. 01 11月, 2005 1 次提交
    • J
      [PATCH] Creative Audigy 2 cardbus: Add IO window wakeup magic · d83c671f
      James Courtier-Dutton 提交于
      This adds the magic IO wakeup code for the CardBus version of the
      Creative Labs Audigy 2 to the snd-emu10k1 driver.
      
      Without the magic IO enable sequence, reading from the IO region of the
      card will fail spectacularly, and the machine will hang.
      
      My next task will be getting the driver to actually play sound without
      distortion.
      Signed-off-by: NJames Courtier-Dutton <James@superbug.co.uk>
      
      [ This is a work-in-progress, but since it avoids a total lockup
        if the emu10k module is loaded on a machine with the cardbus
        card inserted, we're better off with it than without it, even
        if sound quality is bad right now ]
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      d83c671f
  2. 28 10月, 2005 1 次提交
  3. 09 10月, 2005 1 次提交
  4. 07 10月, 2005 2 次提交
  5. 12 9月, 2005 6 次提交
  6. 10 9月, 2005 2 次提交
  7. 08 9月, 2005 1 次提交
  8. 07 9月, 2005 1 次提交
  9. 30 8月, 2005 10 次提交
  10. 24 8月, 2005 1 次提交
  11. 28 7月, 2005 5 次提交
  12. 24 6月, 2005 1 次提交
  13. 22 6月, 2005 3 次提交
  14. 29 5月, 2005 5 次提交
    • J
      [ALSA] version 1.0.9 · bbc0274e
      Jaroslav Kysela 提交于
      bbc0274e
    • A
      [ALSA] sound/isa/: cleanups · 209ac85d
      Adrian Bunk 提交于
      GUS Library
      This patch contains the following possible cleanups:
      - make needlesly global code static
      - #if 0 the following unused global functions:
        - gus/gus_volume.c: snd_gf1_gvol_to_lvol_raw
        - gus/gus_volume.c: snd_gf1_calc_ramp_rate
        - gus/gus_volume.c: snd_gf1_compute_vibrato
        - gus/gus_volume.c: snd_gf1_compute_pitchbend
        - gus/gus_volume.c: snd_gf1_compute_freq
        - gus/gus_io.c: snd_gf1_i_adlib_write
        - gus/gus_io.c: snd_gf1_i_write_addr
        - gus/gus_io.c: snd_gf1_pokew
        - gus/gus_io.c: snd_gf1_peekw
        - gus/gus_io.c: snd_gf1_dram_setmem
        - gus/gus_io.c: snd_gf1_print_global_registers
        - gus/gus_io.c: snd_gf1_print_setup_registers
        - gus/gus_io.c: snd_gf1_peek_print_block
        - gus/gus_io.c: snd_gf1_print_setup_registers
        - gus/gus_io.c: snd_gf1_peek_print_block
      - #if 0 the following unused global variable:
        - gus/gus_tables.h: snd_gf1_scale_table
      - remove the following unneeded EXPORT_SYMBOL's:
        - gus/gus_main.c: snd_gf1_i_write16
        - gus/gus_main.c: snd_gf1_start
        - gus/gus_main.c: snd_gf1_stop
      Signed-off-by: NAdrian Bunk <bunk@stusta.de>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      209ac85d
    • A
      [ALSA] sound/core/: possible cleanups · 123992f7
      Adrian Bunk 提交于
      PCM Midlevel,ALSA Core,Timer Midlevel,ALSA sequencer,Virtual Midi
      This patch contains the following possible cleanups:
      - make needlessly global code static
      - #if 0 the following unused global functions
      - remove the following unneeded EXPORT_SYMBOL's
      Signed-off-by: NAdrian Bunk <bunk@stusta.de>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      123992f7
    • T
      [ALSA] Export missing snd_pcm_format_*() · 9502dcad
      Takashi Iwai 提交于
      PCM Midlevel
      Export snd_pcm_format_size().  This function is used by some out-of-kernel
      drivers.
      
      Make snd_pcm_format_cpu_endian() macro for optimization.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      9502dcad
    • T
      [ALSA] Change some timer ioctls due to confliction · 8c50b37c
      Takashi Iwai 提交于
      Timer Midlevel,ALSA Core
      Change values of some timer ioctls to avoid confliction with FIO* ioctls.
      The protocol version is increased to indicate this change.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      8c50b37c