mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 04:32:03 +00:00
ASoC: wm8990: Use SOC_SINGLE_EXT_TLV() instead of open-coding it
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
parent
5a68bae223
commit
fc99adc3d8
@ -151,14 +151,9 @@ static int wm899x_outpga_put_volsw_vu(struct snd_kcontrol *kcontrol,
|
|||||||
}
|
}
|
||||||
|
|
||||||
#define SOC_WM899X_OUTPGA_SINGLE_R_TLV(xname, reg, shift, max, invert,\
|
#define SOC_WM899X_OUTPGA_SINGLE_R_TLV(xname, reg, shift, max, invert,\
|
||||||
tlv_array) {\
|
tlv_array) \
|
||||||
.iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname), \
|
SOC_SINGLE_EXT_TLV(xname, reg, shift, max, invert, \
|
||||||
.access = SNDRV_CTL_ELEM_ACCESS_TLV_READ |\
|
snd_soc_get_volsw, wm899x_outpga_put_volsw_vu, tlv_array)
|
||||||
SNDRV_CTL_ELEM_ACCESS_READWRITE,\
|
|
||||||
.tlv.p = (tlv_array), \
|
|
||||||
.info = snd_soc_info_volsw, \
|
|
||||||
.get = snd_soc_get_volsw, .put = wm899x_outpga_put_volsw_vu, \
|
|
||||||
.private_value = SOC_SINGLE_VALUE(reg, shift, max, invert) }
|
|
||||||
|
|
||||||
|
|
||||||
static const char *wm8990_digital_sidetone[] =
|
static const char *wm8990_digital_sidetone[] =
|
||||||
|
Loading…
Reference in New Issue
Block a user