diff options
author | Dylan Reid <dgreid@chromium.org> | 2014-02-28 15:41:26 -0800 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-03-01 11:22:58 +0100 |
commit | f19c3ec21bef658b48df78c82cec7fd78681d653 (patch) | |
tree | 51f58a31ad0d7146bb093ad98bc83bead950215c /sound/pci/hda/hda_intel.c | |
parent | 6e85dddc1c79e8efdc8f670940e98151df91dc08 (diff) | |
download | op-kernel-dev-f19c3ec21bef658b48df78c82cec7fd78681d653.zip op-kernel-dev-f19c3ec21bef658b48df78c82cec7fd78681d653.tar.gz |
ALSA: hda - move alloc_cmd_io to hda_controller
Combining the call to alloc_cmd_io with the allocate pages function
removes an extra interface between hda_intel and hda_controller.
Signed-off-by: Dylan Reid <dgreid@chromium.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
-rw-r--r-- | sound/pci/hda/hda_intel.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index a8af3d4..3d6ccb8 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -1809,10 +1809,6 @@ static int azx_first_init(struct azx *chip) err = azx_alloc_stream_pages(chip); if (err < 0) return err; - /* allocate CORB/RIRB */ - err = azx_alloc_cmd_io(chip); - if (err < 0) - return err; /* initialize streams */ azx_init_stream(chip); |