Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334463
b: refs/heads/master
c: a92b078
h: refs/heads/master
i:
  334461: 2ef4c64
  334459: 5e4e3e6
  334455: 4bc79ba
  334447: c8b861c
  334431: 4dcb8e0
  334399: 81eba23
  334335: 5a91003
v: v3
  • Loading branch information
Peter Meerwald authored and Mark Brown committed Oct 9, 2012
1 parent fcb8a14 commit ab032dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ca057410a8ea88ffb3ce6a581377cffa71ac01c6
refs/heads/master: a92b078eab17d09ac600446954d8b0d7998c6168
7 changes: 4 additions & 3 deletions trunk/sound/soc/soc-jack.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

/**
* snd_soc_jack_new - Create a new jack
* @card: ASoC card
* @codec: ASoC codec
* @id: an identifying string for this jack
* @type: a bitmask of enum snd_jack_type values that can be detected by
* this jack
Expand Down Expand Up @@ -133,12 +133,13 @@ EXPORT_SYMBOL_GPL(snd_soc_jack_add_zones);

/**
* snd_soc_jack_get_type - Based on the mic bias value, this function returns
* the type of jack from the zones delcared in the jack type
* the type of jack from the zones declared in the jack type
*
* @jack: ASoC jack
* @micbias_voltage: mic bias voltage at adc channel when jack is plugged in
*
* Based on the mic bias value passed, this function helps identify
* the type of jack from the already delcared jack zones
* the type of jack from the already declared jack zones
*/
int snd_soc_jack_get_type(struct snd_soc_jack *jack, int micbias_voltage)
{
Expand Down

0 comments on commit ab032dc

Please sign in to comment.