ALC268
          3stack        3-stack model
+         toshiba       Toshiba A205
          auto          auto-config reading BIOS (default)
 
        ALC662
          3stack-6ch-dig 3-jack 6-channel with SPDIF I/O
          6stack-dig-demo  6-jack digital for Intel demo board
          acer          Acer laptops (Travelmate 3012WTMi, Aspire 5600, etc)
-         acer-aspire   Acer Aspire laptop
+         acer-aspire   Acer Aspire 9810
          medion        Medion Laptops
          medion-md2    Medion MD2
          targa-dig     Targa/MSI
          3stack-660-digout 3-jack with SPDIF OUT (for ALC660VD)
          lenovo        Lenovo 3000 C200
          dallas        Dallas laptops
+         hp            HP TX1000
          auto          auto-config reading BIOS (default)
 
        CMI9880
 
  */
 static const char *alc268_models[ALC268_MODEL_LAST] = {
        [ALC268_3ST]            = "3stack",
+       [ALC268_TOSHIBA]        = "toshiba",
        [ALC268_AUTO]           = "auto",
 };
 
  */
 static const char *alc861vd_models[ALC861VD_MODEL_LAST] = {
        [ALC660VD_3ST]          = "3stack-660",
-       [ALC660VD_3ST_DIG]= "3stack-660-digout",
+       [ALC660VD_3ST_DIG]      = "3stack-660-digout",
        [ALC861VD_3ST]          = "3stack",
        [ALC861VD_3ST_DIG]      = "3stack-digout",
        [ALC861VD_6ST_DIG]      = "6stack-digout",
        [ALC861VD_LENOVO]       = "lenovo",
        [ALC861VD_DALLAS]       = "dallas",
+       [ALC861VD_HP]           = "hp",
        [ALC861VD_AUTO]         = "auto",
 };