aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/emu10k1.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/emu10k1.h')
-rw-r--r--include/sound/emu10k1.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/sound/emu10k1.h b/include/sound/emu10k1.h
index d6c8c54d49e0..acc4277dd383 100644
--- a/include/sound/emu10k1.h
+++ b/include/sound/emu10k1.h
@@ -1456,6 +1456,8 @@ struct snd_emu1010 {
1456 unsigned int adc_pads; /* bit mask */ 1456 unsigned int adc_pads; /* bit mask */
1457 unsigned int dac_pads; /* bit mask */ 1457 unsigned int dac_pads; /* bit mask */
1458 unsigned int internal_clock; /* 44100 or 48000 */ 1458 unsigned int internal_clock; /* 44100 or 48000 */
1459 unsigned int optical_in; /* 0:SPDIF, 1:ADAT */
1460 unsigned int optical_out; /* 0:SPDIF, 1:ADAT */
1459 struct task_struct *firmware_thread; 1461 struct task_struct *firmware_thread;
1460}; 1462};
1461 1463
@@ -1600,9 +1602,9 @@ unsigned int snd_emu10k1_ptr20_read(struct snd_emu10k1 * emu, unsigned int reg,
1600void snd_emu10k1_ptr20_write(struct snd_emu10k1 *emu, unsigned int reg, unsigned int chn, unsigned int data); 1602void snd_emu10k1_ptr20_write(struct snd_emu10k1 *emu, unsigned int reg, unsigned int chn, unsigned int data);
1601int snd_emu10k1_spi_write(struct snd_emu10k1 * emu, unsigned int data); 1603int snd_emu10k1_spi_write(struct snd_emu10k1 * emu, unsigned int data);
1602int snd_emu10k1_i2c_write(struct snd_emu10k1 *emu, u32 reg, u32 value); 1604int snd_emu10k1_i2c_write(struct snd_emu10k1 *emu, u32 reg, u32 value);
1603int snd_emu1010_fpga_write(struct snd_emu10k1 * emu, int reg, int value); 1605int snd_emu1010_fpga_write(struct snd_emu10k1 * emu, u32 reg, u32 value);
1604int snd_emu1010_fpga_read(struct snd_emu10k1 * emu, int reg, int *value); 1606int snd_emu1010_fpga_read(struct snd_emu10k1 * emu, u32 reg, u32 *value);
1605int snd_emu1010_fpga_link_dst_src_write(struct snd_emu10k1 * emu, int dst, int src); 1607int snd_emu1010_fpga_link_dst_src_write(struct snd_emu10k1 * emu, u32 dst, u32 src);
1606unsigned int snd_emu10k1_efx_read(struct snd_emu10k1 *emu, unsigned int pc); 1608unsigned int snd_emu10k1_efx_read(struct snd_emu10k1 *emu, unsigned int pc);
1607void snd_emu10k1_intr_enable(struct snd_emu10k1 *emu, unsigned int intrenb); 1609void snd_emu10k1_intr_enable(struct snd_emu10k1 *emu, unsigned int intrenb);
1608void snd_emu10k1_intr_disable(struct snd_emu10k1 *emu, unsigned int intrenb); 1610void snd_emu10k1_intr_disable(struct snd_emu10k1 *emu, unsigned int intrenb);