aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/aw2
Commit message (Collapse)AuthorAge
* ALSA: aw2 - Fix Oops at initializationTakashi Iwai2008-06-23
| | | | | | | The irq handler may be called before the proper initialization of hardware. Call snd_aw2_saa7146_setup() before the irq handler registration. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* [ALSA] aw2: remove duplicate MODULE_LICENSEClemens Ladisch2008-04-24
| | | | | | | | "GPL 2" does not mean that there have to be two MODULE_LICENSE("GPL") entries. ;-) Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
* [ALSA] sound/pci/aw2/aw2-alsa.c needs dma-mapping.hAndrew Morton2008-04-24
| | | | | | | | | | | | sparc32: sound/pci/aw2/aw2-alsa.c: In function 'snd_aw2_create': sound/pci/aw2/aw2-alsa.c:282: error: 'DMA_32BIT_MASK' undeclared (first use in this function) sound/pci/aw2/aw2-alsa.c:282: error: (Each undeclared identifier is reported only once sound/pci/aw2/aw2-alsa.c:282: error: for each function it appears in.) Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
* [ALSA] aw2 - Rename aw2-tsl.h to aw2-tsl.cTakashi Iwai2008-04-24
| | | | | | | aw2-tsl.h should be rather a C file to be included since it's referred only in aw2-saa6146.c and includes a table data. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* [ALSA] aw2 - Remove endian dependencyTakashi Iwai2008-04-24
| | | | | | Removed unnecessary dependency on the little-endianess. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* [ALSA] aw2 - Add missing module parametersTakashi Iwai2008-04-24
| | | | | | Added the missing declarations for module parameters. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* [ALSA] Emagic Audiowerk 2 ALSA driver.Cedric Bregardis2008-04-24
Signed-off-by: Cedric Bregardis <cedric.bregardis@free.fr> Signed-off-by: Jean-Christian Hassler <jhassler@free.fr> Signed-off-by: Takashi Iwai <tiwai@suse.de>