mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 11:33:28 +02:00
ASoC: qcom: audioreach: fix typos in I2S_INTF_TYPE
Fix spelling mistakes in I2S_INTF_TYPE defines. Reported-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://patch.msgid.link/20250819100151.1294047-5-srinivas.kandagatla@oss.qualcomm.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
c7ed4c2deb
commit
0f5787df78
|
|
@ -462,8 +462,8 @@ struct param_id_i2s_intf_cfg {
|
|||
} __packed;
|
||||
|
||||
#define I2S_INTF_TYPE_PRIMARY 0
|
||||
#define I2S_INTF_TYPE_SECOINDARY 1
|
||||
#define I2S_INTF_TYPE_TERTINARY 2
|
||||
#define I2S_INTF_TYPE_SECONDARY 1
|
||||
#define I2S_INTF_TYPE_TERTIARY 2
|
||||
#define I2S_INTF_TYPE_QUATERNARY 3
|
||||
#define I2S_INTF_TYPE_QUINARY 4
|
||||
#define I2S_SD0 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user