Commit 7dcd5612 authored by Naoki Hayama's avatar Naoki Hayama Committed by Takashi Iwai
Browse files

ALSA: hdspm: Fix typo arbitary

parent 0569b3d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1217,7 +1217,7 @@ static int snd_hdspm_use_is_exclusive(struct hdspm *hdspm)
	return ret;
}

/* round arbitary sample rates to commonly known rates */
/* round arbitrary sample rates to commonly known rates */
static int hdspm_round_frequency(int rate)
{
	if (rate < 38050)