[ALSA] Change an arugment of snd_mpu401_uart_new() to bit flags
authorTakashi Iwai <tiwai@suse.de>
Tue, 23 May 2006 11:24:30 +0000 (13:24 +0200)
committerJaroslav Kysela <perex@suse.cz>
Thu, 22 Jun 2006 19:33:56 +0000 (21:33 +0200)
commit302e4c2f9e2b9f07c69649782330a61c60001ac4
tree406d44e355f502ac5e7ee584a28d725c6e7c8a94
parent140432fd2fbe68d59fe6fcddbcd4bcd0f84e951a
[ALSA] Change an arugment of snd_mpu401_uart_new() to bit flags

Change the 5th argument of snd_mpu401_uart_new() to bit flags
instead of a boolean.  The argument takes bits that consist of
MPU401_INFO_XXX flags.
The callers that used the value 1 there are replaced with
MPU401_INFO_INTEGRATED.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
19 files changed:
Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl
include/sound/mpu401.h
sound/drivers/mpu401/mpu401_uart.c
sound/isa/sscape.c
sound/pci/als4000.c
sound/pci/au88x0/au88x0_mpu401.c
sound/pci/azt3328.c
sound/pci/cmipci.c
sound/pci/cs5535audio/cs5535audio.c
sound/pci/es1938.c
sound/pci/es1968.c
sound/pci/fm801.c
sound/pci/ice1712/ice1712.c
sound/pci/ice1712/ice1724.c
sound/pci/maestro3.c
sound/pci/sonicvibes.c
sound/pci/trident/trident.c
sound/pci/via82xx.c
sound/pci/ymfpci/ymfpci.c