1. Dec 09, 2009
    • Jaroslav Kysela's avatar
      ALSA: ice1724 - aureon - modify WM8770 Master & DAC volume · 482e46d4
      Jaroslav Kysela authored
      
      
      The volume levels in original implementation are incorrect and does
      not match the dB scale. The real range is linear (in the sense of
      the dB scale) from 0dB to -100dB. Remove logaritmic table and make
      all volumes from range 0dB..100dB.
      
      The tests are in RedHat's bugzilla #540817.
      
      Signed-off-by: default avatarJaroslav Kysela <perex@perex.cz>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      482e46d4
    • 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
  2. Dec 08, 2009
  3. Dec 04, 2009
  4. Dec 03, 2009
  5. Dec 01, 2009
  6. Nov 30, 2009
  7. Nov 28, 2009
  8. Nov 27, 2009
    • Takashi Iwai's avatar
      ASoC: Revert missing reset_err in wm97*.c · a22eaf4c
      Takashi Iwai authored
      The commit fe3e78e0
      
      
            ASoC: Factor out snd_soc_init_card()
      removed the error paths that are still valid for wm97* codecs, causing
      the compile errors like
        sound/soc/codecs/wm9705.c:399: error: label 'reset_err' used but not defined
        sound/soc/codecs/wm9712.c:687: error: label 'reset_err' used but not defined
        sound/soc/codecs/wm9713.c:1237: error: label 'reset_err' used but not defined
      
      Revert the removed error path codes.
      
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      a22eaf4c