Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb9b4142 authored by Takashi Iwai's avatar Takashi Iwai Committed by Jaroslav Kysela
Browse files

[ALSA] Fix a typo



Modules: AC97 Codec

Fix a typo in the last patch.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 4525c9f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -170,7 +170,7 @@ static inline int is_surround_on(ac97_t *ac97)

static inline int is_clfe_on(ac97_t *ac97)
{
	return a97->channel_mode >= 2;
	return ac97->channel_mode >= 2;
}

static inline int is_shared_linein(ac97_t *ac97)