ALSA: hda: Remove substream allocation/free ops
authorTakashi Iwai <tiwai@suse.de>
Wed, 8 Aug 2018 15:12:58 +0000 (17:12 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 28 Aug 2018 11:56:47 +0000 (13:56 +0200)
commit193c7e14762a58003af7914183f9b963c0267788
treecd976f5adfdbeff1235f360644c88724dedbf3b2
parentfc478143693d8750dca5e35d03d497bdd0202b3f
ALSA: hda: Remove substream allocation/free ops

Since we dropped the memory page fiddling in the own allocators in
hda_intel.c, the substream allocation and free ops in both hda_intel.c
and hda_tegra.c became nothing but the simple calls of the standard
snd_pcm_lib helpers.  As both are identical, there is no longer need
for indirect calls via ops; it's a good opportunity for removing ops
and simplifying the codes.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_controller.c
sound/pci/hda/hda_controller.h
sound/pci/hda/hda_intel.c
sound/pci/hda/hda_tegra.c