22 Jul, 2009

2 commits

  • - replace NULL == xxx with !xxx
    - replace NULL != xxx with xxx
    - similar trivial cleanups

    Signed-off-by: Takashi Iwai

    Takashi Iwai
     
  • Fix a few uninitialized error checks that were introduced recently
    mistakenlly during the clean-up:
    sound/pci/ctxfi/ctamixer.c: In function ‘get_amixer_rsc’:
    sound/pci/ctxfi/ctamixer.c:261: warning: ‘err’ may be used uninitialized in this function
    sound/pci/ctxfi/ctamixer.c: In function ‘get_sum_rsc’:
    sound/pci/ctxfi/ctamixer.c:415: warning: ‘err’ may be used uninitialized in this function
    sound/pci/ctxfi/ctsrc.c: In function ‘get_srcimp_rsc’:
    sound/pci/ctxfi/ctsrc.c:742: warning: ‘err’ may be used uninitialized in this function

    Signed-off-by: Takashi Iwai

    Takashi Iwai
     

08 Jun, 2009

1 commit


14 May, 2009

2 commits

  • Added ctxfi: prefix to each debug print.

    Signed-off-by: Takashi Iwai

    Takashi Iwai
     
  • The Sound Blaster X-Fi driver supports Creative solutions based on
    20K1 and 20K2 chipsets.

    Supported hardware :

    Creative Sound Blaster X-Fi Titanium Fatal1ty® Champion Series
    Creative Sound Blaster X-Fi Titanium Fatal1ty Professional Series
    Creative Sound Blaster X-Fi Titanium Professional Audio
    Creative Sound Blaster X-Fi Titanium
    Creative Sound Blaster X-Fi Elite Pro
    Creative Sound Blaster X-Fi Platinum
    Creative Sound Blaster X-Fi Fatal1ty
    Creative Sound Blaster X-Fi XtremeGamer
    Creative Sound Blaster X-Fi XtremeMusic

    Current release features:

    * ALSA PCM Playback
    * ALSA Record
    * ALSA Mixer

    Note:

    * External I/O modules detection not included.

    Signed-off-by: Wai Yew CHAY
    Singed-off-by: Ryan RICHARDS
    Signed-off-by: Takashi Iwai

    Wai Yew CHAY