cs35l35.h (6387f866a2ccbf393ed5ffe7e2754eb5d0781441) cs35l35.h (8d45f2d23864ae1582d095c54605540cd3640169)
1/*
2 * cs35l35.h -- CS35L35 ALSA SoC audio driver
3 *
4 * Copyright 2016 Cirrus Logic, Inc.
5 *
6 * Author: Brian Austin <brian.austin@cirrus.com>
7 *
8 * This program is free software; you can redistribute it and/or modify

--- 176 unchanged lines hidden (view full) ---

185#define CS35L35_BST_CTL_SHIFT 0
186#define CS35L35_BST_IPK_MASK 0x1F
187#define CS35L35_BST_IPK_SHIFT 0
188#define CS35L35_AMP_MUTE_MASK 0x20
189#define CS35L35_AMP_MUTE_SHIFT 5
190#define CS35L35_AMP_GAIN_ZC_MASK 0x10
191#define CS35L35_AMP_GAIN_ZC_SHIFT 4
192
1/*
2 * cs35l35.h -- CS35L35 ALSA SoC audio driver
3 *
4 * Copyright 2016 Cirrus Logic, Inc.
5 *
6 * Author: Brian Austin <brian.austin@cirrus.com>
7 *
8 * This program is free software; you can redistribute it and/or modify

--- 176 unchanged lines hidden (view full) ---

185#define CS35L35_BST_CTL_SHIFT 0
186#define CS35L35_BST_IPK_MASK 0x1F
187#define CS35L35_BST_IPK_SHIFT 0
188#define CS35L35_AMP_MUTE_MASK 0x20
189#define CS35L35_AMP_MUTE_SHIFT 5
190#define CS35L35_AMP_GAIN_ZC_MASK 0x10
191#define CS35L35_AMP_GAIN_ZC_SHIFT 4
192
193/* CS35L35_SP_FMT_CTL3 */
194#define CS35L35_SP_I2S_DRV_MASK 0x03
195#define CS35L35_SP_I2S_DRV_SHIFT 0
196
193/* Class H Algorithm Control */
194#define CS35L35_CH_STEREO_MASK 0x40
195#define CS35L35_CH_STEREO_SHIFT 6
196#define CS35L35_CH_BST_OVR_MASK 0x04
197#define CS35L35_CH_BST_OVR_SHIFT 2
198#define CS35L35_CH_BST_LIM_MASK 0x08
199#define CS35L35_CH_BST_LIM_SHIFT 3
200#define CS35L35_CH_MEM_DEPTH_MASK 0x01

--- 84 unchanged lines hidden ---
197/* Class H Algorithm Control */
198#define CS35L35_CH_STEREO_MASK 0x40
199#define CS35L35_CH_STEREO_SHIFT 6
200#define CS35L35_CH_BST_OVR_MASK 0x04
201#define CS35L35_CH_BST_OVR_SHIFT 2
202#define CS35L35_CH_BST_LIM_MASK 0x08
203#define CS35L35_CH_BST_LIM_SHIFT 3
204#define CS35L35_CH_MEM_DEPTH_MASK 0x01

--- 84 unchanged lines hidden ---