commit | 97b71c94d691728b82052e9c4d6286fbc9965d7f | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Mar 18 15:09:13 2009 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Mar 19 12:53:58 2009 +0100 |
tree | b4a705037721a468234e13bd104e2f00f7940de8 | |
parent | 4a1007934591fd0dcdf13454a6faebfcbe1a4ee6 [diff] |
ALSA: hda - Don't reset BDL unnecessarily So far, the prepare callback is called multiple times, BDL entries are reset and re-programmed at each time. This patch adds the check to avoid the reset of BDL entries when the same parameters are used. Signed-off-by: Takashi Iwai <tiwai@suse.de>