[alsa-devel] [PATCH 1/7] ak4114 - fix errors in output selector bits
Takashi Iwai
tiwai at suse.de
Wed Sep 16 08:03:47 CEST 2009
At Wed, 16 Sep 2009 00:39:50 +0200,
pavel.hofman at ivitera.com wrote:
>
> From: Pavel Hofman <pavel.hofman at ivitera.com>
>
>
> Signed-off-by: Pavel Hofman <pavel.hofman at ivitera.com>
Could you describe *what* are exactly fixed?
Do these change influence on any driver behavior?
thanks,
Takashi
> diff --git a/include/ak4114.h b/include/ak4114.h
> index d293d36..3ce69fd 100644
> --- a/include/ak4114.h
> +++ b/include/ak4114.h
> @@ -95,13 +95,13 @@
>
> /* AK4114_REG_IO0 */
> #define AK4114_TX1E (1<<7) /* TX1 Output Enable (1 = enable) */
> -#define AK4114_OPS12 (1<<2) /* Output Though Data Selector for TX1 pin */
> -#define AK4114_OPS11 (1<<1) /* Output Though Data Selector for TX1 pin */
> -#define AK4114_OPS10 (1<<0) /* Output Though Data Selector for TX1 pin */
> +#define AK4114_OPS12 (1<<6) /* Output Data Selector for TX1 pin */
> +#define AK4114_OPS11 (1<<5) /* Output Data Selector for TX1 pin */
> +#define AK4114_OPS10 (1<<4) /* Output Data Selector for TX1 pin */
> #define AK4114_TX0E (1<<3) /* TX0 Output Enable (1 = enable) */
> -#define AK4114_OPS02 (1<<2) /* Output Though Data Selector for TX0 pin */
> -#define AK4114_OPS01 (1<<1) /* Output Though Data Selector for TX0 pin */
> -#define AK4114_OPS00 (1<<0) /* Output Though Data Selector for TX0 pin */
> +#define AK4114_OPS02 (1<<2) /* Output Data Selector for TX0 pin */
> +#define AK4114_OPS01 (1<<1) /* Output Data Selector for TX0 pin */
> +#define AK4114_OPS00 (1<<0) /* Output Data Selector for TX0 pin */
>
> /* AK4114_REG_IO1 */
> #define AK4114_EFH1 (1<<7) /* Interrupt 0 pin Hold */
> --
> 1.5.6.3
>
More information about the Alsa-devel
mailing list