Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99092
b: refs/heads/master
c: 0a1b42d
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Jaroslav Kysela committed Jun 13, 2008
1 parent cd1a6ef commit 7d65af2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 781711a93e8aae756e8ae07acef185a6dfe552b8
refs/heads/master: 0a1b42db4bf9db233d1f29795086a9526e84c845
7 changes: 1 addition & 6 deletions trunk/sound/oss/dmasound/dmasound_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,6 @@ static int state_unit = -1;
static int irq_installed;
#endif /* MODULE */

/* software implemented recording volume! */
uint software_input_volume = SW_INPUT_VOLUME_SCALE * SW_INPUT_VOLUME_DEFAULT;
EXPORT_SYMBOL(software_input_volume);

/* control over who can modify resources shared between play/record */
static mode_t shared_resource_owner;
static int shared_resources_initialised;
Expand Down Expand Up @@ -1188,7 +1184,7 @@ static struct {

/* publish this function for use by low-level code, if required */

char *get_afmt_string(int afmt)
static char *get_afmt_string(int afmt)
{
switch(afmt) {
case AFMT_MU_LAW:
Expand Down Expand Up @@ -1551,4 +1547,3 @@ EXPORT_SYMBOL(dmasound_catchRadius);
EXPORT_SYMBOL(dmasound_ulaw2dma8);
EXPORT_SYMBOL(dmasound_alaw2dma8);
#endif
EXPORT_SYMBOL(get_afmt_string) ;
2 changes: 1 addition & 1 deletion trunk/sound/oss/dmasound/dmasound_paula.c
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ static MACHINE machAmiga = {
/*** Config & Setup **********************************************************/


int __init dmasound_paula_init(void)
static int __init dmasound_paula_init(void)
{
int err;

Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/oss/dmasound/dmasound_q40.c
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ static MACHINE machQ40 = {
/*** Config & Setup **********************************************************/


int __init dmasound_q40_init(void)
static int __init dmasound_q40_init(void)
{
if (MACH_IS_Q40) {
dmasound.mach = machQ40;
Expand Down

0 comments on commit 7d65af2

Please sign in to comment.