#include <asm/io.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <sound/core.h>
#include <sound/tlv.h>
#include "ice1712.h"
#include "envy24ht.h"
#include "juli.h"
Go to the source code of this file.
#define AK4114_ADDR 0x20 /* S/PDIF receiver */ |
#define AK4358_ADDR 0x22 /* DAC */ |
#define GPIO_AK5385A_CKS0 (1<<8) |
#define GPIO_AK5385A_CKS1 (1<<14) /* must be 0 */ |
#define GPIO_AK5385A_DFS0 (1<<10) |
#define GPIO_AK5385A_DFS1 (1<<9) |
#define GPIO_AK5385A_MASK |
Value:
Definition at line 102 of file juli.c.
#define GPIO_ANAIN_MONITOR (1<<13) /* 1 = active */ |
#define GPIO_ANALOG_PRESENT (1<<5) /* RO only: 0 = present */ |
#define GPIO_CLOCK_MASK (1<<4) |
#define GPIO_DIGIN_MONITOR (1<<12) /* 1 = active */ |
#define GPIO_DIGOUT_MONITOR (1<<11) /* 1 = active */ |
#define GPIO_FREQ_32KHZ (0<<0) |
#define GPIO_FREQ_44KHZ (1<<0) |
#define GPIO_FREQ_48KHZ (2<<0) |
#define GPIO_FREQ_MASK (3<<0) |
#define GPIO_MULTI_1X (2<<2) /* also external */ |
#define GPIO_MULTI_2X (1<<2) |
#define GPIO_MULTI_4X (0<<2) |
#define GPIO_MULTI_HALF (3<<2) |
#define GPIO_MULTI_MASK (3<<2) |
#define GPIO_MUTE_CONTROL (1<<15) /* output mute, 1 = muted */ |
Value:
Definition at line 111 of file juli.c.
Value:
Definition at line 129 of file juli.c.
Value:
Definition at line 131 of file juli.c.
Value:
Definition at line 113 of file juli.c.
Value:
Definition at line 115 of file juli.c.
Value:
Definition at line 117 of file juli.c.
Value:
Definition at line 119 of file juli.c.
Value:
Definition at line 121 of file juli.c.
Value:
Definition at line 123 of file juli.c.
Value:
Definition at line 125 of file juli.c.
Value:
Definition at line 127 of file juli.c.
Value:
Definition at line 100 of file juli.c.
#define GPIO_RXMCLK_SEL (1<<7) /* must be 0 */ |
Value:
Definition at line 105 of file juli.c.
#define MONITOR_AN_IN_VOLUME "Monitor Analog In Volume" |
#define MONITOR_DIG_IN_VOLUME "Monitor Digital In Volume" |
#define MONITOR_DIG_OUT_VOLUME "Monitor Digital Out Volume" |
#define PCM_VOLUME "PCM Playback Volume" |