Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
pcsp_mixer.c File Reference
#include <sound/core.h>
#include <sound/control.h>
#include "pcsp.h"

Go to the source code of this file.

Macros

#define PCSP_MIXER_CONTROL(ctl_type, ctl_name)
 

Functions

int __devinit snd_pcsp_new_mixer (struct snd_pcsp *chip, int nopcm)
 

Macro Definition Documentation

#define PCSP_MIXER_CONTROL (   ctl_type,
  ctl_name 
)
Value:
{ \
.name = ctl_name, \
.info = pcsp_##ctl_type##_info, \
.get = pcsp_##ctl_type##_get, \
.put = pcsp_##ctl_type##_put, \
}

Definition at line 113 of file pcsp_mixer.c.

Function Documentation

int __devinit snd_pcsp_new_mixer ( struct snd_pcsp chip,
int  nopcm 
)

Definition at line 144 of file pcsp_mixer.c.