diff options
author | David Henningsson <david.henningsson@canonical.com> | 2015-05-11 11:23:57 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-05-11 15:30:40 +0300 |
commit | fd8a1043cdeff833017be6e5a31094f557dd53d4 (patch) | |
tree | 25856a094a1e625192090ae5a485aeee33bb1cfe /sound/pci/hda/patch_hdmi.c | |
parent | 3b90f4072730c619809a0cbf597bf1b3bf76a2ec (diff) | |
download | linux-fd8a1043cdeff833017be6e5a31094f557dd53d4.tar.xz |
ALSA: hda - Remove unused call to "get_pin" in patch_hdmi.c
Janitorial patch (no functional change)
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_hdmi.c')
-rw-r--r-- | sound/pci/hda/patch_hdmi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c index e8d847819d71..fd11ad7fe9f4 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; |