Searched refs:rme9652 (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/rme9652/
H A Drme9652.c330 static inline void rme9652_write(struct snd_rme9652 *rme9652, int reg, int val) argument
332 writel(val, rme9652->iobase + reg);
335 static inline unsigned int rme9652_read(struct snd_rme9652 *rme9652, int reg) argument
337 return readl(rme9652->iobase + reg);
340 static inline int snd_rme9652_use_is_exclusive(struct snd_rme9652 *rme9652) argument
345 spin_lock_irqsave(&rme9652->lock, flags);
346 if ((rme9652->playback_pid != rme9652->capture_pid) &&
347 (rme9652->playback_pid >= 0) && (rme9652
354 rme9652_adat_sample_rate(struct snd_rme9652 *rme9652) argument
365 rme9652_compute_period_size(struct snd_rme9652 *rme9652) argument
376 rme9652_hw_pointer(struct snd_rme9652 *rme9652) argument
423 rme9652_reset_hw_pointer(struct snd_rme9652 *rme9652) argument
486 rme9652_set_rate(struct snd_rme9652 *rme9652, int rate) argument
574 rme9652_set_thru(struct snd_rme9652 *rme9652, int channel, int enable) argument
615 rme9652_set_passthru(struct snd_rme9652 *rme9652, int onoff) argument
643 rme9652_spdif_set_bit(struct snd_rme9652 *rme9652, int mask, int onoff) argument
653 rme9652_spdif_write_byte(struct snd_rme9652 *rme9652, const int val) argument
669 rme9652_spdif_read_byte(struct snd_rme9652 *rme9652) argument
687 rme9652_write_spdif_codec(struct snd_rme9652 *rme9652, const int address, const int data) argument
697 rme9652_spdif_read_codec(struct snd_rme9652 *rme9652, const int address) argument
714 rme9652_initialize_spdif_receiver(struct snd_rme9652 *rme9652) argument
823 struct snd_rme9652 *rme9652 = snd_kcontrol_chip(kcontrol); local
831 struct snd_rme9652 *rme9652 = snd_kcontrol_chip(kcontrol); local
852 struct snd_rme9652 *rme9652 = snd_kcontrol_chip(kcontrol); local
860 struct snd_rme9652 *rme9652 = snd_kcontrol_chip(kcontrol); local
893 rme9652_adat1_in(struct snd_rme9652 *rme9652) argument
900 rme9652_set_adat1_input(struct snd_rme9652 *rme9652, int internal) argument
939 struct snd_rme9652 *rme9652 = snd_kcontrol_chip(kcontrol); local
949 struct snd_rme9652 *rme9652 = snd_kcontrol_chip(kcontrol); local
969 rme9652_spdif_in(struct snd_rme9652 *rme9652) argument
975 rme9652_set_spdif_input(struct snd_rme9652 *rme9652, int in) argument
1010 struct snd_rme9652 *rme9652 = snd_kcontrol_chip(kcontrol); local
1020 struct snd_rme9652 *rme9652 = snd_kcontrol_chip(kcontrol); local
1040 rme9652_spdif_out(struct snd_rme9652 *rme9652) argument
1045 rme9652_set_spdif_output(struct snd_rme9652 *rme9652, int out) argument
1079 struct snd_rme9652 *rme9652 = snd_kcontrol_chip(kcontrol); local
1089 struct snd_rme9652 *rme9652 = snd_kcontrol_chip(kcontrol); local
1108 rme9652_sync_mode(struct snd_rme9652 *rme9652) argument
1119 rme9652_set_sync_mode(struct snd_rme9652 *rme9652, int mode) argument
1166 struct snd_rme9652 *rme9652 = snd_kcontrol_chip(kcontrol); local
1176 struct snd_rme9652 *rme9652 = snd_kcontrol_chip(kcontrol); local
1193 rme9652_sync_pref(struct snd_rme9652 *rme9652) argument
1209 rme9652_set_sync_pref(struct snd_rme9652 *rme9652, int pref) argument
1245 struct snd_rme9652 *rme9652 = snd_kcontrol_chip(kcontrol); local
1258 struct snd_rme9652 *rme9652 = snd_kcontrol_chip(kcontrol); local
1268 struct snd_rme9652 *rme9652 = snd_kcontrol_chip(kcontrol); local
1285 struct snd_rme9652 *rme9652 = snd_kcontrol_chip(kcontrol); local
1295 struct snd_rme9652 *rme9652 = snd_kcontrol_chip(kcontrol); local
1307 struct snd_rme9652 *rme9652 = snd_kcontrol_chip(kcontrol); local
1350 struct snd_rme9652 *rme9652 = snd_kcontrol_chip(kcontrol); local
1360 struct snd_rme9652 *rme9652 = snd_kcontrol_chip(kcontrol); local
1396 struct snd_rme9652 *rme9652 = snd_kcontrol_chip(kcontrol); local
1425 struct snd_rme9652 *rme9652 = snd_kcontrol_chip(kcontrol); local
1457 struct snd_rme9652 *rme9652 = snd_kcontrol_chip(kcontrol); local
1580 snd_rme9652_create_controls(struct snd_card *card, struct snd_rme9652 *rme9652) argument
1611 struct snd_rme9652 *rme9652 = (struct snd_rme9652 *) entry->private_data; local
1781 snd_rme9652_proc_init(struct snd_rme9652 *rme9652) argument
1789 snd_rme9652_free_buffers(struct snd_rme9652 *rme9652) argument
1795 snd_rme9652_free(struct snd_rme9652 *rme9652) argument
1812 snd_rme9652_initialize_memory(struct snd_rme9652 *rme9652) argument
1840 snd_rme9652_set_defaults(struct snd_rme9652 *rme9652) argument
1883 struct snd_rme9652 *rme9652 = (struct snd_rme9652 *) dev_id; local
1903 struct snd_rme9652 *rme9652 = snd_pcm_substream_chip(substream); local
1907 rme9652_channel_buffer_location(struct snd_rme9652 *rme9652, int stream, int channel) argument
1932 struct snd_rme9652 *rme9652 = snd_pcm_substream_chip(substream); local
1949 struct snd_rme9652 *rme9652 = snd_pcm_substream_chip(substream); local
1966 struct snd_rme9652 *rme9652 = snd_pcm_substream_chip(substream); local
1980 struct snd_rme9652 *rme9652 = snd_pcm_substream_chip(substream); local
2006 struct snd_rme9652 *rme9652 = snd_pcm_substream_chip(substream); local
2071 struct snd_rme9652 *rme9652 = snd_pcm_substream_chip(substream); local
2106 rme9652_silence_playback(struct snd_rme9652 *rme9652) argument
2114 struct snd_rme9652 *rme9652 = snd_pcm_substream_chip(substream); local
2175 struct snd_rme9652 *rme9652 = snd_pcm_substream_chip(substream); local
2244 struct snd_rme9652 *rme9652 = rule->private; local
2253 struct snd_rme9652 *rme9652 = rule->private; local
2277 struct snd_rme9652 *rme9652 = rule->private; local
2300 struct snd_rme9652 *rme9652 = snd_pcm_substream_chip(substream); local
2342 struct snd_rme9652 *rme9652 = snd_pcm_substream_chip(substream); local
2360 struct snd_rme9652 *rme9652 = snd_pcm_substream_chip(substream); local
2397 struct snd_rme9652 *rme9652 = snd_pcm_substream_chip(substream); local
2431 snd_rme9652_create_pcm(struct snd_card *card, struct snd_rme9652 *rme9652) argument
2455 snd_rme9652_create(struct snd_card *card, struct snd_rme9652 *rme9652, int precise_ptr) argument
2589 struct snd_rme9652 *rme9652 = (struct snd_rme9652 *) card->private_data; local
2599 struct snd_rme9652 *rme9652; local
[all...]
H A DMakefile6 snd-rme9652-objs := rme9652.o
11 obj-$(CONFIG_SND_RME9652) += snd-rme9652.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A DMakefile69 rme9652/ \

Completed in 111 milliseconds