Loading asoc/codecs/swr-dmic.c +8 −1 Original line number Diff line number Diff line Loading @@ -220,6 +220,13 @@ static int dmic_swr_ctrl(struct snd_soc_dapm_widget *w, u8 port_type = 0; u8 port_id = w->shift; if (port_id >= SWR_DMIC_MAX_PORTS) { dev_err(component->dev, "%s: invalid port id: %d\n", __func__, port_id); return -EINVAL; } /* * Port 1 is high quality / 2.4 or 3.072 Mbps * Port 2 is listen low power / 0.6 or 0.768 Mbps Loading Loading
asoc/codecs/swr-dmic.c +8 −1 Original line number Diff line number Diff line Loading @@ -220,6 +220,13 @@ static int dmic_swr_ctrl(struct snd_soc_dapm_widget *w, u8 port_type = 0; u8 port_id = w->shift; if (port_id >= SWR_DMIC_MAX_PORTS) { dev_err(component->dev, "%s: invalid port id: %d\n", __func__, port_id); return -EINVAL; } /* * Port 1 is high quality / 2.4 or 3.072 Mbps * Port 2 is listen low power / 0.6 or 0.768 Mbps Loading