未验证 提交 7a20dec4 编写于 作者: V Vitaly Rodionov 提交者: Mark Brown

ASoC: cs42l42: Minor fix all errors reported by checkpatch.pl script

Signed-off-by: NVitaly Rodionov <vitalyr@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20210916110932.10293-1-vitalyr@opensource.cirrus.comSigned-off-by: NMark Brown <broonie@kernel.org>
上级 3b4a673f
...@@ -851,7 +851,7 @@ static int cs42l42_pcm_hw_params(struct snd_pcm_substream *substream, ...@@ -851,7 +851,7 @@ static int cs42l42_pcm_hw_params(struct snd_pcm_substream *substream,
if (params_width(params) == 24) if (params_width(params) == 24)
cs42l42->bclk = (cs42l42->bclk / 3) * 4; cs42l42->bclk = (cs42l42->bclk / 3) * 4;
switch(substream->stream) { switch (substream->stream) {
case SNDRV_PCM_STREAM_CAPTURE: case SNDRV_PCM_STREAM_CAPTURE:
if (channels == 2) { if (channels == 2) {
val |= CS42L42_ASP_TX_CH2_AP_MASK; val |= CS42L42_ASP_TX_CH2_AP_MASK;
...@@ -935,7 +935,7 @@ static int cs42l42_mute_stream(struct snd_soc_dai *dai, int mute, int stream) ...@@ -935,7 +935,7 @@ static int cs42l42_mute_stream(struct snd_soc_dai *dai, int mute, int stream)
CS42L42_HP_ANA_BMUTE_MASK); CS42L42_HP_ANA_BMUTE_MASK);
cs42l42->stream_use &= ~(1 << stream); cs42l42->stream_use &= ~(1 << stream);
if(!cs42l42->stream_use) { if (!cs42l42->stream_use) {
/* /*
* Switch to the internal oscillator. * Switch to the internal oscillator.
* SCLK must remain running until after this clock switch. * SCLK must remain running until after this clock switch.
...@@ -1015,7 +1015,7 @@ static int cs42l42_mute_stream(struct snd_soc_dai *dai, int mute, int stream) ...@@ -1015,7 +1015,7 @@ static int cs42l42_mute_stream(struct snd_soc_dai *dai, int mute, int stream)
#define CS42L42_FORMATS (SNDRV_PCM_FMTBIT_S16_LE |\ #define CS42L42_FORMATS (SNDRV_PCM_FMTBIT_S16_LE |\
SNDRV_PCM_FMTBIT_S24_LE |\ SNDRV_PCM_FMTBIT_S24_LE |\
SNDRV_PCM_FMTBIT_S32_LE ) SNDRV_PCM_FMTBIT_S32_LE)
static const struct snd_soc_dai_ops cs42l42_ops = { static const struct snd_soc_dai_ops cs42l42_ops = {
.startup = cs42l42_dai_startup, .startup = cs42l42_dai_startup,
...@@ -1492,7 +1492,7 @@ static irqreturn_t cs42l42_irq_thread(int irq, void *data) ...@@ -1492,7 +1492,7 @@ static irqreturn_t cs42l42_irq_thread(int irq, void *data)
if ((~masks[5]) & irq_params_table[5].mask) { if ((~masks[5]) & irq_params_table[5].mask) {
if (stickies[5] & CS42L42_HSDET_AUTO_DONE_MASK) { if (stickies[5] & CS42L42_HSDET_AUTO_DONE_MASK) {
cs42l42_process_hs_type_detect(cs42l42); cs42l42_process_hs_type_detect(cs42l42);
switch(cs42l42->hs_type){ switch (cs42l42->hs_type) {
case CS42L42_PLUG_CTIA: case CS42L42_PLUG_CTIA:
case CS42L42_PLUG_OMTP: case CS42L42_PLUG_OMTP:
snd_soc_jack_report(cs42l42->jack, SND_JACK_HEADSET, snd_soc_jack_report(cs42l42->jack, SND_JACK_HEADSET,
...@@ -1524,7 +1524,7 @@ static irqreturn_t cs42l42_irq_thread(int irq, void *data) ...@@ -1524,7 +1524,7 @@ static irqreturn_t cs42l42_irq_thread(int irq, void *data)
cs42l42->plug_state = CS42L42_TS_UNPLUG; cs42l42->plug_state = CS42L42_TS_UNPLUG;
cs42l42_cancel_hs_type_detect(cs42l42); cs42l42_cancel_hs_type_detect(cs42l42);
switch(cs42l42->hs_type){ switch (cs42l42->hs_type) {
case CS42L42_PLUG_CTIA: case CS42L42_PLUG_CTIA:
case CS42L42_PLUG_OMTP: case CS42L42_PLUG_OMTP:
snd_soc_jack_report(cs42l42->jack, 0, SND_JACK_HEADSET); snd_soc_jack_report(cs42l42->jack, 0, SND_JACK_HEADSET);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册