03 May, 2011

2 commits

  • The codec proc file becomes a read only that shows the codec widgets
    in a text form. A new proc file, codec_rw, is introduced instead for
    accessing the Lola verb directly by reading and writing to it.

    Also, regs proc file shows the contents of DSD, too.

    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