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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dsonicvibes.c77 #define SV_REG(sonic, x) ((sonic)->enh_port + SV_REG_##x)
267 static inline void snd_sonicvibes_setdmaa(struct sonicvibes * sonic, argument
272 outl(addr, sonic->dmaa_port + SV_DMA_ADDR0);
273 outl(count, sonic->dmaa_port + SV_DMA_COUNT0);
274 outb(0x18, sonic->dmaa_port + SV_DMA_MODE);
277 static inline void snd_sonicvibes_setdmac(struct sonicvibes * sonic, argument
284 outl(addr, sonic->dmac_port + SV_DMA_ADDR0);
285 outl(count, sonic->dmac_port + SV_DMA_COUNT0);
286 outb(0x14, sonic
289 snd_sonicvibes_getdmaa(struct sonicvibes * sonic) argument
294 snd_sonicvibes_getdmac(struct sonicvibes * sonic) argument
300 snd_sonicvibes_out1(struct sonicvibes * sonic, unsigned char reg, unsigned char value) argument
310 snd_sonicvibes_out(struct sonicvibes * sonic, unsigned char reg, unsigned char value) argument
324 snd_sonicvibes_in1(struct sonicvibes * sonic, unsigned char reg) argument
335 snd_sonicvibes_in(struct sonicvibes * sonic, unsigned char reg) argument
350 snd_sonicvibes_setfmt(struct sonicvibes * sonic, unsigned char mask, unsigned char value) argument
402 snd_sonicvibes_setpll(struct sonicvibes * sonic, unsigned char reg, unsigned int rate) argument
418 snd_sonicvibes_set_adc_rate(struct sonicvibes * sonic, unsigned int rate) argument
464 snd_sonicvibes_set_dac_rate(struct sonicvibes * sonic, unsigned int rate) argument
478 snd_sonicvibes_trigger(struct sonicvibes * sonic, int what, int cmd) argument
502 struct sonicvibes *sonic = dev_id; local
568 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); local
575 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); local
592 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); local
616 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); local
641 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); local
652 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); local
700 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); local
712 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); local
725 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); local
734 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); local
763 snd_sonicvibes_pcm(struct sonicvibes * sonic, int device, struct snd_pcm ** rpcm) argument
815 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol); local
826 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol); local
866 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol); local
882 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol); local
922 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol); local
943 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol); local
999 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol); local
1004 snd_sonicvibes_mixer(struct sonicvibes * sonic) argument
1034 struct sonicvibes *sonic = entry->private_data; local
1061 snd_sonicvibes_proc_init(struct sonicvibes * sonic) argument
1077 snd_sonicvibes_create_gameport(struct sonicvibes *sonic) argument
1099 snd_sonicvibes_free_gameport(struct sonicvibes *sonic) argument
1107 snd_sonicvibes_create_gameport(struct sonicvibes *sonic) argument
1108 snd_sonicvibes_free_gameport(struct sonicvibes *sonic) argument
1111 snd_sonicvibes_free(struct sonicvibes *sonic) argument
1128 struct sonicvibes *sonic = device->device_data; local
1138 struct sonicvibes *sonic; local
1290 struct sonicvibes *sonic = mpu->private_data; local
1297 struct sonicvibes *sonic = mpu->private_data; local
1301 snd_sonicvibes_midi(struct sonicvibes * sonic, struct snd_rawmidi *rmidi) argument
1325 struct sonicvibes *sonic; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A DMakefile428 OBJS-$(CONFIG_SONIC_DECODER) += sonic.o
429 OBJS-$(CONFIG_SONIC_ENCODER) += sonic.o
430 OBJS-$(CONFIG_SONIC_LS_ENCODER) += sonic.o
H A Dallcodecs.c385 REGISTER_ENCDEC (SONIC, sonic);

Completed in 47 milliseconds