10 Jan, 2012

1 commit


22 Dec, 2011

11 commits


19 Dec, 2011

1 commit

  • module_param(bool) used to counter-intuitively take an int. In
    fddd5201 (mid-2009) we allowed bool or int/unsigned int using a messy
    trick.

    It's time to remove the int/unsigned int option. For this version
    it'll simply give a warning, but it'll break next kernel version.

    Signed-off-by: Rusty Russell
    Signed-off-by: Takashi Iwai

    Rusty Russell
     

01 Nov, 2011

1 commit


24 Jul, 2011

1 commit


22 Jul, 2011

5 commits


24 Jun, 2011

1 commit

  • In the sound/ directory there are two files (flagged by 'make
    versioncheck'); sound/pci/asihpi/asihpi.c and
    sound/soc/codecs/wm8991.c that include linux/version.h although they
    don't need it. This patch removes the unneeded includes.

    Signed-off-by: Jesper Juhl
    Signed-off-by: Takashi Iwai

    Jesper Juhl
     

10 Jun, 2011

1 commit

  • The convention for pci_driver.name entry in kernel drivers seem to be
    the module name or equivalent ones. But, so far, almost all PCI sound
    drivers use more verbose name like "ABC Xyz (12)", and these are fairly
    confusing when appearing as a file name.

    This patch converts the all pci_driver.name entries in sound/pci/* to
    use KBUILD_MODNAME for more unified appearance.

    Signed-off-by: Takashi Iwai

    Takashi Iwai
     

22 May, 2011

1 commit


05 Apr, 2011

5 commits


31 Mar, 2011

1 commit


25 Mar, 2011

3 commits


11 Feb, 2011

4 commits


16 Jul, 2010

1 commit


06 Jul, 2010

1 commit


02 Jun, 2010

1 commit

  • Initialize prev_ctl properly before reference:
    sound/pci/asihpi/asihpi.c: In function ‘snd_card_asihpi_mixer_new’:
    sound/pci/asihpi/asihpi.c:2568:30: warning: ‘prev_ctl.dst_node_index’ may be used uninitialized in this function

    Signed-off-by: Takashi Iwai

    Takashi Iwai
     

22 Apr, 2010

1 commit