AudioC[A-Z] -> AudioC[a-z]

AudioElinear -> AudioEslinear
This commit is contained in:
mycroft 1997-10-11 12:43:51 +00:00
parent b551325998
commit 3081c6f8cf
6 changed files with 16 additions and 16 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: aucc.c,v 1.18 1997/08/24 22:31:23 augustss Exp $ */
/* $NetBSD: aucc.c,v 1.19 1997/10/11 12:43:51 mycroft Exp $ */
#undef AUDIO_DEBUG
/*
* Copyright (c) 1997 Stephan Thesing
@ -379,7 +379,7 @@ aucc_query_encoding(addr, fp)
{
switch (fp->index) {
case 0:
strcpy(fp->name, AudioElinear);
strcpy(fp->name, AudioEslinear);
fp->encoding = AUDIO_ENCODING_SLINEAR;
fp->precision = 8;
fp->flags = 0;
@ -835,7 +835,7 @@ aucc_query_devinfo(addr, dip)
dip->type = AUDIO_MIXER_CLASS;
dip->mixer_class = AUCC_OUTPUT_CLASS;
dip->next = dip->prev = AUDIO_MIXER_LAST;
strcpy(dip->label.name, AudioCOutputs);
strcpy(dip->label.name, AudioCoutputs);
break;
default:
return ENXIO;

View File

@ -1,4 +1,4 @@
/* $NetBSD: lmcaudio.c,v 1.13 1997/08/24 22:31:25 augustss Exp $ */
/* $NetBSD: lmcaudio.c,v 1.14 1997/10/11 12:44:04 mycroft Exp $ */
/*
* Copyright (c) 1996, Danny C Tsen.
@ -357,7 +357,7 @@ lmcaudio_query_encoding(addr, fp)
{
switch (fp->index) {
case 0:
strcpy (fp->name, AudioElinear_le);
strcpy (fp->name, AudioEslinear_le);
fp->encoding = AUDIO_ENCODING_SLINEAR_LE;
fp->precision = 16;
fp->flags = 0;

View File

@ -1,4 +1,4 @@
/* $NetBSD: lmcaudio.c,v 1.13 1997/08/24 22:31:25 augustss Exp $ */
/* $NetBSD: lmcaudio.c,v 1.14 1997/10/11 12:44:04 mycroft Exp $ */
/*
* Copyright (c) 1996, Danny C Tsen.
@ -357,7 +357,7 @@ lmcaudio_query_encoding(addr, fp)
{
switch (fp->index) {
case 0:
strcpy (fp->name, AudioElinear_le);
strcpy (fp->name, AudioEslinear_le);
fp->encoding = AUDIO_ENCODING_SLINEAR_LE;
fp->precision = 16;
fp->flags = 0;

View File

@ -1,4 +1,4 @@
/* $NetBSD: am7930_sparc.c,v 1.30 1997/08/27 22:42:23 augustss Exp $ */
/* $NetBSD: am7930_sparc.c,v 1.31 1997/10/11 12:44:15 mycroft Exp $ */
/*
* Copyright (c) 1995 Rolf Grossmann
@ -761,13 +761,13 @@ amd7930_query_devinfo(addr, dip)
dip->type = AUDIO_MIXER_CLASS;
dip->mixer_class = SUNAUDIO_INPUT_CLASS;
dip->next = dip->prev = AUDIO_MIXER_LAST;
strcpy(dip->label.name, AudioCInputs);
strcpy(dip->label.name, AudioCinputs);
break;
case SUNAUDIO_OUTPUT_CLASS:
dip->type = AUDIO_MIXER_CLASS;
dip->mixer_class = SUNAUDIO_OUTPUT_CLASS;
dip->next = dip->prev = AUDIO_MIXER_LAST;
strcpy(dip->label.name, AudioCOutputs);
strcpy(dip->label.name, AudioCoutputs);
break;
default:
return ENXIO;

View File

@ -1,4 +1,4 @@
/* $NetBSD: amd7930.c,v 1.30 1997/08/27 22:42:23 augustss Exp $ */
/* $NetBSD: amd7930.c,v 1.31 1997/10/11 12:44:15 mycroft Exp $ */
/*
* Copyright (c) 1995 Rolf Grossmann
@ -761,13 +761,13 @@ amd7930_query_devinfo(addr, dip)
dip->type = AUDIO_MIXER_CLASS;
dip->mixer_class = SUNAUDIO_INPUT_CLASS;
dip->next = dip->prev = AUDIO_MIXER_LAST;
strcpy(dip->label.name, AudioCInputs);
strcpy(dip->label.name, AudioCinputs);
break;
case SUNAUDIO_OUTPUT_CLASS:
dip->type = AUDIO_MIXER_CLASS;
dip->mixer_class = SUNAUDIO_OUTPUT_CLASS;
dip->next = dip->prev = AUDIO_MIXER_LAST;
strcpy(dip->label.name, AudioCOutputs);
strcpy(dip->label.name, AudioCoutputs);
break;
default:
return ENXIO;

View File

@ -1,4 +1,4 @@
/* $NetBSD: am7930.c,v 1.30 1997/08/27 22:42:23 augustss Exp $ */
/* $NetBSD: am7930.c,v 1.31 1997/10/11 12:44:15 mycroft Exp $ */
/*
* Copyright (c) 1995 Rolf Grossmann
@ -761,13 +761,13 @@ amd7930_query_devinfo(addr, dip)
dip->type = AUDIO_MIXER_CLASS;
dip->mixer_class = SUNAUDIO_INPUT_CLASS;
dip->next = dip->prev = AUDIO_MIXER_LAST;
strcpy(dip->label.name, AudioCInputs);
strcpy(dip->label.name, AudioCinputs);
break;
case SUNAUDIO_OUTPUT_CLASS:
dip->type = AUDIO_MIXER_CLASS;
dip->mixer_class = SUNAUDIO_OUTPUT_CLASS;
dip->next = dip->prev = AUDIO_MIXER_LAST;
strcpy(dip->label.name, AudioCOutputs);
strcpy(dip->label.name, AudioCoutputs);
break;
default:
return ENXIO;