]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - sound/pci/ice1712/aureon.c
Merge branches 'dma-debug/next', 'amd-iommu/command-cleanups', 'amd-iommu/ats' and...
[karo-tx-linux.git] / sound / pci / ice1712 / aureon.c
index 2f6252266a02f32ecca6b8ee1b3ed5f88fc1af92..3e4f8c12ffceeb7d48b117c50ebce743d408e243 100644 (file)
@@ -148,7 +148,7 @@ static void aureon_pca9554_write(struct snd_ice1712 *ice, unsigned char reg,
        udelay(100);
        /*
         * send device address, command and value,
-        * skipping ack cycles inbetween
+        * skipping ack cycles in between
         */
        for (j = 0; j < 3; j++) {
                switch (j) {
@@ -2143,7 +2143,7 @@ static int __devinit aureon_init(struct snd_ice1712 *ice)
                ice->num_total_adcs = 2;
        }
 
-       /* to remeber the register values of CS8415 */
+       /* to remember the register values of CS8415 */
        ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL);
        if (!ice->akm)
                return -ENOMEM;