Re: [PATCH v2 1/5] ASoC: tas2781: Add Header file for tas2781 driver

From: Amadeusz Sławiński
Date: Mon May 08 2023 - 03:31:46 EST


On 5/8/2023 7:44 AM, Shenghao Ding wrote:
Create Header file for tas2781 driver.

Signed-off-by: Shenghao Ding <13916275206@xxxxxxx>

---
Changes in v2:
- fixed issue | Reported-by: kernel test robot <lkp@xxxxxxxxx>
| Link: https://lore.kernel.org/oe-kbuild-all/202305022033.LiI7Ojm4-lkp@xxxxxxxxx/
Changes to be committed:
new file: include/sound/tas2781-dsp.h
new file: include/sound/tas2781-tlv.h
new file: include/sound/tas2781.h
---

...

+enum channel {
+ top_left_Chn,
+ top_right_chn,
+ bottom_left_Chn,
+ bottom_right_chn,
+ max_chn,
+};

Why some enums have capitalized Chn? Just use chn everywhere.