mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
hdmi: audio: fix up typo on hdmi audio
Change-Id: I27257bdd57f0665dd76f267fbf2503e8b73716cd
This commit is contained in:
parent
ecef2f66be
commit
fba6280818
1 changed files with 4 additions and 4 deletions
|
@ -1313,7 +1313,7 @@ static int msm_be_hw_params_fixup(struct snd_soc_pcm_runtime *rtd,
|
|||
return 0;
|
||||
}
|
||||
|
||||
#ifdef CONFIG_SND_SOC_QDSP6_HDMI_AUDIO
|
||||
#ifdef CONFIG_SND_SOC_MSM_QDSP6_HDMI_AUDIO
|
||||
static int msm_hdmi_be_hw_params_fixup(struct snd_soc_pcm_runtime *rtd,
|
||||
struct snd_pcm_hw_params *params)
|
||||
{
|
||||
|
@ -1379,7 +1379,7 @@ static int msm_aux_pcm_get_gpios(void)
|
|||
|
||||
pr_debug("%s\n", __func__);
|
||||
|
||||
#ifdef CONFIG_SND_SOC_QDSP6_HDMI_AUDIO
|
||||
#ifdef CONFIG_SND_SOC_MSM_QDSP6_HDMI_AUDIO
|
||||
ret = gpio_request(GPIO_AUX_PCM_DOUT, "AUX PCM DOUT");
|
||||
if (ret < 0) {
|
||||
pr_err("%s: Failed to request gpio(%d): AUX PCM DOUT",
|
||||
|
@ -1409,7 +1409,7 @@ static int msm_aux_pcm_get_gpios(void)
|
|||
#endif
|
||||
return 0;
|
||||
|
||||
#ifdef CONFIG_SND_SOC_QDSP6_HDMI_AUDIO
|
||||
#ifdef CONFIG_SND_SOC_MSM_QDSP6_HDMI_AUDIO
|
||||
fail_clk:
|
||||
gpio_free(GPIO_AUX_PCM_SYNC);
|
||||
fail_sync:
|
||||
|
@ -1806,7 +1806,7 @@ static struct snd_soc_dai_link msm_dai[] = {
|
|||
.be_id = MSM_BACKEND_DAI_INT_FM_TX,
|
||||
.be_hw_params_fixup = msm_be_hw_params_fixup,
|
||||
},
|
||||
#ifdef CONFIG_SND_SOC_QDSP6_HDMI_AUDIO
|
||||
#ifdef CONFIG_SND_SOC_MSM_QDSP6_HDMI_AUDIO
|
||||
/* HDMI BACK END DAI Link */
|
||||
{
|
||||
.name = LPASS_BE_HDMI,
|
||||
|
|
Loading…
Reference in a new issue