aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/rme96.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/rme96.c')
-rw-r--r--sound/pci/rme96.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/pci/rme96.c b/sound/pci/rme96.c
index 0e694b011dcc..6c2a9f4a7659 100644
--- a/sound/pci/rme96.c
+++ b/sound/pci/rme96.c
@@ -359,7 +359,7 @@ snd_rme96_capture_copy(struct snd_pcm_substream *substream,
359} 359}
360 360
361/* 361/*
362 * Digital output capabilites (S/PDIF) 362 * Digital output capabilities (S/PDIF)
363 */ 363 */
364static struct snd_pcm_hardware snd_rme96_playback_spdif_info = 364static struct snd_pcm_hardware snd_rme96_playback_spdif_info =
365{ 365{
@@ -388,7 +388,7 @@ static struct snd_pcm_hardware snd_rme96_playback_spdif_info =
388}; 388};
389 389
390/* 390/*
391 * Digital input capabilites (S/PDIF) 391 * Digital input capabilities (S/PDIF)
392 */ 392 */
393static struct snd_pcm_hardware snd_rme96_capture_spdif_info = 393static struct snd_pcm_hardware snd_rme96_capture_spdif_info =
394{ 394{
@@ -417,7 +417,7 @@ static struct snd_pcm_hardware snd_rme96_capture_spdif_info =
417}; 417};
418 418
419/* 419/*
420 * Digital output capabilites (ADAT) 420 * Digital output capabilities (ADAT)
421 */ 421 */
422static struct snd_pcm_hardware snd_rme96_playback_adat_info = 422static struct snd_pcm_hardware snd_rme96_playback_adat_info =
423{ 423{
@@ -442,7 +442,7 @@ static struct snd_pcm_hardware snd_rme96_playback_adat_info =
442}; 442};
443 443
444/* 444/*
445 * Digital input capabilites (ADAT) 445 * Digital input capabilities (ADAT)
446 */ 446 */
447static struct snd_pcm_hardware snd_rme96_capture_adat_info = 447static struct snd_pcm_hardware snd_rme96_capture_adat_info =
448{ 448{