25 Jun, 2009

1 commit


10 Jun, 2009

1 commit


08 Jun, 2009

1 commit


02 Jun, 2009

3 commits


23 May, 2009

1 commit


07 Apr, 2009

1 commit


24 Mar, 2009

2 commits


05 Feb, 2009

2 commits


19 Jan, 2009

1 commit


12 Jan, 2009

1 commit


21 Dec, 2008

3 commits


20 Dec, 2008

3 commits


19 Dec, 2008

3 commits


16 Dec, 2008

2 commits

  • This patch removes an inconsistency that became apparent when I
    documented the fields of snd_ca0106_details. spi_dac is always
    used in a 'boolean' sense, so this cleanup should make no difference.

    [Actually, there is one place checking explicitly spi_dac == 1, so
    this will change the behavior. But, supposing it's rather a typo,
    I apply this clean-up patch -- tiwai]

    Signed-off-by: Ben Stanley
    Signed-off-by: Takashi Iwai

    Ben Stanley
     
  • Takashi wrote an email [1] explaining the fields of snd_ca0106_details,
    so I captured the information into the ca0106.h header file.

    [1] http://article.gmane.org/gmane.linux.alsa.devel/56783/match=takashi+gpio_type

    Signed-off-by: Ben Stanley
    Signed-off-by: Takashi Iwai

    Ben Stanley
     

10 Dec, 2008

1 commit


04 Dec, 2008

1 commit


19 Oct, 2008

1 commit


29 Aug, 2008

1 commit


26 Aug, 2008

1 commit


25 Aug, 2008

1 commit


13 Aug, 2008

1 commit


18 Jun, 2008

1 commit


24 Apr, 2008

4 commits

  • The irq handler of PCI drivers must be released before releasing other
    resources since the handler for a shared irq can be still called and
    may access the freed resource again.

    Signed-off-by: Takashi Iwai

    Takashi Iwai
     
  • Change the variable err to _err within the ADD_CTLS macro to avoid
    shadowing the local variable.

    sound/pci/ca0106/ca0106_mixer.c:710:2: warning: symbol 'err' shadows an earlier one
    sound/pci/ca0106/ca0106_mixer.c:663:6: originally declared here
    sound/pci/ca0106/ca0106_mixer.c:712:3: warning: symbol 'err' shadows an earlier one
    sound/pci/ca0106/ca0106_mixer.c:663:6: originally declared here
    sound/pci/ca0106/ca0106_mixer.c:721:3: warning: symbol 'err' shadows an earlier one
    sound/pci/ca0106/ca0106_mixer.c:663:6: originally declared here

    Signed-off-by: Harvey Harrison
    Signed-off-by: Takashi Iwai

    Harvey Harrison
     
  • change to intr_enable as per the two functions it is defined in.
    sound/pci/ca0106/ca0106_main.c:438:15: warning: symbol 'enable' shadows an earlier one
    sound/pci/ca0106/ca0106_main.c:159:12: originally declared here
    sound/pci/ca0106/ca0106_main.c:449:15: warning: symbol 'enable' shadows an earlier one
    sound/pci/ca0106/ca0106_main.c:159:12: originally declared here

    Signed-off-by: Harvey Harrison
    Signed-off-by: Takashi Iwai

    Harvey Harrison
     
  • Added master volume and switch controls for ca0106 using vmaster.

    Signed-off-by: Takashi Iwai

    Takashi Iwai
     

01 Feb, 2008

2 commits

  • This header file exists only for some hacks to adapt alsa-driver
    tree. It's useless for building in the kernel. Let's move a few
    lines in it to sound/core.h and remove it.
    With this patch, sound/driver.h isn't removed but has just a single
    compile warning to include it. This should be really killed in
    future.

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

    Takashi Iwai
     
  • Remove line duplications in defines.
    Acked-by: Thomas Sailer

    Signed-off-by: Nicolas Kaiser
    Signed-off-by: Takashi Iwai
    Signed-off-by: Jaroslav Kysela

    Nicolas Kaiser
     

21 Nov, 2007

1 commit