diff options
author | Naoki Hayama <naoki.hayama@lineo.co.jp> | 2020-10-08 17:47:44 +0900 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-10-08 15:02:31 +0200 |
commit | 7dcd56123e312e8b17f85a597b33552a704ce45f (patch) | |
tree | d9f04c71f61ce9fcd533ee4a5b80637e4a9fafef /sound/pci/rme9652 | |
parent | 0569b3d8ae17c29f8e09db2ba683be3915fe8b47 (diff) | |
download | linux-stable-7dcd56123e312e8b17f85a597b33552a704ce45f.tar.gz linux-stable-7dcd56123e312e8b17f85a597b33552a704ce45f.tar.bz2 linux-stable-7dcd56123e312e8b17f85a597b33552a704ce45f.zip |
ALSA: hdspm: Fix typo arbitary
Fix comment typo.
s/arbitary/arbitrary/
Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp>
Link: https://lore.kernel.org/r/e04a8c5b-8c59-3f02-34d3-c1a871d08cc2@lineo.co.jp
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/rme9652')
-rw-r--r-- | sound/pci/rme9652/hdspm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c index e532312a5e1c..4a1f576dd9cf 100644 --- a/sound/pci/rme9652/hdspm.c +++ b/sound/pci/rme9652/hdspm.c @@ -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) |