diff options
author | Maruthi Srinivas Bayyavarapu <Maruthi.Bayyavarapu@amd.com> | 2016-01-08 18:22:05 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-01-10 12:11:50 +0000 |
commit | a242cac1d3aa098fbe51097d2b1dcae8b662b761 (patch) | |
tree | 49b7bf6058390546c3804fe42d6e53197123d317 /include | |
parent | 0032e9dbc5d8add10345ccda48e3803bb7cfd650 (diff) | |
download | linux-a242cac1d3aa098fbe51097d2b1dcae8b662b761.tar.bz2 |
ASoC: dwc: add quirk to override COMP_PARAM_1 register
DWC for capture in ACP 2.x IP reports playback and capture capabilities
though it supports only capture. Added a quirk to override default value
to represent capture capability only.
Signed-off-by: Maruthi Bayyavarapu <maruthi.bayyavarapu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/designware_i2s.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/designware_i2s.h b/include/sound/designware_i2s.h index e0bb45807f29..5681855396c4 100644 --- a/include/sound/designware_i2s.h +++ b/include/sound/designware_i2s.h @@ -46,6 +46,7 @@ struct i2s_platform_data { u32 snd_rates; #define DW_I2S_QUIRK_COMP_REG_OFFSET (1 << 0) + #define DW_I2S_QUIRK_COMP_PARAM1 (1 << 1) unsigned int quirks; unsigned int i2s_reg_comp1; unsigned int i2s_reg_comp2; |