Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110848
b: refs/heads/master
c: ecb0b3f
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown authored and Jaroslav Kysela committed Jul 29, 2008
1 parent b872747 commit 0b02629
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d8e3bb7385da0bcdda4ffa600489fa1439b14673
refs/heads/master: ecb0b3f62762cec4fd02eb6b0375aee1f5a49520
1 change: 1 addition & 0 deletions trunk/sound/soc/codecs/tlv320aic26.c
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ struct snd_soc_codec_device aic26_soc_codec_dev = {
.probe = aic26_probe,
.remove = aic26_remove,
};
EXPORT_SYMBOL_GPL(aic26_soc_codec_dev);

/* ---------------------------------------------------------------------
* SPI device portion of driver: sysfs files for debugging
Expand Down
3 changes: 3 additions & 0 deletions trunk/sound/soc/codecs/tlv320aic26.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,7 @@ enum aic26_wlen {
AIC26_WLEN_32 = 3 << 10,
};

extern struct snd_soc_dai aic26_dai;
extern struct snd_soc_codec_device aic26_soc_codec_dev;

#endif /* _TLV320AIC16_H_ */

0 comments on commit 0b02629

Please sign in to comment.