Home
last modified time | relevance | path

Searched refs:WSS_HW_INTERWAVE (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/sound/isa/wss/
Dwss_lib.c597 if (chip->hardware == WSS_HW_INTERWAVE) { in snd_wss_calibrate_mute()
656 if (chip->hardware != WSS_HW_INTERWAVE && !chip->single_dma) { in snd_wss_playback_format()
716 if (chip->hardware != WSS_HW_INTERWAVE && in snd_wss_capture_format()
1047 if (chip->single_dma && chip->hardware != WSS_HW_INTERWAVE) { in snd_wss_capture_prepare()
1087 if (chip->single_dma && chip->hardware != WSS_HW_INTERWAVE) { in snd_wss_interrupt()
1297 case WSS_HW_INTERWAVE: in snd_wss_probe()
1318 chip->hardware == WSS_HW_INTERWAVE ? 0xc2 : 0x01; in snd_wss_probe()
1484 if (chip->hardware == WSS_HW_INTERWAVE && chip->dma1 > 3) in snd_wss_playback_open()
1681 case WSS_HW_INTERWAVE: in snd_wss_chip_id()
1864 if (chip->hardware != WSS_HW_INTERWAVE) in snd_wss_pcm()
[all …]
/Linux-v5.15/include/sound/
Dwss.h50 #define WSS_HW_INTERWAVE 0x1000 /* InterWave chip */ macro
/Linux-v5.15/sound/isa/gus/
Dinterwave.c672 WSS_HW_INTERWAVE, in snd_interwave_probe()