Searched refs:hwshare (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/include/sound/ |
| D | wss.h | 75 unsigned short hwshare; /* shared resources */ member 140 unsigned short hwshare, 153 unsigned short hwshare,
|
| /Linux-v5.10/sound/isa/wss/ |
| D | wss_lib.c | 1662 if (!(chip->hwshare & WSS_HWSHARE_IRQ)) in snd_wss_free() 1665 if (!(chip->hwshare & WSS_HWSHARE_DMA1) && chip->dma1 >= 0) { in snd_wss_free() 1669 if (!(chip->hwshare & WSS_HWSHARE_DMA2) && in snd_wss_free() 1733 unsigned short hwshare, in snd_wss_new() argument 1743 chip->hwshare = hwshare; in snd_wss_new() 1772 unsigned short hwshare, in snd_wss_create() argument 1781 err = snd_wss_new(card, hardware, hwshare, &chip); in snd_wss_create() 1806 if (!(hwshare & WSS_HWSHARE_IRQ)) in snd_wss_create() 1815 if (!(hwshare & WSS_HWSHARE_DMA1) && request_dma(dma1, "WSS - 1")) { in snd_wss_create() 1821 if (!(hwshare & WSS_HWSHARE_DMA2) && dma1 != dma2 && in snd_wss_create()
|
| /Linux-v5.10/sound/isa/cs423x/ |
| D | cs4236_lib.c | 264 unsigned short hwshare, in snd_cs4236_create() argument 277 irq, dma1, dma2, hardware, hwshare, &chip); in snd_cs4236_create()
|