Home
last modified time | relevance | path

Searched refs:interwave (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/sound/isa/gus/
H A DMakefile17 snd-interwave-objs := interwave.o
18 snd-interwave-stb-objs := interwave-stb.o
24 obj-$(CONFIG_SND_INTERWAVE) += snd-interwave.o snd-gus-lib.o
25 obj-$(CONFIG_SND_INTERWAVE_STB) += snd-interwave-stb.o snd-gus-lib.o
H A Dgus_io.c329 if (!gus->interwave)
353 if (!gus->interwave)
379 if (!gus->interwave)
442 if (gus->interwave && snd_gf1_i_read8(gus, 0x19) & 0x01) { /* enhanced mode */ in snd_gf1_print_voice_registers()
469 if (gus->interwave) {
479 if (!gus->interwave)
501 if (gus->interwave) {
H A Dgus_dram.c24 if (gus->interwave) { in snd_gus_dram_poke()
60 if (gus->interwave) { in snd_gus_dram_peek()
H A Dgus_pcm.c306 if (gus->interwave) { in snd_gf1_pcm_poke_block()
852 capture = !gus->interwave && !gus->ess_flag && !gus->ace_flag ? 1 : 0; in snd_gf1_pcm_new()
854 gus->interwave ? "AMD InterWave" : "GF1", in snd_gf1_pcm_new()
881 if (gus->interwave) { in snd_gf1_pcm_new()
H A Dgus_uart.c237 strcpy(rmidi->name, gus->interwave ? "AMD InterWave" : "GF1"); in snd_gf1_rawmidi_new()
H A Dinterwave.c271 gus->interwave = 1; in snd_interwave_detect()
472 gus->interwave = 1; in snd_interwave_init()
H A Dgus_main.c397 if (!gus->interwave) { in snd_gus_initialize()
/OK3568_Linux_fs/kernel/sound/isa/
H A DKconfig259 will be called snd-interwave.
272 will be called snd-interwave-stb.
/OK3568_Linux_fs/kernel/include/sound/
H A Dgus.h402 interwave:1, /* hey - we have InterWave card */ member
/OK3568_Linux_fs/kernel/Documentation/sound/
H A Dalsa-configuration.rst1331 Module snd-interwave
1361 Module snd-interwave-stb
2571 alias snd-card-0 snd-interwave
2573 options snd-interwave index=0
2576 alias sound-slot-0 snd-interwave
2580 In this example, the interwave card is always loaded as the first card
2588 options snd slots=snd-interwave,snd-ens1371
2590 Then, the first slot (#0) is reserved for snd-interwave driver, and
2598 other driver (e.g. snd-usb-audio) is loaded before snd-interwave or