diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-04-16 07:53:08 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-04-16 08:47:28 +0200 |
commit | 602518a21b4c0673fee2146d46be4eb2464553b2 (patch) | |
tree | b14129e6fb3e6032ffae3de407885cd3ad4402fc /sound/pci/hda/hda_intel.c | |
parent | a41d122449bea303ada415ef5fb2bf434f5481f9 (diff) | |
download | talos-obmc-linux-602518a21b4c0673fee2146d46be4eb2464553b2.tar.gz talos-obmc-linux-602518a21b4c0673fee2146d46be4eb2464553b2.zip |
ALSA: hda - Minor refactoring
Move the small portion of the common sequence in hda_intel.c and
hda_tegra.c into hda_controller.c.
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 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index 9dff693005ea..8a1471851ca7 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -1743,9 +1743,6 @@ static int substream_alloc_pages(struct azx *chip, int ret; mark_runtime_wc(chip, azx_dev, substream, false); - azx_dev->core.bufsize = 0; - azx_dev->core.period_bytes = 0; - azx_dev->core.format_val = 0; ret = snd_pcm_lib_malloc_pages(substream, size); if (ret < 0) return ret; |