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

Go to the source code of this file.

Macros

#define jack_detect_kctl_info   snd_ctl_boolean_mono_info
 

Functions

struct snd_kcontrolsnd_kctl_jack_new (const char *name, int idx, void *private_data)
 
 EXPORT_SYMBOL_GPL (snd_kctl_jack_new)
 
void snd_kctl_jack_report (struct snd_card *card, struct snd_kcontrol *kctl, bool status)
 
 EXPORT_SYMBOL_GPL (snd_kctl_jack_report)
 

Macro Definition Documentation

#define jack_detect_kctl_info   snd_ctl_boolean_mono_info

Definition at line 17 of file ctljack.c.

Function Documentation

EXPORT_SYMBOL_GPL ( snd_kctl_jack_new  )
EXPORT_SYMBOL_GPL ( snd_kctl_jack_report  )
struct snd_kcontrol* snd_kctl_jack_new ( const char name,
int  idx,
void private_data 
)
read

Definition at line 35 of file ctljack.c.

void snd_kctl_jack_report ( struct snd_card card,
struct snd_kcontrol kctl,
bool  status 
)

Definition at line 48 of file ctljack.c.