26 Feb, 2014

1 commit


07 Dec, 2012

1 commit

  • CONFIG_HOTPLUG is going away as an option. As result the __dev*
    markings will be going away.

    Remove use of __devinit, __devexit_p, __devinitdata, __devinitconst,
    and __devexit.

    Signed-off-by: Bill Pemberton
    Signed-off-by: Takashi Iwai

    Bill Pemberton
     

04 May, 2011

1 commit


03 May, 2011

2 commits

  • Make lola_sample_rate_convert() global so that it can be accessed from
    other files.

    Signed-off-by: Takashi Iwai

    Takashi Iwai
     
  • Added a new driver for supporting Digigram Lola PCI-e boards.

    Lola has a similar h/w design like HD-audio but with extended verbs.
    Thus the driver is written similarly like HD-audio driver in the bus
    part. The codec part is rather written in a fixed way specific to the
    Lola board because of the verb incompatibility.

    The driver provides basic PCM, supporting multi-streams and mixing.

    Signed-off-by: Takashi Iwai

    Takashi Iwai