summaryrefslogtreecommitdiff
path: root/sound/soc/amd/acp.h
diff options
context:
space:
mode:
authorVijendar Mukunda <Vijendar.Mukunda@amd.com>2018-05-08 07:47:46 +0300
committerMark Brown <broonie@kernel.org>2018-05-11 06:13:25 +0300
commit9af8937e5589693f888e855b052dde5c45fb4a1f (patch)
treeded7cd7530c080fe3663679a0888ee47700231d5 /sound/soc/amd/acp.h
parent7f0048478470046c9efc956c6100b70836ac9f97 (diff)
downloadlinux-9af8937e5589693f888e855b052dde5c45fb4a1f.tar.xz
ASoC: amd: removed separate byte count variables for playback and capture
Removed separate byte count variables for playback and capture. Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com> Reviewed-by: Daniel Kurtz <djkurtz@chromium.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/amd/acp.h')
-rw-r--r--sound/soc/amd/acp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/amd/acp.h b/sound/soc/amd/acp.h
index 3b076c6a0ae2..82470bc710f0 100644
--- a/sound/soc/amd/acp.h
+++ b/sound/soc/amd/acp.h
@@ -93,8 +93,7 @@ struct audio_substream_data {
u32 byte_cnt_high_reg_offset;
u32 byte_cnt_low_reg_offset;
uint64_t size;
- u64 i2ssp_renderbytescount;
- u64 i2ssp_capturebytescount;
+ u64 bytescount;
void __iomem *acp_mmio;
};