X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fsound%2Fad1848.h;h=d04f9e78c7c130f3732cb7546efa0f617c296853;hb=0b776eb5426752d4e53354ac89e3710d857e09a7;hp=b2c3f00a9b3537d808ac307daa4b61ad4f7b4a42;hpb=58a3bb59973e33a428d72fa530a3d1d81feb0e8f;p=karo-tx-linux.git diff --git a/include/sound/ad1848.h b/include/sound/ad1848.h index b2c3f00a9b35..d04f9e78c7c1 100644 --- a/include/sound/ad1848.h +++ b/include/sound/ad1848.h @@ -2,7 +2,7 @@ #define __SOUND_AD1848_H /* - * Copyright (c) by Jaroslav Kysela + * Copyright (c) by Jaroslav Kysela * Definitions for AD1847/AD1848/CS4248 chips * * @@ -27,7 +27,7 @@ /* IO ports */ -#define AD1848P( codec, x ) ( (chip) -> port + c_d_c_AD1848##x ) +#define AD1848P( chip, x ) ( (chip) -> port + c_d_c_AD1848##x ) #define c_d_c_AD1848REGSEL 0 #define c_d_c_AD1848REG 1 @@ -154,7 +154,6 @@ struct snd_ad1848 { #endif spinlock_t reg_lock; - struct mutex open_mutex; }; /* exported functions */