Commit ed2bc227 authored by Jaroslav Kysela's avatar Jaroslav Kysela

ALSA CVS update

CS46xx driver
Fixed a compile warning in the debug code.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 0c6cabe1
......@@ -287,7 +287,7 @@ static void snd_cs46xx_ac97_write(ac97_t *ac97,
snd_assert(codec_index == CS46XX_PRIMARY_CODEC_INDEX ||
codec_index == CS46XX_SECONDARY_CODEC_INDEX,
return 0xffff);
return);
/* HACK: voyetra uses EAPD bit in the reverse way.
* we flip the bit to show the mixer status correctly
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment