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

Go to the source code of this file.

Macros

#define PODHD_BYTES_PER_FRAME   6 /* 24bit audio (stereo) */
 

Functions

int line6_podhd_init (struct usb_interface *interface, struct usb_line6_podhd *podhd)
 
void line6_podhd_disconnect (struct usb_interface *interface)
 

Macro Definition Documentation

#define PODHD_BYTES_PER_FRAME   6 /* 24bit audio (stereo) */

Definition at line 20 of file podhd.c.

Function Documentation

void line6_podhd_disconnect ( struct usb_interface interface)

Definition at line 138 of file podhd.c.

int line6_podhd_init ( struct usb_interface interface,
struct usb_line6_podhd podhd 
)

Definition at line 124 of file podhd.c.