diff options
author | Vijendar Mukunda <Vijendar.Mukunda@amd.com> | 2018-05-08 10:17:46 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-05-11 12:13:25 +0900 |
commit | 9af8937e5589693f888e855b052dde5c45fb4a1f (patch) | |
tree | ded7cd7530c080fe3663679a0888ee47700231d5 /sound/soc/amd/acp.h | |
parent | 7f0048478470046c9efc956c6100b70836ac9f97 (diff) | |
download | linux-9af8937e5589693f888e855b052dde5c45fb4a1f.tar.bz2 |
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.h | 3 |
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; }; |