1. 23 10月, 2008 27 次提交
  2. 21 10月, 2008 1 次提交
  3. 20 10月, 2008 1 次提交
    • T
      go7007 - Add missing dependency on sound subsystem · 27dee52d
      Takashi Iwai 提交于
      The dependency on the sound system is missing for go7007 driver, which
      resulted in missing symbols like
        drivers/built-in.o: In function `go7007_snd_remove':
        : undefined reference to `snd_card_disconnect'
        drivers/built-in.o: In function `go7007_snd_remove':
        : undefined reference to `snd_card_free_when_closed'
        ...
      
      This patch adds the dependency on CONFIG_SND, and selects CONFIG_SND_PCM
      properly.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Tested-by: NIngo Molnar <mingo@elte.hu>
      Cc: Ross Cohen <rcohen@snurgle.org>
      Cc: Greg Kroah-Hartman <gregkh@suse.de>
      27dee52d
  4. 14 10月, 2008 2 次提交
  5. 11 10月, 2008 9 次提交