Linux Kernel
3.7.1
|
#include <linux/pci.h>
#include <linux/delay.h>
#include <sound/asoundef.h>
#include <sound/control.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/tlv.h>
#include "xonar.h"
Go to the source code of this file.
Functions | |
void | xonar_hdmi_init (struct oxygen *chip, struct xonar_hdmi *hdmi) |
void | xonar_hdmi_cleanup (struct oxygen *chip) |
void | xonar_hdmi_resume (struct oxygen *chip, struct xonar_hdmi *hdmi) |
void | xonar_hdmi_pcm_hardware_filter (unsigned int channel, struct snd_pcm_hardware *hardware) |
void | xonar_set_hdmi_params (struct oxygen *chip, struct xonar_hdmi *hdmi, struct snd_pcm_hw_params *params) |
void | xonar_hdmi_uart_input (struct oxygen *chip) |
Definition at line 67 of file xonar_hdmi.c.
void xonar_hdmi_init | ( | struct oxygen * | chip, |
struct xonar_hdmi * | hdmi | ||
) |
Definition at line 60 of file xonar_hdmi.c.
void xonar_hdmi_pcm_hardware_filter | ( | unsigned int | channel, |
struct snd_pcm_hardware * | hardware | ||
) |
Definition at line 79 of file xonar_hdmi.c.
void xonar_hdmi_resume | ( | struct oxygen * | chip, |
struct xonar_hdmi * | hdmi | ||
) |
Definition at line 74 of file xonar_hdmi.c.
Definition at line 118 of file xonar_hdmi.c.
void xonar_set_hdmi_params | ( | struct oxygen * | chip, |
struct xonar_hdmi * | hdmi, | ||
struct snd_pcm_hw_params * | params | ||
) |
Definition at line 91 of file xonar_hdmi.c.