19 Feb, 2011

7 commits


10 Dec, 2010

1 commit

  • This driver uses i2c interfaces, so it should depend on I2C
    (unless someone wants to break it into pieces or make it more
    config-dependent).

    drivers/staging/solo6x10/solo6010-i2c.c:47: error: implicit declaration of function 'i2c_transfer'
    drivers/staging/solo6x10/solo6010-i2c.c:299: error: implicit declaration of function 'i2c_add_adapter'
    drivers/staging/solo6x10/solo6010-i2c.c:310: error: implicit declaration of function 'i2c_del_adapter'

    Signed-off-by: Randy Dunlap
    Cc: Ben Collins
    Signed-off-by: Greg Kroah-Hartman

    Randy Dunlap
     

11 Nov, 2010

1 commit


08 Nov, 2010

1 commit


05 Nov, 2010

5 commits


08 Oct, 2010

1 commit


17 Sep, 2010

1 commit


08 Sep, 2010

1 commit


01 Sep, 2010

2 commits


09 Jul, 2010

1 commit

  • Several solo drivers need , so add it to the
    private solo6010.h header file.

    drivers/staging/solo6x10/solo6010-core.c:191: error: implicit declaration of function 'mdelay'
    drivers/staging/solo6x10/solo6010-tw28.c:181: error: implicit declaration of function 'msleep_interruptible'
    drivers/staging/solo6x10/solo6010-gpio.c:78: error: implicit declaration of function 'udelay'
    drivers/staging/solo6x10/solo6010-v4l2-enc.c:254: error: implicit declaration of function 'mdelay'

    Signed-off-by: Randy Dunlap

    Randy Dunlap
     

26 Jun, 2010

1 commit

  • Fix 56 undefined references to snd_*() functions. First 5 are:

    drivers/built-in.o: In function `solo_g723_exit':
    (.text+0xa4a4aa): undefined reference to `snd_card_free'
    drivers/built-in.o: In function `solo_snd_pcm_init':
    solo6010-g723.c:(.text+0xa4a677): undefined reference to `snd_pcm_new'
    solo6010-g723.c:(.text+0xa4a6b1): undefined reference to `snd_pcm_set_ops'
    solo6010-g723.c:(.text+0xa4a74d): undefined reference to `snd_pcm_lib_preallocate_pages_for_all'
    drivers/built-in.o: In function `solo_g723_init':
    (.text+0xa4a7f6): undefined reference to `snd_card_create'

    Signed-off-by: Randy Dunlap
    Cc: Ben Collins
    Signed-off-by: Greg Kroah-Hartman

    Randy Dunlap
     

24 Jun, 2010

2 commits


23 Jun, 2010

1 commit