ALSA: hda - Drop AZX_DCAPS_ALIGN_BUFSIZE
authorTakashi Iwai <tiwai@suse.de>
Wed, 3 Dec 2014 08:56:20 +0000 (09:56 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 3 Dec 2014 09:05:18 +0000 (10:05 +0100)
commit103884a351a221553095c509a1dbbbf7d4fd9b05
tree2cd5986de91c653276bf098fae221f89ce642e9d
parentb42b4afb7482f1c079c82af824a7fe750590f438
ALSA: hda - Drop AZX_DCAPS_ALIGN_BUFSIZE

We introduced AZX_DCAPS_ALIGN_BUFSIZE to explicity show that the
controller needs the alignment, with a slight hope that the buffer
size alignment will be disabled as default in future.  But the reality
tells that most chips need the buffer size alignment, and it'll be
likely enabled in future, too.

This patch drops AZX_DCAPS_ALIGN_BUFSIZE to give back one more
precious DCAPS bit for future use.  At the same time, rename
AZX_DCAPS_BUFSIZE with AZX_DCAPS_NO_ALIGN_BUFSIZE for avoiding
confusion.

AZX_DCAPS_ALIGN_BUFSIZE are still kept (but commented out) in each
DCAPS presets for a purpose as markers.

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