.asoundrc is for user based sound configuration. Mainly so apps can tell what you want for your default device and other 5.1 or more fancy configurations.
# modinfo snd-hda-intel
Code:
...
depends: snd-pcm,snd-page-alloc,snd
vermagic: 2.6.26-2-686 SMP mod_unload modversions 686
parm: power_save:Automatic power-saving timeout (in second, 0 = disable). (int)
parm: index:Index value for Intel HD audio interface. (array of int)
parm: id:ID string for Intel HD audio interface. (array of charp)
parm: enable:Enable Intel HD audio interface. (array of bool)
parm: model:Use the given board model. (array of charp)
parm: position_fix:Fix DMA pointer (0 = auto, 1 = none, 2 = POSBUF, 3 = FIFO size). (array of int)
parm: probe_mask:Bitmask to probe codecs (default = -1). (array of int)
parm: single_cmd:Use single command to communicate with codecs (for debugging only). (bool)
parm: enable_msi:Enable Message Signaled Interrupt (MSI) (int)
parm: power_save_controller:Reset controller in power save mode. (bool)
Perhaps that might help. That syntax of yours looks fishy. Perhaps
Code:
options snd-hda-intel id=acer
would work better. Although it might be assumed. Or you might have fat fingered your post.
$ lspci -n
and google on the vender:device number for that card might help. There are a few quirky snd-hda-intel cards out there. It is kind of the new kid on the block in terms of drivers. And it covers many versions of the same chipset.