Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5ab887e authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: Add TLV information to WM8711

parent 431f7771
Loading
Loading
Loading
Loading
+5 −2
Original line number Original line Diff line number Diff line
@@ -24,6 +24,7 @@
#include <sound/pcm_params.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
#include <sound/soc.h>
#include <sound/soc-dapm.h>
#include <sound/soc-dapm.h>
#include <sound/tlv.h>
#include <sound/initval.h>
#include <sound/initval.h>


#include "wm8711.h"
#include "wm8711.h"
@@ -50,10 +51,12 @@ static const u16 wm8711_reg[WM8711_CACHEREGNUM] = {


#define wm8711_reset(c)	snd_soc_write(c, WM8711_RESET, 0)
#define wm8711_reset(c)	snd_soc_write(c, WM8711_RESET, 0)


static const DECLARE_TLV_DB_SCALE(out_tlv, -12100, 100, 1);

static const struct snd_kcontrol_new wm8711_snd_controls[] = {
static const struct snd_kcontrol_new wm8711_snd_controls[] = {


SOC_DOUBLE_R("Master Playback Volume", WM8711_LOUT1V, WM8711_ROUT1V,
SOC_DOUBLE_R_TLV("Master Playback Volume", WM8711_LOUT1V, WM8711_ROUT1V,
	0, 127, 0),
		 0, 127, 0, out_tlv),
SOC_DOUBLE_R("Master Playback ZC Switch", WM8711_LOUT1V, WM8711_ROUT1V,
SOC_DOUBLE_R("Master Playback ZC Switch", WM8711_LOUT1V, WM8711_ROUT1V,
	7, 1, 0),
	7, 1, 0),