28 May, 2009

2 commits


27 May, 2009

6 commits


25 May, 2009

3 commits


23 May, 2009

2 commits


22 May, 2009

2 commits


21 May, 2009

1 commit


20 May, 2009

1 commit

  • The commit 5a641bcd6398841cc4606b0a732d41a09256fd94 changed the
    printk format to '%lu', but the value passed seems to be dependent
    on the architecture. On x86-64, I got a new warning now because an
    int value is passed actaully.

    As a workaround, just cast the value always to unsigned long.

    Signed-off-by: Takashi Iwai

    Takashi Iwai
     

15 May, 2009

6 commits

  • * fix/asoc:
    ASoC: DaVinci EVM board support buildfixes
    ASoC: DaVinci I2S updates
    ASoC: davinci-pcm buildfixes
    pxa2xx-ac97: fix reset gpio mode setting
    ASoC: soc-core: fix crash when removing not instantiated card

    Takashi Iwai
     
  • * fix/misc:
    ALSA: pcsp: fix printk format warning
    ALSA: riptide: postfix increment and off by one

    Takashi Iwai
     
  • This is a build fix, resyncing the DaVinci EVM ASoC board code
    with the version in the DaVinci tree. That resync includes
    support for the DM355 EVM, although that board isn't yet in
    mainline.

    (NOTE: also includes a bugfix to the platform_add_resources
    call, recently sent by Chaithrika U S but
    not yet merged into the DaVinci tree.)

    Signed-off-by: David Brownell
    Signed-off-by: Mark Brown

    David Brownell
     
  • This resyncs the DaVinci I2S code with the version in the DaVinci
    tree. The behavioral change uses updated clock interfaces which
    recently merged to mainline. Two other changes include adding a
    comment on the ASP/McBSP/McASP confusion, and dropping pdev->id in
    order to support more boards than just the DM644x EVM.

    Signed-off-by: David Brownell
    Signed-off-by: Mark Brown

    David Brownell
     
  • This is a buildfix for the DaVinci PCM code, resyncing it with
    the version in the DaVinci tree. The notable change is using
    current EDMA interfaces, which recently merged to mainline.
    (The older interfaces never made it into mainline.)

    NOTE: open issue, the DMA should be to/from SRAM; see chip
    errata for more info. The artifacts are extremely easy to
    hear on DM355 hardware (not yet supported in mainline), but
    don't seem as audible on DM6446 hardwaare (which does have
    mainline support).

    Signed-off-by: David Brownell
    Signed-off-by: Mark Brown

    David Brownell
     
  • Fix printk format warning:

    sound/drivers/pcsp/pcsp_mixer.c:54: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int'

    Signed-off-by: Randy Dunlap
    Signed-off-by: Takashi Iwai

    Randy Dunlap
     

14 May, 2009

1 commit


12 May, 2009

2 commits


10 May, 2009

3 commits


08 May, 2009

1 commit

  • BIOS on Mac Mini Core2 Duo sets both INPUT and OUTPUT pinctl bits to
    the line-in jack, and it confuses the driver as if it's a valid input.
    This patch adds the check of OUTPUT bit so that the driver fixes the
    invalid pin setup.

    Tested-by: Tino Keitel
    Cc:
    Signed-off-by: Takashi Iwai

    Takashi Iwai
     

05 May, 2009

3 commits


04 May, 2009

3 commits


28 Apr, 2009

4 commits