Loading sound/soc/msm/qdsp6v2/msm-dai-q6-hdmi-v2.c +6 −1 Original line number Diff line number Diff line /* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2014, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -224,6 +224,11 @@ static int msm_dai_q6_hdmi_dai_probe(struct snd_soc_dai *dai) const struct snd_kcontrol_new *kcontrol; int rc = 0; struct snd_soc_dapm_route intercon; if (!dai) { pr_err("%s: dai not found\n", __func__); return -EINVAL; } dai_data = kzalloc(sizeof(struct msm_dai_q6_hdmi_dai_data), GFP_KERNEL); Loading Loading
sound/soc/msm/qdsp6v2/msm-dai-q6-hdmi-v2.c +6 −1 Original line number Diff line number Diff line /* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2014, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -224,6 +224,11 @@ static int msm_dai_q6_hdmi_dai_probe(struct snd_soc_dai *dai) const struct snd_kcontrol_new *kcontrol; int rc = 0; struct snd_soc_dapm_route intercon; if (!dai) { pr_err("%s: dai not found\n", __func__); return -EINVAL; } dai_data = kzalloc(sizeof(struct msm_dai_q6_hdmi_dai_data), GFP_KERNEL); Loading