Searched refs:playback (Results 1 - 25 of 514) sorted by relevance

1234567891011>>

/linux-master/sound/usb/usx2y/
H A Dusx2yhwdeppcm.h8 char playback[SSS]; member in struct:snd_usx2y_hwdep_pcm_shm
/linux-master/sound/soc/fsl/
H A Dmpc5200_dma.h12 * psc_ac97_stream - Data specific to a single stream (playback or capture)
48 * @playback: Playback stream context data
66 struct psc_dma_stream playback; member in struct:psc_dma
82 return &psc_dma->playback;
H A Dmpc5200_dma.c39 if (psc_dma->playback.active && (isr & MPC52xx_PSC_IMR_TXEMP))
179 if (psc_dma->playback.active)
225 s = &psc_dma->playback;
252 s = &psc_dma->playback;
254 if (!psc_dma->playback.active &&
277 s = &psc_dma->playback;
356 psc_dma->playback.psc_dma = psc_dma;
365 psc_dma->playback.bcom_task =
368 !psc_dma->playback.bcom_task) {
399 psc_dma->playback
[all...]
/linux-master/sound/soc/intel/boards/
H A Dsof_sdw_common.h71 const bool direction[2]; /* playback & capture support */
79 bool playback);
131 bool playback);
139 bool playback);
150 bool playback);
158 bool playback);
163 bool playback);
170 bool playback);
177 bool playback);
H A Dsof_sdw_cs_amp.c63 bool playback)
65 /* Do init on playback link only. */
66 if (!playback)
59 sof_sdw_cs_amp_init(struct snd_soc_card *card, const struct snd_soc_acpi_link_adr *link, struct snd_soc_dai_link *dai_links, struct sof_sdw_codec_info *info, bool playback) argument
/linux-master/drivers/usb/gadget/function/
H A Du_audio.h42 /* playback */
128 int u_audio_get_volume(struct g_audio *g_audio, int playback, s16 *val);
129 int u_audio_set_volume(struct g_audio *g_audio, int playback, s16 val);
130 int u_audio_get_mute(struct g_audio *g_audio, int playback, int *val);
131 int u_audio_set_mute(struct g_audio *g_audio, int playback, int val);
/linux-master/sound/soc/sof/amd/
H A Drembrandt.c32 .playback = {
56 .playback = {
80 .playback = {
117 .playback = {
H A Dacp63.c32 .playback = {
56 .playback = {
80 .playback = {
117 .playback = {
H A Drenoir.c31 .playback = {
55 .playback = {
92 .playback = {
H A Dvangogh.c32 .playback = {
56 .playback = {
80 .playback = {
117 .playback = {
/linux-master/sound/soc/uniphier/
H A Daio-pxs2.c147 .playback = {
158 .playback = {
176 .playback = {
194 .playback = {
205 .playback = {
216 .playback = {
225 .playback = {
H A Daio-ld11.c194 .playback = {
225 .playback = {
243 .playback = {
254 .playback = {
265 .playback = {
276 .playback = {
289 .playback = {
302 .playback = {
/linux-master/sound/soc/codecs/
H A Dpcm5102a.c17 .playback = {
H A Dbt-sco.c30 .playback = {
47 .playback = {
H A Dak4554.c15 * ak4554 playback format is SND_SOC_DAIFMT_RIGHT_J,
45 .playback = {
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6dsp-lpass-ports.c11 .playback = { \
47 .playback = { \
83 .playback = { \
101 .playback = {
118 .playback = {
146 .playback = {
176 .playback = {
207 .playback = {
238 .playback = {
269 .playback
[all...]
/linux-master/sound/soc/mediatek/mt6797/
H A Dmt6797-dai-hostless.c64 .playback = {
83 .playback = {
/linux-master/sound/soc/mediatek/mt8183/
H A Dmt8183-dai-hostless.c64 .playback = {
83 .playback = {
/linux-master/sound/soc/mediatek/mt8186/
H A Dmt8186-dai-hostless.c114 .playback = {
133 .playback = {
152 .playback = {
171 .playback = {
263 .playback = {
/linux-master/sound/i2c/
H A Dcs8427.c41 struct cs8427_stream playback; member in struct:cs8427
108 chip->playback.hw_udata : chip->playback.hw_status;
240 memcpy(chip->playback.def_status, buf, 24);
241 memcpy(chip->playback.pcm_status, buf, 24);
426 memcpy(ucontrol->value.iec958.status, chip->playback.def_status, 24);
437 chip->playback.pcm_status : chip->playback.def_status;
438 struct snd_pcm_runtime *runtime = chip->playback.substream ?
439 chip->playback
[all...]
/linux-master/sound/soc/ti/
H A Ddavinci-i2s.c177 static void toggle_clock(struct davinci_mcbsp_dev *dev, int playback) argument
179 u32 m = playback ? DAVINCI_MCBSP_PCR_CLKXP : DAVINCI_MCBSP_PCR_CLKRP;
190 int playback = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK); local
192 u32 mask = playback ? DAVINCI_MCBSP_SPCR_XRST : DAVINCI_MCBSP_SPCR_RRST;
205 static void davinci_mcbsp_stop(struct davinci_mcbsp_dev *dev, int playback) argument
212 spcr &= playback ? ~DAVINCI_MCBSP_SPCR_XRST : ~DAVINCI_MCBSP_SPCR_RRST;
214 toggle_clock(dev, playback);
529 int playback = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK); local
531 u32 mask = playback ? DAVINCI_MCBSP_SPCR_XRST : DAVINCI_MCBSP_SPCR_RRST;
533 davinci_mcbsp_stop(dev, playback);
573 int playback = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK); local
596 int playback = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK); local
[all...]
/linux-master/sound/usb/misc/
H A Dua101.c92 /* FIFO to synchronize playback rate to capture rate */
121 } capture, playback; member in struct:ua101
191 ua->playback.substream->runtime->delay -=
193 ua->playback.frame_bytes;
245 if (*value >= ua->playback.queue_length)
246 *value -= ua->playback.queue_length;
262 * Synchronizing the playback rate to the capture rate is done by using
264 * Submitting a playback URB therefore requires both a ready URB and
265 * the size of the corresponding capture packet, i.e., both playback
267 * not guarantee that playback an
[all...]
/linux-master/sound/usb/line6/
H A DMakefile8 playback.o
/linux-master/sound/usb/6fire/
H A Dpcm.h50 struct pcm_substream playback; member in struct:pcm_runtime
/linux-master/sound/soc/sh/
H A Drz-ssi.c122 struct rz_ssi_stream playback; member in struct:rz_ssi_priv
174 struct rz_ssi_stream *stream = &ssi->playback;
184 return (ssi->playback.dma_ch && (ssi->dma_rt || ssi->capture.dma_ch));
519 if (ssi->playback.substream)
520 strm = &ssi->playback;
560 strm->transfer(ssi, &ssi->playback);
572 strm->transfer(ssi, &ssi->playback);
672 if (ssi->playback.dma_ch) {
673 dma_release_channel(ssi->playback.dma_ch);
674 ssi->playback
[all...]

Completed in 193 milliseconds

1234567891011>>