Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
ctamixer.h File Reference
#include "ctresource.h"
#include <linux/spinlock.h>

Go to the source code of this file.

Data Structures

struct  sum
 
struct  sum_desc
 
struct  sum_mgr
 
struct  amixer
 
struct  amixer_rsc_ops
 
struct  amixer_desc
 
struct  amixer_mgr
 

Functions

int sum_mgr_create (void *hw, struct sum_mgr **rsum_mgr)
 
int sum_mgr_destroy (struct sum_mgr *sum_mgr)
 
int amixer_mgr_create (void *hw, struct amixer_mgr **ramixer_mgr)
 
int amixer_mgr_destroy (struct amixer_mgr *amixer_mgr)
 

Function Documentation

int amixer_mgr_create ( void hw,
struct amixer_mgr **  ramixer_mgr 
)

Definition at line 299 of file ctamixer.c.

int amixer_mgr_destroy ( struct amixer_mgr amixer_mgr)

Definition at line 327 of file ctamixer.c.

int sum_mgr_create ( void hw,
struct sum_mgr **  rsum_mgr 
)

Definition at line 452 of file ctamixer.c.

int sum_mgr_destroy ( struct sum_mgr sum_mgr)

Definition at line 480 of file ctamixer.c.