ALSA: hda - explicitly set buffer-align flag for Nvidia controllers
authorTakashi Iwai <tiwai@suse.de>
Mon, 23 Jan 2012 16:53:39 +0000 (17:53 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 23 Jan 2012 16:53:39 +0000 (17:53 +0100)
commit7bfe059e38b06a0d813d92b9b3e500455f6a2c99
treea1ded4798caaa7f44ddc34938277b515f1a7b593
parent633544a8e28f0aa36706f72759dc6ce06ccd1419
ALSA: hda - explicitly set buffer-align flag for Nvidia controllers

It turned out that Nvidial (HDMI) controllers require the buffer
alignment.  Thus it's better to mark it requiring the alignment, so that
we can switch to non-aligned behavior as default in future.

Also, change the module paramter to be bint, in order to let user
overriding the default value.

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