From: Takashi Iwai Date: Tue, 23 May 2006 11:24:30 +0000 (+0200) Subject: [ALSA] Change an arugment of snd_mpu401_uart_new() to bit flags X-Git-Tag: v2.6.18-rc1~1081^2~283 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=302e4c2f9e2b9f07c69649782330a61c60001ac4;p=pandora-kernel.git [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 --- Reading git-diff-tree failed