#include <stddef.h>
#include <linux/i2c.h>
#include <asm/pmac_low_i2c.h>
#include <asm/prom.h>
#include <linux/delay.h>
#include <linux/module.h>
#include <linux/mutex.h>
#include <linux/slab.h>
#include "tas.h"
#include "tas-gain-table.h"
#include "tas-basstreble.h"
#include "../aoa.h"
#include "../soundbus/soundbus.h"
Go to the source code of this file.
#define _tas_suspend NULL |
Value:
.name =
descr " Playback Volume", \
.info = tas_snd_mixer_info, \
.get = tas_snd_mixer_get, \
.put = tas_snd_mixer_put, \
}
Definition at line 372 of file tas.c.
#define PFX "snd-aoa-codec-tas: " |
Definition at line 81 of file tas.c.
MIXER_CONTROL |
( |
pcm1 |
, |
|
|
"PCM" |
, |
|
|
0 |
|
|
) |
| |
MIXER_CONTROL |
( |
monitor |
, |
|
|
"Monitor" |
, |
|
|
2 |
|
|
) |
| |
MODULE_DEVICE_TABLE |
( |
i2c |
, |
|
|
tas_i2c_id |
|
|
) |
| |
module_i2c_driver |
( |
tas_driver |
| ) |
|