/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* wm8753.h -- audio driver for WM8753
*
* Copyright 2003 Wolfson Microelectronics PLC.
* Author: Liam Girdwood <lrg@slimlogic.co.uk>
*/
#ifndef _WM8753_H
#define _WM8753_H
/* WM8753 register space */
#define WM8753_DAC 0 x01
#define WM8753_ADC 0 x02
#define WM8753_PCM 0 x03
#define WM8753_HIFI 0 x04
#define WM8753_IOCTL 0 x05
#define WM8753_SRATE1 0 x06
#define WM8753_SRATE2 0 x07
#define WM8753_LDAC 0 x08
#define WM8753_RDAC 0 x09
#define WM8753_BASS 0 x0a
#define WM8753_TREBLE 0 x0b
#define WM8753_ALC1 0 x0c
#define WM8753_ALC2 0 x0d
#define WM8753_ALC3 0 x0e
#define WM8753_NGATE 0 x0f
#define WM8753_LADC 0 x10
#define WM8753_RADC 0 x11
#define WM8753_ADCTL1 0 x12
#define WM8753_3D 0 x13
#define WM8753_PWR1 0 x14
#define WM8753_PWR2 0 x15
#define WM8753_PWR3 0 x16
#define WM8753_PWR4 0 x17
#define WM8753_ID 0 x18
#define WM8753_INTPOL 0 x19
#define WM8753_INTEN 0 x1a
#define WM8753_GPIO1 0 x1b
#define WM8753_GPIO2 0 x1c
#define WM8753_RESET 0 x1f
#define WM8753_RECMIX1 0 x20
#define WM8753_RECMIX2 0 x21
#define WM8753_LOUTM1 0 x22
#define WM8753_LOUTM2 0 x23
#define WM8753_ROUTM1 0 x24
#define WM8753_ROUTM2 0 x25
#define WM8753_MOUTM1 0 x26
#define WM8753_MOUTM2 0 x27
#define WM8753_LOUT1V 0 x28
#define WM8753_ROUT1V 0 x29
#define WM8753_LOUT2V 0 x2a
#define WM8753_ROUT2V 0 x2b
#define WM8753_MOUTV 0 x2c
#define WM8753_OUTCTL 0 x2d
#define WM8753_ADCIN 0 x2e
#define WM8753_INCTL1 0 x2f
#define WM8753_INCTL2 0 x30
#define WM8753_LINVOL 0 x31
#define WM8753_RINVOL 0 x32
#define WM8753_MICBIAS 0 x33
#define WM8753_CLOCK 0 x34
#define WM8753_PLL1CTL1 0 x35
#define WM8753_PLL1CTL2 0 x36
#define WM8753_PLL1CTL3 0 x37
#define WM8753_PLL1CTL4 0 x38
#define WM8753_PLL2CTL1 0 x39
#define WM8753_PLL2CTL2 0 x3a
#define WM8753_PLL2CTL3 0 x3b
#define WM8753_PLL2CTL4 0 x3c
#define WM8753_BIASCTL 0 x3d
#define WM8753_ADCTL2 0 x3f
#define WM8753_PLL1 0
#define WM8753_PLL2 1
/* clock inputs */
#define WM8753_MCLK 0
#define WM8753_PCMCLK 1
/* clock divider id's */
#define WM8753_PCMDIV 0
#define WM8753_BCLKDIV 1
#define WM8753_VXCLKDIV 2
/* PCM clock dividers */
#define WM8753_PCM_DIV_1 (0 << 6 )
#define WM8753_PCM_DIV_3 (2 << 6 )
#define WM8753_PCM_DIV_5_5 (3 << 6 )
#define WM8753_PCM_DIV_2 (4 << 6 )
#define WM8753_PCM_DIV_4 (5 << 6 )
#define WM8753_PCM_DIV_6 (6 << 6 )
#define WM8753_PCM_DIV_8 (7 << 6 )
/* BCLK clock dividers */
#define WM8753_BCLK_DIV_1 (0 << 3 )
#define WM8753_BCLK_DIV_2 (1 << 3 )
#define WM8753_BCLK_DIV_4 (2 << 3 )
#define WM8753_BCLK_DIV_8 (3 << 3 )
#define WM8753_BCLK_DIV_16 (4 << 3 )
/* VXCLK clock dividers */
#define WM8753_VXCLK_DIV_1 (0 << 6 )
#define WM8753_VXCLK_DIV_2 (1 << 6 )
#define WM8753_VXCLK_DIV_4 (2 << 6 )
#define WM8753_VXCLK_DIV_8 (3 << 6 )
#define WM8753_VXCLK_DIV_16 (4 << 6 )
#endif
Messung V0.5 in Prozent C=87 H=95 G=90
¤ Dauer der Verarbeitung: 0.10 Sekunden
(vorverarbeitet am 2026-06-05)
¤
*© Formatika GbR, Deutschland