~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to sound/pci/au88x0/au88x0_a3d.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
}
54
54
 
55
55
#endif
56
 
/* Atmospheric absorbtion. */
 
56
/* Atmospheric absorption. */
57
57
 
58
58
static void
59
59
a3dsrc_SetAtmosTarget(a3dsrc_t * a, short aa, short b, short c, short d,
835
835
                params[i] = ucontrol->value.integer.value[i];
836
836
        /* Translate generic filter params to a3d filter params. */
837
837
        vortex_a3d_translate_filter(a->filter, params);
838
 
        /* Atmospheric absorbtion and filtering. */
 
838
        /* Atmospheric absorption and filtering. */
839
839
        a3dsrc_SetAtmosTarget(a, a->filter[0],
840
840
                              a->filter[1], a->filter[2],
841
841
                              a->filter[3], a->filter[4]);