diff options
| author | Mark Brown <broonie@kernel.org> | 2021-02-17 21:52:26 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2021-02-17 21:52:26 +0300 |
| commit | 0969db0d8d15caee41cd817154670c38d9ed7f61 (patch) | |
| tree | 8ff546a65226e934d2b975ead545bb8bae54affc /include/linux | |
| parent | 3b9b1490e098f4847a215d2be6a66fbb891bfc7a (diff) | |
| parent | 7d25f7ca110e3e1433d3e6b53f4937fdabe42aa7 (diff) | |
| download | linux-0969db0d8d15caee41cd817154670c38d9ed7f61.tar.xz | |
Merge remote-tracking branch 'asoc/for-5.12' into asoc-linus
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/platform_data/cros_ec_commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/platform_data/cros_ec_commands.h b/include/linux/platform_data/cros_ec_commands.h index 86376779ab31..95889ada83a3 100644 --- a/include/linux/platform_data/cros_ec_commands.h +++ b/include/linux/platform_data/cros_ec_commands.h @@ -4600,6 +4600,7 @@ enum ec_codec_i2s_rx_subcmd { EC_CODEC_I2S_RX_SET_SAMPLE_DEPTH = 0x2, EC_CODEC_I2S_RX_SET_DAIFMT = 0x3, EC_CODEC_I2S_RX_SET_BCLK = 0x4, + EC_CODEC_I2S_RX_RESET = 0x5, EC_CODEC_I2S_RX_SUBCMD_COUNT, }; |
