Loading sound/drivers/serial-u16550.c +3 −3 Original line number Diff line number Diff line Loading @@ -455,7 +455,7 @@ static void snd_uart16550_do_open(struct snd_uart16550 * uart) | UART_IER_THRI /* Enable Transmitter holding register empty interrupt */ ; } outb(byte, uart->base + UART_IER); /* Interupt enable Register */ outb(byte, uart->base + UART_IER); /* Interrupt enable Register */ inb(uart->base + UART_LSR); /* Clear any pre-existing overrun indication */ inb(uart->base + UART_IIR); /* Clear any pre-existing transmit interrupt */ Loading @@ -473,7 +473,7 @@ static void snd_uart16550_do_close(struct snd_uart16550 * uart) outb((0 & UART_IER_RDI) /* Disable Receiver data interrupt */ |(0 & UART_IER_THRI) /* Disable Transmitter holding register empty interrupt */ ,uart->base + UART_IER); /* Interupt enable Register */ ,uart->base + UART_IER); /* Interrupt enable Register */ switch (uart->adaptor) { default: Loading Loading @@ -653,7 +653,7 @@ static void snd_uart16550_output_write(struct snd_rawmidi_substream *substream) char first; static unsigned long lasttime = 0; /* Interupts are disabled during the updating of the tx_buff, /* Interrupts are disabled during the updating of the tx_buff, * since it is 'bad' to have two processes updating the same * variables (ie buff_in & buff_out) */ Loading sound/isa/es18xx.c +1 −1 Original line number Diff line number Diff line Loading @@ -163,7 +163,7 @@ struct snd_audiodrive { #define ES18XX_DUPLEX_SAME 0x0010 /* Playback and record must share the same rate */ #define ES18XX_NEW_RATE 0x0020 /* More precise rate setting */ #define ES18XX_AUXB 0x0040 /* AuxB mixer control */ #define ES18XX_HWV 0x0080 /* Has seperate hardware volume mixer controls*/ #define ES18XX_HWV 0x0080 /* Has separate hardware volume mixer controls*/ #define ES18XX_MONO 0x0100 /* Mono_in mixer control */ #define ES18XX_I2S 0x0200 /* I2S mixer control */ #define ES18XX_MUTEREC 0x0400 /* Record source can be muted */ Loading sound/pci/au88x0/au88x0_core.c +1 −1 Original line number Diff line number Diff line Loading @@ -2395,7 +2395,7 @@ static irqreturn_t vortex_interrupt(int irq, void *dev_id) if (!(hwread(vortex->mmio, VORTEX_STAT) & 0x1)) return IRQ_NONE; // This is the Interrrupt Enable flag we set before (consistency check). // This is the Interrupt Enable flag we set before (consistency check). if (!(hwread(vortex->mmio, VORTEX_CTRL) & CTRL_IRQ_ENABLE)) return IRQ_NONE; Loading sound/pci/cs46xx/cs46xx_lib.c +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ * - Sometimes the SPDIF input DSP tasks get's unsynchronized * and the SPDIF get somewhat "distorcionated", or/and left right channel * are swapped. To get around this problem when it happens, mute and unmute * the SPDIF input mixer controll. * the SPDIF input mixer control. * - On the Hercules Game Theater XP the amplifier are sometimes turned * off on inadecuate moments which causes distorcions on sound. * Loading sound/pci/hda/hda_codec.h +1 −1 Original line number Diff line number Diff line Loading @@ -418,7 +418,7 @@ struct hda_bus_ops { /* free the private data */ void (*private_free)(struct hda_bus *); #ifdef CONFIG_SND_HDA_POWER_SAVE /* notify power-up/down from codec to contoller */ /* notify power-up/down from codec to controller */ void (*pm_notify)(struct hda_codec *codec); #endif }; Loading Loading
sound/drivers/serial-u16550.c +3 −3 Original line number Diff line number Diff line Loading @@ -455,7 +455,7 @@ static void snd_uart16550_do_open(struct snd_uart16550 * uart) | UART_IER_THRI /* Enable Transmitter holding register empty interrupt */ ; } outb(byte, uart->base + UART_IER); /* Interupt enable Register */ outb(byte, uart->base + UART_IER); /* Interrupt enable Register */ inb(uart->base + UART_LSR); /* Clear any pre-existing overrun indication */ inb(uart->base + UART_IIR); /* Clear any pre-existing transmit interrupt */ Loading @@ -473,7 +473,7 @@ static void snd_uart16550_do_close(struct snd_uart16550 * uart) outb((0 & UART_IER_RDI) /* Disable Receiver data interrupt */ |(0 & UART_IER_THRI) /* Disable Transmitter holding register empty interrupt */ ,uart->base + UART_IER); /* Interupt enable Register */ ,uart->base + UART_IER); /* Interrupt enable Register */ switch (uart->adaptor) { default: Loading Loading @@ -653,7 +653,7 @@ static void snd_uart16550_output_write(struct snd_rawmidi_substream *substream) char first; static unsigned long lasttime = 0; /* Interupts are disabled during the updating of the tx_buff, /* Interrupts are disabled during the updating of the tx_buff, * since it is 'bad' to have two processes updating the same * variables (ie buff_in & buff_out) */ Loading
sound/isa/es18xx.c +1 −1 Original line number Diff line number Diff line Loading @@ -163,7 +163,7 @@ struct snd_audiodrive { #define ES18XX_DUPLEX_SAME 0x0010 /* Playback and record must share the same rate */ #define ES18XX_NEW_RATE 0x0020 /* More precise rate setting */ #define ES18XX_AUXB 0x0040 /* AuxB mixer control */ #define ES18XX_HWV 0x0080 /* Has seperate hardware volume mixer controls*/ #define ES18XX_HWV 0x0080 /* Has separate hardware volume mixer controls*/ #define ES18XX_MONO 0x0100 /* Mono_in mixer control */ #define ES18XX_I2S 0x0200 /* I2S mixer control */ #define ES18XX_MUTEREC 0x0400 /* Record source can be muted */ Loading
sound/pci/au88x0/au88x0_core.c +1 −1 Original line number Diff line number Diff line Loading @@ -2395,7 +2395,7 @@ static irqreturn_t vortex_interrupt(int irq, void *dev_id) if (!(hwread(vortex->mmio, VORTEX_STAT) & 0x1)) return IRQ_NONE; // This is the Interrrupt Enable flag we set before (consistency check). // This is the Interrupt Enable flag we set before (consistency check). if (!(hwread(vortex->mmio, VORTEX_CTRL) & CTRL_IRQ_ENABLE)) return IRQ_NONE; Loading
sound/pci/cs46xx/cs46xx_lib.c +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ * - Sometimes the SPDIF input DSP tasks get's unsynchronized * and the SPDIF get somewhat "distorcionated", or/and left right channel * are swapped. To get around this problem when it happens, mute and unmute * the SPDIF input mixer controll. * the SPDIF input mixer control. * - On the Hercules Game Theater XP the amplifier are sometimes turned * off on inadecuate moments which causes distorcions on sound. * Loading
sound/pci/hda/hda_codec.h +1 −1 Original line number Diff line number Diff line Loading @@ -418,7 +418,7 @@ struct hda_bus_ops { /* free the private data */ void (*private_free)(struct hda_bus *); #ifdef CONFIG_SND_HDA_POWER_SAVE /* notify power-up/down from codec to contoller */ /* notify power-up/down from codec to controller */ void (*pm_notify)(struct hda_codec *codec); #endif }; Loading