Home
last modified time | relevance | path

Searched defs:stype (Results 1 – 6 of 6) sorted by relevance

/sound/soc/au1x/
Dpsc-i2s.c44 #define I2SSTAT_BUSY(stype) \ argument
46 #define I2SPCR_START(stype) \ argument
48 #define I2SPCR_STOP(stype) \ argument
50 #define I2SPCR_CLRFIFO(stype) \ argument
182 static int au1xpsc_i2s_start(struct au1xpsc_audio_data *pscdata, int stype) in au1xpsc_i2s_start()
216 static int au1xpsc_i2s_stop(struct au1xpsc_audio_data *pscdata, int stype) in au1xpsc_i2s_stop()
243 int ret, stype = substream->stream; in au1xpsc_i2s_trigger() local
Dpsc-ac97.c43 #define AC97PCR_START(stype) \ argument
45 #define AC97PCR_STOP(stype) \ argument
47 #define AC97PCR_CLRFIFO(stype) \ argument
50 #define AC97STAT_BUSY(stype) \ argument
218 int chans, t, stype = substream->stream; in au1xpsc_ac97_hw_params() local
297 int ret, stype = substream->stream; in au1xpsc_ac97_trigger() local
Ddbdma2.c160 int stype, int msbits) in au1x_pcm_dbdma_realloc()
209 int stype, ret; in au1xpsc_pcm_hw_params() local
298 int stype = substream->stream, *dmaids; in au1xpsc_pcm_open() local
Di2sc.c139 int stype = SUBSTREAM_TYPE(substream); in au1xi2s_trigger() local
Ddma.c229 int stype = substream->stream; in alchemy_pcm_close() local
/sound/pci/
Dcmipci.c2465 #define DEFINE_SWITCH(sname, stype, sarg) \ argument