|
@@ -253,6 +253,9 @@ void snd_soc_jack_free_gpios(struct snd_soc_jack *jack, int count,
|
|
/* codec register bit access */
|
|
/* codec register bit access */
|
|
int snd_soc_update_bits(struct snd_soc_codec *codec, unsigned short reg,
|
|
int snd_soc_update_bits(struct snd_soc_codec *codec, unsigned short reg,
|
|
unsigned int mask, unsigned int value);
|
|
unsigned int mask, unsigned int value);
|
|
|
|
+int snd_soc_update_bits_locked(struct snd_soc_codec *codec,
|
|
|
|
+ unsigned short reg, unsigned int mask,
|
|
|
|
+ unsigned int value);
|
|
int snd_soc_test_bits(struct snd_soc_codec *codec, unsigned short reg,
|
|
int snd_soc_test_bits(struct snd_soc_codec *codec, unsigned short reg,
|
|
unsigned int mask, unsigned int value);
|
|
unsigned int mask, unsigned int value);
|
|
|
|
|