Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81530
b: refs/heads/master
c: 6632d64
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Hofman authored and Jaroslav Kysela committed Jan 31, 2008
1 parent 36c67e7 commit 7f834dc
Show file tree
Hide file tree
Showing 5 changed files with 125 additions and 157 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: acec30ffffe1eee07e3202cff03e7ca8350d250f
refs/heads/master: 6632d64b0b596b9588b607806ac6d36c8c2c9696
2 changes: 1 addition & 1 deletion trunk/include/sound/ak4xxx-adda.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ struct snd_akm4xxx {
enum {
SND_AK4524, SND_AK4528, SND_AK4529,
SND_AK4355, SND_AK4358, SND_AK4381,
SND_AK5365
SND_AK5365, NON_AKM
} type;

/* (array) information of combined codecs */
Expand Down
5 changes: 5 additions & 0 deletions trunk/sound/i2c/other/ak4xxx-adda.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,11 @@ void snd_akm4xxx_init(struct snd_akm4xxx *ak)
case SND_AK5365:
/* FIXME: any init sequence? */
return;
case NON_AKM:
/* fake value for non-akm codecs using akm infrastructure
* (e.g. of ice1724) - certainly FIXME
*/
return;
default:
snd_BUG();
return;
Expand Down
2 changes: 2 additions & 0 deletions trunk/sound/pci/ice1712/ice1712.h
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,8 @@ struct snd_ice1712 {
} juli;
struct {
struct ak4114 *ak4114;
/* rate change needs atomic mute/unmute of all dacs*/
struct mutex mute_mutex;
} prodigy192;
struct {
struct {
Expand Down
Loading

0 comments on commit 7f834dc

Please sign in to comment.