1. 09 Dec, 2009 1 commit
  2. 08 Dec, 2009 3 commits
    • Randy Dunlap's avatar
      ALSA: radio/sound/miro: fix build, cleanup depends/selects · dd7cdb88
      Randy Dunlap authored
      miropcm20 uses ALSA (snd_) interfaces from the SND_MIRO
      driver, so it should depend on SND.
      (selecting SND_MIRO when CONFIG_SND is not enabled is a
      problem.)
      
      drivers/built-in.o: In function `vidioc_s_ctrl':
      radio-miropcm20.c:(.text+0x227499): undefined reference to `snd_aci_cmd'
      drivers/built-in.o: In function `vidioc_s_frequency':
      radio-miropcm20.c:(.text+0x227574): undefined reference to `snd_aci_cmd'
      radio-miropcm20.c:(.text+0x227588): undefined reference to `snd_aci_cmd'
      drivers/built-in.o: In function `pcm20_init':
      radio-miropcm20.c:(.init.text+0x2a784): undefined reference to `snd_aci_get_aci'
      
      miropcm20 selects SND_MIRO but SND_ISA may be not enabled, so
      also select SND_ISA so that the snd-miro driver will be built.
      Otherwise there are missing symbols:
      
      ERROR: "snd_opl4_create" [sound/isa/opti9xx/snd-miro.ko] undefined!
      ERROR: "snd_wss_pcm" [sound/isa/opti9xx/snd-miro.ko] undefined!
      ERROR: "snd_wss_timer" [sound/isa/opti9xx/snd-miro.ko] undefined!
      ERROR: "snd_wss_create" [sound/isa/opti9xx/snd-miro.ko] undefined!
      ERROR: "snd_wss_mixer" [sound/isa/opti9xx/snd-miro.ko] undefined!
      Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
      Acked-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
      Cc: Krzysztof Helt <krzysztof.h1@wp.pl>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      dd7cdb88
    • Tobias Hansen's avatar
      ALSA: snd-usb-us122l: add product IDs of US-122MKII and US-144MKII · 2b6f6c0d
      Tobias Hansen authored
      I added the product IDs of the new revisions of the devices, so owners
      can test whether this suffices to make them work. Patched against ALSA
      snapshot 20091207.
      
      Signed-off-by: Tobias Hansen <Tobias.Hansen at physik.uni-hamburg.de>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      2b6f6c0d
    • Krzysztof Helt's avatar
      ALSA: opti93x: set MC indirect registers base from PnP data · e6960e19
      Krzysztof Helt authored
      The PnP data on the OPTI931 and OPTI933 contains io port
      range for the MC indirect registers. Use the PnP range
      instead of hardwired value 0xE0E.
      
      Also, request region of MC indirect registers so it is
      marked as used to other drivers (this was missing previously).
      Signed-off-by: default avatarKrzysztof Helt <krzysztof.h1@wp.pl>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      e6960e19
  3. 04 Dec, 2009 6 commits
  4. 03 Dec, 2009 6 commits
  5. 02 Dec, 2009 1 commit
  6. 01 Dec, 2009 9 commits
  7. 30 Nov, 2009 10 commits
  8. 27 Nov, 2009 4 commits