31 Mar, 2011

1 commit


02 Nov, 2010

1 commit

  • "gadget", "through", "command", "maintain", "maintain", "controller", "address",
    "between", "initiali[zs]e", "instead", "function", "select", "already",
    "equal", "access", "management", "hierarchy", "registration", "interest",
    "relative", "memory", "offset", "already",

    Signed-off-by: Uwe Kleine-König
    Signed-off-by: Jiri Kosina

    Uwe Kleine-König
     

23 Oct, 2010

1 commit


21 Dec, 2008

2 commits


19 Dec, 2008

1 commit


16 Dec, 2008

1 commit


04 Dec, 2008

1 commit


01 Feb, 2008

1 commit


16 Oct, 2007

3 commits

  • Add more symbol name for SPI register values. Change the SPI_XXX_BIT defines
    from the bit number to a mask. Saves having to write (1<
    Signed-off-by: Takashi Iwai
    Signed-off-by: Jaroslav Kysela

    Trent Piepho
     
  • For cards with an SPI DAC (SB Live 24-bit / Audigy SE), power down channels
    0-2 when not in use. They are powered up on PCM open and down again on PCM
    close. Channel 4 (== Front) is not powered down, as it is used for capture
    feedback. Powering it down would effectively kill line in pass-through.

    Signed-off-by: Trent Piepho
    Signed-off-by: Takashi Iwai
    Signed-off-by: Jaroslav Kysela

    Trent Piepho
     
  • Add four mute controls for the analog output channels for cards that use
    an SPI DAC, like the SB0570 SB Live! 24-bit / Audigy SE. The Wolfson DAC
    doesn't support muting left/right so the controls are mono.
    The chip state struct gets a 32-byte array to act as a shadow of the spi
    dac registers. Only two registers are used for mute, but more would be
    needed for analog gain, de-emphasis, DAC power down, phase inversion, and
    other features.

    Signed-off-by: Trent Piepho
    Signed-off-by: Takashi Iwai
    Signed-off-by: Jaroslav Kysela

    Trent Piepho
     

12 Jul, 2007

1 commit

  • Instead of all drivers reading pci config space to get the revision
    ID, they can now use the pci_device->revision member.

    This exposes some issues where drivers where reading a word or a dword
    for the revision number, and adding useless error-handling around the
    read. Some drivers even just read it for no purpose of all.

    In devices where the revision ID is being copied over and used in what
    appears to be the equivalent of hotpath, I have left the copy code
    and the cached copy as not to influence the driver's performance.

    Compile tested with make all{yes,mod}config on x86_64 and i386.

    Signed-off-by: Auke Kok
    Acked-by: Dave Jones
    Signed-off-by: Greg Kroah-Hartman

    Auke Kok
     

20 Dec, 2006

1 commit


23 Jun, 2006

1 commit


03 Jan, 2006

2 commits


04 Nov, 2005

1 commit


22 Jun, 2005

3 commits


29 May, 2005

1 commit


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds