Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/device.h>
#include <linux/spinlock.h>
#include <linux/videodev2.h>
#include <media/v4l2-device.h>
#include <sound/core.h>
#include <sound/control.h>
#include <sound/tlv.h>
#include "ivtv-alsa.h"
#include "ivtv-driver.h"
Go to the source code of this file.
Functions | |
int __init | snd_ivtv_mixer_create (struct snd_ivtv_card *itvsc) |
int __init snd_ivtv_mixer_create | ( | struct snd_ivtv_card * | itvsc | ) |
Definition at line 161 of file ivtv-alsa-mixer.c.