diff options
author | Dylan Reid <dgreid@chromium.org> | 2014-03-01 03:41:26 +0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-03-01 14:22:58 +0400 |
commit | f19c3ec21bef658b48df78c82cec7fd78681d653 (patch) | |
tree | 51f58a31ad0d7146bb093ad98bc83bead950215c /sound/pci/hda/hda_controller.h | |
parent | 6e85dddc1c79e8efdc8f670940e98151df91dc08 (diff) | |
download | linux-f19c3ec21bef658b48df78c82cec7fd78681d653.tar.xz |
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_controller.h')
-rw-r--r-- | sound/pci/hda/hda_controller.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_controller.h b/sound/pci/hda/hda_controller.h index fb0cdddc356a..3a3d78ed6da8 100644 --- a/sound/pci/hda/hda_controller.h +++ b/sound/pci/hda/hda_controller.h @@ -50,7 +50,6 @@ void azx_free_stream_pages(struct azx *chip); /* * CORB / RIRB interface */ -int azx_alloc_cmd_io(struct azx *chip); void azx_init_cmd_io(struct azx *chip); void azx_free_cmd_io(struct azx *chip); void azx_update_rirb(struct azx *chip); |