mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
[ALSA] ice1724 - Fix AP192 4wire mode access
ap192_4wire_start() in ice1712/revo.c returns unsigned char whereas it should return unsigned int. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
This commit is contained in:
parent
b07a14a549
commit
c052f04624
@ -405,7 +405,7 @@ static unsigned char read_data(struct snd_ice1712 *ice, unsigned int gpio,
|
||||
return data;
|
||||
}
|
||||
|
||||
static unsigned char ap192_4wire_start(struct snd_ice1712 *ice)
|
||||
static unsigned int ap192_4wire_start(struct snd_ice1712 *ice)
|
||||
{
|
||||
unsigned int tmp;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user