Go to the documentation of this file. 1 #ifndef __SOUND_AK4531_CODEC_H
2 #define __SOUND_AK4531_CODEC_H
40 #define AK4531_LMASTER 0x00
41 #define AK4531_RMASTER 0x01
42 #define AK4531_LVOICE 0x02
43 #define AK4531_RVOICE 0x03
44 #define AK4531_LFM 0x04
45 #define AK4531_RFM 0x05
46 #define AK4531_LCD 0x06
47 #define AK4531_RCD 0x07
48 #define AK4531_LLINE 0x08
49 #define AK4531_RLINE 0x09
50 #define AK4531_LAUXA 0x0a
51 #define AK4531_RAUXA 0x0b
52 #define AK4531_MONO1 0x0c
53 #define AK4531_MONO2 0x0d
54 #define AK4531_MIC 0x0e
55 #define AK4531_MONO_OUT 0x0f
56 #define AK4531_OUT_SW1 0x10
57 #define AK4531_OUT_SW2 0x11
58 #define AK4531_LIN_SW1 0x12
59 #define AK4531_RIN_SW1 0x13
60 #define AK4531_LIN_SW2 0x14
61 #define AK4531_RIN_SW2 0x15
62 #define AK4531_RESET 0x16
63 #define AK4531_CLOCK 0x17
64 #define AK4531_AD_IN 0x18
65 #define AK4531_MIC_GAIN 0x19
81 void snd_ak4531_suspend(
struct snd_ak4531 *ak4531);
82 void snd_ak4531_resume(
struct snd_ak4531 *ak4531);