Loading asoc/sdm660-ext-dai-links.c +2 −2 Original line number Diff line number Diff line Loading @@ -1573,7 +1573,7 @@ static struct snd_soc_dai_link msm_ext_common_be_dai[] = { { .name = LPASS_BE_QUIN_TDM_RX_0, .stream_name = "Quinary TDM0 Playback", .cpu_dai_name = "msm-dai-q6-tdm.37184", .cpu_dai_name = "msm-dai-q6-tdm.36928", .platform_name = "msm-pcm-routing", .codec_name = "msm-stub-codec.1", .codec_dai_name = "msm-stub-rx", Loading @@ -1587,7 +1587,7 @@ static struct snd_soc_dai_link msm_ext_common_be_dai[] = { { .name = LPASS_BE_QUIN_TDM_TX_0, .stream_name = "Quinary TDM0 Capture", .cpu_dai_name = "msm-dai-q6-tdm.37185", .cpu_dai_name = "msm-dai-q6-tdm.36929", .platform_name = "msm-pcm-routing", .codec_name = "msm-stub-codec.1", .codec_dai_name = "msm-stub-tx", Loading asoc/sdm660-internal.c +2 −2 Original line number Diff line number Diff line Loading @@ -2612,7 +2612,7 @@ static struct snd_soc_dai_link msm_int_be_dai[] = { { .name = LPASS_BE_QUIN_TDM_RX_0, .stream_name = "Quinary TDM0 Playback", .cpu_dai_name = "msm-dai-q6-tdm.37184", .cpu_dai_name = "msm-dai-q6-tdm.36928", .platform_name = "msm-pcm-routing", .codec_name = "msm-stub-codec.1", .codec_dai_name = "msm-stub-rx", Loading @@ -2626,7 +2626,7 @@ static struct snd_soc_dai_link msm_int_be_dai[] = { { .name = LPASS_BE_QUIN_TDM_TX_0, .stream_name = "Quinary TDM0 Capture", .cpu_dai_name = "msm-dai-q6-tdm.37185", .cpu_dai_name = "msm-dai-q6-tdm.36929", .platform_name = "msm-pcm-routing", .codec_name = "msm-stub-codec.1", .codec_dai_name = "msm-stub-tx", Loading soc/pinctrl-lpi.c +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ enum lpi_gpio_func_index { * @function: See lpi_gpio_functions[] */ struct lpi_gpio_pad { u16 offset; u32 offset; bool output_enabled; bool value; char __iomem *base; Loading Loading
asoc/sdm660-ext-dai-links.c +2 −2 Original line number Diff line number Diff line Loading @@ -1573,7 +1573,7 @@ static struct snd_soc_dai_link msm_ext_common_be_dai[] = { { .name = LPASS_BE_QUIN_TDM_RX_0, .stream_name = "Quinary TDM0 Playback", .cpu_dai_name = "msm-dai-q6-tdm.37184", .cpu_dai_name = "msm-dai-q6-tdm.36928", .platform_name = "msm-pcm-routing", .codec_name = "msm-stub-codec.1", .codec_dai_name = "msm-stub-rx", Loading @@ -1587,7 +1587,7 @@ static struct snd_soc_dai_link msm_ext_common_be_dai[] = { { .name = LPASS_BE_QUIN_TDM_TX_0, .stream_name = "Quinary TDM0 Capture", .cpu_dai_name = "msm-dai-q6-tdm.37185", .cpu_dai_name = "msm-dai-q6-tdm.36929", .platform_name = "msm-pcm-routing", .codec_name = "msm-stub-codec.1", .codec_dai_name = "msm-stub-tx", Loading
asoc/sdm660-internal.c +2 −2 Original line number Diff line number Diff line Loading @@ -2612,7 +2612,7 @@ static struct snd_soc_dai_link msm_int_be_dai[] = { { .name = LPASS_BE_QUIN_TDM_RX_0, .stream_name = "Quinary TDM0 Playback", .cpu_dai_name = "msm-dai-q6-tdm.37184", .cpu_dai_name = "msm-dai-q6-tdm.36928", .platform_name = "msm-pcm-routing", .codec_name = "msm-stub-codec.1", .codec_dai_name = "msm-stub-rx", Loading @@ -2626,7 +2626,7 @@ static struct snd_soc_dai_link msm_int_be_dai[] = { { .name = LPASS_BE_QUIN_TDM_TX_0, .stream_name = "Quinary TDM0 Capture", .cpu_dai_name = "msm-dai-q6-tdm.37185", .cpu_dai_name = "msm-dai-q6-tdm.36929", .platform_name = "msm-pcm-routing", .codec_name = "msm-stub-codec.1", .codec_dai_name = "msm-stub-tx", Loading
soc/pinctrl-lpi.c +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ enum lpi_gpio_func_index { * @function: See lpi_gpio_functions[] */ struct lpi_gpio_pad { u16 offset; u32 offset; bool output_enabled; bool value; char __iomem *base; Loading