Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92162
b: refs/heads/master
c: d16be8e
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Hofman authored and Takashi Iwai committed Apr 24, 2008
1 parent 02248c7 commit e09abd1
Show file tree
Hide file tree
Showing 5 changed files with 600 additions and 196 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: ff73317ea7c648cf5f59b8bda4a810f7b5d0312c
refs/heads/master: d16be8ed69f3e59d36be8c422508c3a10082fdaa
1 change: 1 addition & 0 deletions trunk/sound/pci/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,7 @@ config SND_ICE1724
depends on SND
select SND_MPU401_UART
select SND_AC97_CODEC
select SND_VMASTER
help
Say Y here to include support for soundcards based on
ICE/VT1724/1720 (Envy24HT/PT) chips.
Expand Down
9 changes: 9 additions & 0 deletions trunk/sound/pci/ice1712/ice1712.h
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,15 @@ struct snd_ice1712 {

/* other board-specific data */
void *spec;

/* VT172x specific */
int pro_rate_default;
int (*is_spdif_master)(struct snd_ice1712 *ice);
unsigned int (*get_rate)(struct snd_ice1712 *ice);
void (*set_rate)(struct snd_ice1712 *ice, unsigned int rate);
unsigned char (*set_mclk)(struct snd_ice1712 *ice, unsigned int rate);
void (*set_spdif_clock)(struct snd_ice1712 *ice);

};


Expand Down
Loading

0 comments on commit e09abd1

Please sign in to comment.