Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
vx_uer.c File Reference
#include <linux/delay.h>
#include <sound/core.h>
#include <sound/vx_core.h>
#include "vx_cmd.h"

Go to the source code of this file.

Functions

void vx_set_internal_clock (struct vx_core *chip, unsigned int freq)
 
void vx_set_iec958_status (struct vx_core *chip, unsigned int bits)
 
int vx_set_clock (struct vx_core *chip, unsigned int freq)
 
int vx_change_frequency (struct vx_core *chip)
 

Function Documentation

int vx_change_frequency ( struct vx_core chip)

Definition at line 289 of file vx_uer.c.

int vx_set_clock ( struct vx_core chip,
unsigned int  freq 
)

Definition at line 247 of file vx_uer.c.

void vx_set_iec958_status ( struct vx_core chip,
unsigned int  bits 
)

Definition at line 232 of file vx_uer.c.

void vx_set_internal_clock ( struct vx_core chip,
unsigned int  freq 
)

Definition at line 209 of file vx_uer.c.