Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
tea575x-tuner.h File Reference
#include <linux/videodev2.h>
#include <media/v4l2-ctrls.h>
#include <media/v4l2-dev.h>
#include <media/v4l2-device.h>

Go to the source code of this file.

Data Structures

struct  snd_tea575x_ops
 
struct  snd_tea575x
 

Macros

#define TEA575X_FMIF   10700
 
#define TEA575X_AMIF   450
 
#define TEA575X_DATA   (1 << 0)
 
#define TEA575X_CLK   (1 << 1)
 
#define TEA575X_WREN   (1 << 2)
 
#define TEA575X_MOST   (1 << 3)
 

Functions

int snd_tea575x_init (struct snd_tea575x *tea, struct module *owner)
 
void snd_tea575x_exit (struct snd_tea575x *tea)
 
void snd_tea575x_set_freq (struct snd_tea575x *tea)
 

Macro Definition Documentation

#define TEA575X_AMIF   450

Definition at line 31 of file tea575x-tuner.h.

#define TEA575X_CLK   (1 << 1)

Definition at line 34 of file tea575x-tuner.h.

#define TEA575X_DATA   (1 << 0)

Definition at line 33 of file tea575x-tuner.h.

#define TEA575X_FMIF   10700

Definition at line 30 of file tea575x-tuner.h.

#define TEA575X_MOST   (1 << 3)

Definition at line 36 of file tea575x-tuner.h.

#define TEA575X_WREN   (1 << 2)

Definition at line 35 of file tea575x-tuner.h.

Function Documentation

void snd_tea575x_exit ( struct snd_tea575x tea)

Definition at line 557 of file tea575x-tuner.c.

int snd_tea575x_init ( struct snd_tea575x tea,
struct module owner 
)

Definition at line 492 of file tea575x-tuner.c.

void snd_tea575x_set_freq ( struct snd_tea575x tea)

Definition at line 194 of file tea575x-tuner.c.