diff options
author | Jack Yu <jack.yu@realtek.com> | 2020-06-16 10:36:44 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-06-16 12:39:33 +0100 |
commit | 668b1508cf9e3dfd1bfad4f4906d1eaeae0a4015 (patch) | |
tree | 2d0a05c149dc8d279342ce3e2568df3c382a9d7c /sound/soc/codecs/rt1015.h | |
parent | 1cdd255a58e9dabf39c983529fec790c328674d5 (diff) | |
download | lwn-668b1508cf9e3dfd1bfad4f4906d1eaeae0a4015.tar.gz lwn-668b1508cf9e3dfd1bfad4f4906d1eaeae0a4015.zip |
ASoC: rt1015: Flush DAC data before playback.
Flush DAC data before playback.
Signed-off-by: Jack Yu <jack.yu@realtek.com>
Link: https://lore.kernel.org/r/20200616023644.4523-1-jack.yu@realtek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt1015.h')
-rw-r--r-- | sound/soc/codecs/rt1015.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt1015.h b/sound/soc/codecs/rt1015.h index 8169962935a5..7bd159e8f958 100644 --- a/sound/soc/codecs/rt1015.h +++ b/sound/soc/codecs/rt1015.h @@ -368,6 +368,11 @@ enum { FIXED_ADAPTIVE, }; +enum { + RT1015_Enable_Boost = 0, + RT1015_Bypass_Boost, +}; + struct rt1015_priv { struct snd_soc_component *component; struct regmap *regmap; |