1. 13 8月, 2008 2 次提交
  2. 06 8月, 2008 16 次提交
  3. 27 7月, 2008 1 次提交
  4. 18 7月, 2008 2 次提交
  5. 15 7月, 2008 1 次提交
  6. 10 7月, 2008 1 次提交
  7. 23 6月, 2008 1 次提交
  8. 13 6月, 2008 3 次提交
  9. 06 6月, 2008 1 次提交
  10. 30 5月, 2008 1 次提交
  11. 27 5月, 2008 1 次提交
  12. 24 4月, 2008 1 次提交
  13. 29 2月, 2008 1 次提交
  14. 01 2月, 2008 8 次提交
    • R
      [ALSA] fix opti9xx/miro section mismatch · 9478bc3b
      Randy Dunlap 提交于
      snd_opti93x_mixer() is only called by __devinit snd_opti93x_probe(),
      so the former can also be __devinit.
      snd_miro_mixer() is only called by __devinit snd_miro_probe(),
      so the former can also be __devinit.
      sound/isa/opti9xx/opti92x-ad1848.c:
      WARNING: vmlinux.o(.text+0xf91cd7): Section mismatch: reference to .init.data:snd_opti93x_controls (between 'snd_opti93x_mixer' and 'snd_card_opti9xx_free')
      WARNING: vmlinux.o(.text+0xf91d66): Section mismatch: reference to .init.data:snd_miro_controls (between 'snd_opti93x_mixer' and 'snd_card_opti9xx_free')
      opti9xx/miro.c:
      WARNING: vmlinux.o(.text+0xf926c2): Section mismatch: reference to .init.data:snd_miro_controls (between 'snd_miro_mixer' and 'snd_legacy_find_free_ioport')
      WARNING: vmlinux.o(.text+0xf926e5): Section mismatch: reference to .init.data:snd_miro_eq_controls (between 'snd_miro_mixer' and 'snd_legacy_find_free_ioport')
      WARNING: vmlinux.o(.text+0xf926f9): Section mismatch: reference to .init.data:snd_miro_line_control (between 'snd_miro_mixer' and 'snd_legacy_find_free_ioport')
      WARNING: vmlinux.o(.text+0xf92716): Section mismatch: reference to .init.data:snd_miro_amp_control (between 'snd_miro_mixer' and 'snd_legacy_find_free_ioport')
      WARNING: vmlinux.o(.text+0xf9273e): Section mismatch: reference to .init.data:snd_miro_preamp_control (between 'snd_miro_mixer' and 'snd_legacy_find_free_ioport')
      WARNING: vmlinux.o(.text+0xf92764): Section mismatch: reference to .init.data:snd_miro_capture_control (between 'snd_miro_mixer' and 'snd_legacy_find_free_ioport')
      WARNING: vmlinux.o(.text+0xf92783): Section mismatch: reference to .init.data:snd_miro_radio_control (between 'snd_miro_mixer' and 'snd_legacy_find_free_ioport')
      WARNING: vmlinux.o(.text+0xf9279a): Section mismatch: reference to .init.data:snd_miro_eq_controls (between 'snd_miro_mixer' and 'snd_legacy_find_free_ioport')
      WARNING: vmlinux.o(.text+0xf927b9): Section mismatch: reference to .init.data:snd_miro_radio_control (between 'snd_miro_mixer' and 'snd_legacy_find_free_ioport')
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@perex.cz>
      9478bc3b
    • K
      [ALSA] cs4231: remove one busy wait · 39516103
      Krzysztof Helt 提交于
      This busy_wait is not needed after latest changes
      to the cs4231-lib
      Signed-off-by: NKrzysztof Helt <krzysztof.h1@wp.pl>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@perex.cz>
      39516103
    • T
      [ALSA] Remove sound/driver.h · 9004acc7
      Takashi Iwai 提交于
      This header file exists only for some hacks to adapt alsa-driver
      tree.  It's useless for building in the kernel.  Let's move a few
      lines in it to sound/core.h and remove it.
      With this patch, sound/driver.h isn't removed but has just a single
      compile warning to include it.  This should be really killed in
      future.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@perex.cz>
      9004acc7
    • K
      [ALSA] es18xx: Enable wavetable input from ESS chips · 1bc9eed3
      Krzysztof Helt 提交于
      This patch enables wavetable chips ES689/ES69X connected to
      ESS ES18xx chips. The wavetable chip uses FM DAC if the clock signal
      from the wavetable is active.
      It has no effect if there is no ESS wavetable chip present.
      Signed-off-by: NKrzysztof Helt <krzysztof.h1@wp.pl>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@perex.cz>
      1bc9eed3
    • J
      [ALSA] sound/: Spelling fixes · 561de31a
      Joe Perches 提交于
      Signed-off-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@perex.cz>
      561de31a
    • T
      [ALSA] sb16 - Suppress compile warning · cd0b4ac8
      Takashi Iwai 提交于
      sound/isa/sb/sb16_csp.c: In function ‘snd_sb_csp_new’:
      sound/isa/sb/sb16_csp.c:121: warning: ‘version’ may be used uninitialized in this function
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@perex.cz>
      cd0b4ac8
    • R
      [ALSA] sound/isa: kill pnp_resource_change · 109c53f8
      Rene Herman 提交于
      This removes the pnp_resource_change use from the ALSA ISAPnP drivers. In
      2.4 these were useful in providing an easy path to setting the resources,
      but in 2.6 they retain function as a layering violation only.
      This makes for a nice cleanup (-550 lines) of ALSA but moreover, ALSA is the
      only remaining user of pnp_init_resource_table(), pnp_resource_change() and
      pnp_manual_config_dev() (and, in fact, of 'struct pnp_resource_table') in
      the tree outide of drivers/pnp itself meaning it makes for more cleanup
      potential inside the PnP layer.
      Thomas Renninger acked their removal from that side, you did from the ALSA
      side (CC list just copied from that thread).
      Against current alsa-kernel HG. Many more potential cleanups in there, but
      this _only_ removes the pnp_resource_change code. Compile tested against
      current alsa-kernel HG and compile- and use-tested against 2.6.23.x (few
      offsets).
      Cc: Thomas Renninger <trenn@suse.de>
      Signed-off-by: NRene Herman <rene.herman@gmail.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@perex.cz>
      109c53f8
    • J
      [ALSA] sound/isa: Add missing 'space' · 4f1895b0
      Joe Perches 提交于
      Signed-off-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@perex.cz>
      4f1895b0