* [PATCH] ALSA: hda - Remove unused call to "get_pin" in patch_hdmi.c
@ 2015-05-11 8:23 David Henningsson
2015-05-11 12:31 ` Takashi Iwai
0 siblings, 1 reply; 3+ messages in thread
From: David Henningsson @ 2015-05-11 8:23 UTC (permalink / raw)
To: tiwai, alsa-devel; +Cc: David Henningsson
Janitorial patch (no functional change)
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
---
sound/pci/hda/patch_hdmi.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c
index e8d8478..fd11ad7 100644
--- a/sound/pci/hda/patch_hdmi.c
+++ b/sound/pci/hda/patch_hdmi.c
@@ -2049,9 +2049,7 @@ static int generic_hdmi_build_pcms(struct hda_codec *codec)
for (pin_idx = 0; pin_idx < spec->num_pins; pin_idx++) {
struct hda_pcm *info;
struct hda_pcm_stream *pstr;
- struct hdmi_spec_per_pin *per_pin;
- per_pin = get_pin(spec, pin_idx);
info = snd_hda_codec_pcm_new(codec, "HDMI %d", pin_idx);
if (!info)
return -ENOMEM;
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] ALSA: hda - Remove unused call to "get_pin" in patch_hdmi.c
2015-05-11 8:23 [PATCH] ALSA: hda - Remove unused call to "get_pin" in patch_hdmi.c David Henningsson
@ 2015-05-11 12:31 ` Takashi Iwai
2015-05-12 7:35 ` David Henningsson
0 siblings, 1 reply; 3+ messages in thread
From: Takashi Iwai @ 2015-05-11 12:31 UTC (permalink / raw)
To: David Henningsson; +Cc: alsa-devel
At Mon, 11 May 2015 10:23:57 +0200,
David Henningsson wrote:
>
> Janitorial patch (no functional change)
>
> Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Applied, thanks.
Takashi
> ---
> sound/pci/hda/patch_hdmi.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c
> index e8d8478..fd11ad7 100644
> --- a/sound/pci/hda/patch_hdmi.c
> +++ b/sound/pci/hda/patch_hdmi.c
> @@ -2049,9 +2049,7 @@ static int generic_hdmi_build_pcms(struct hda_codec *codec)
> for (pin_idx = 0; pin_idx < spec->num_pins; pin_idx++) {
> struct hda_pcm *info;
> struct hda_pcm_stream *pstr;
> - struct hdmi_spec_per_pin *per_pin;
>
> - per_pin = get_pin(spec, pin_idx);
> info = snd_hda_codec_pcm_new(codec, "HDMI %d", pin_idx);
> if (!info)
> return -ENOMEM;
> --
> 1.9.1
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-05-12 7:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-11 8:23 [PATCH] ALSA: hda - Remove unused call to "get_pin" in patch_hdmi.c David Henningsson
2015-05-11 12:31 ` Takashi Iwai
2015-05-12 7:35 ` David Henningsson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox