| /OK3568_Linux_fs/kernel/sound/soc/ux500/ |
| H A D | mop500_ab8500.c | 224 bool is_playback; in mop500_ab8500_hw_params() local 296 is_playback = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK); in mop500_ab8500_hw_params() 300 tx_slots = (is_playback) ? TX_SLOT_MONO : 0; in mop500_ab8500_hw_params() 301 rx_slots = (is_playback) ? 0 : RX_SLOT_MONO; in mop500_ab8500_hw_params() 305 tx_slots = (is_playback) ? TX_SLOT_STEREO : 0; in mop500_ab8500_hw_params() 306 rx_slots = (is_playback) ? 0 : RX_SLOT_STEREO; in mop500_ab8500_hw_params() 310 tx_slots = (is_playback) ? TX_SLOT_8CH : 0; in mop500_ab8500_hw_params() 311 rx_slots = (is_playback) ? 0 : RX_SLOT_8CH; in mop500_ab8500_hw_params()
|
| H A D | ux500_msp_dai.c | 429 bool is_playback = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK); in ux500_msp_dai_shutdown() local 441 is_playback ? MSP_DIR_TX : MSP_DIR_RX)) { in ux500_msp_dai_shutdown()
|
| /OK3568_Linux_fs/kernel/sound/soc/rockchip/ |
| H A D | rockchip_dlp.c | 217 bool is_playback = prtd->stream == SNDRV_PCM_STREAM_PLAYBACK; in dlp_get_offset_size() local 230 if (is_playback) { in dlp_get_offset_size() 245 if (is_playback) { in dlp_get_offset_size() 254 if (is_playback) { in dlp_get_offset_size() 269 if (is_playback) { in dlp_get_offset_size() 278 if (is_playback) { in dlp_get_offset_size() 293 if (is_playback) { in dlp_get_offset_size() 302 if (is_playback) { in dlp_get_offset_size() 317 if (is_playback) { in dlp_get_offset_size() 326 if (is_playback) { in dlp_get_offset_size() [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/atmel/ |
| H A D | atmel-i2s.c | 272 bool is_playback = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK); in atmel_i2s_prepare() local 275 if (is_playback) { in atmel_i2s_prepare() 324 bool is_playback = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK); in atmel_i2s_hw_params() local 330 if (is_playback) in atmel_i2s_hw_params() 367 if (is_playback) in atmel_i2s_hw_params() 477 bool is_playback = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK); in atmel_i2s_trigger() local 486 cr = is_playback ? ATMEL_I2SC_CR_TXEN : ATMEL_I2SC_CR_RXEN; in atmel_i2s_trigger() 492 cr = is_playback ? ATMEL_I2SC_CR_TXDIS : ATMEL_I2SC_CR_RXDIS; in atmel_i2s_trigger()
|
| H A D | mchp-i2s-mcc.c | 498 bool is_playback = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK); in mchp_i2s_mcc_hw_params() local 554 if (is_playback) in mchp_i2s_mcc_hw_params() 575 if (is_playback) in mchp_i2s_mcc_hw_params() 593 if (is_playback) in mchp_i2s_mcc_hw_params() 691 bool is_playback = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK); in mchp_i2s_mcc_hw_free() local 694 if (is_playback) { in mchp_i2s_mcc_hw_free() 738 bool is_playback = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK); in mchp_i2s_mcc_trigger() local 748 if (is_playback) in mchp_i2s_mcc_trigger() 757 if (is_playback && (sr & MCHP_I2SMCC_SR_TXEN)) { in mchp_i2s_mcc_trigger() 765 } else if (!is_playback && (sr & MCHP_I2SMCC_SR_RXEN)) { in mchp_i2s_mcc_trigger()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | f_uac1.c | 662 unsigned int is_playback = 0; in in_rq_cur() local 665 is_playback = 1; in in_rq_cur() 670 u_audio_get_mute(audio, is_playback, &mute); in in_rq_cur() 678 u_audio_get_volume(audio, is_playback, &volume); in in_rq_cur() 713 unsigned int is_playback = 0; in in_rq_min() local 716 is_playback = 1; in in_rq_min() 722 if (is_playback) in in_rq_min() 760 unsigned int is_playback = 0; in in_rq_max() local 763 is_playback = 1; in in_rq_max() 769 if (is_playback) in in_rq_max() [all …]
|
| H A D | f_uac2.c | 685 u8 bint, unsigned int factor, bool is_playback) in get_max_bw_for_bint() argument 690 if (is_playback) { in get_max_bw_for_bint() 700 if (is_playback || (uac2_opts->c_sync == USB_ENDPOINT_SYNC_ASYNC)) { in get_max_bw_for_bint() 717 enum usb_device_speed speed, bool is_playback) in set_ep_max_packet_size_bint() argument 728 max_size_bw = get_max_bw_for_bint(uac2_opts, bint, 1000, is_playback); in set_ep_max_packet_size_bint() 734 if (is_playback) in set_ep_max_packet_size_bint() 742 max_size_bw = get_max_bw_for_bint(uac2_opts, bint, 8000, is_playback); in set_ep_max_packet_size_bint() 747 uac2_opts, bint, 8000, is_playback); in set_ep_max_packet_size_bint() 758 if (is_playback) in set_ep_max_packet_size_bint() 1552 unsigned int is_playback = 0; in in_rq_cur() local [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/tegra/ |
| H A D | tegra210_i2s.c | 86 bool is_playback) in tegra210_i2s_sw_reset() argument 96 if (is_playback) { in tegra210_i2s_sw_reset() 119 is_playback ? "playback" : "capture"); in tegra210_i2s_sw_reset() 138 bool is_playback; in tegra210_i2s_init() local 143 is_playback = true; in tegra210_i2s_init() 147 is_playback = false; in tegra210_i2s_init() 160 is_playback ? "playback" : "capture"); in tegra210_i2s_init() 164 return tegra210_i2s_sw_reset(compnt, is_playback); in tegra210_i2s_init()
|
| /OK3568_Linux_fs/kernel/sound/usb/ |
| H A D | pcm.c | 499 int is_playback = subs->direction == SNDRV_PCM_STREAM_PLAYBACK; in set_sync_endpoint() local 511 if ((is_playback && (attr != USB_ENDPOINT_SYNC_ASYNC)) || in set_sync_endpoint() 512 (!is_playback && (attr != USB_ENDPOINT_SYNC_ADAPTIVE))) { in set_sync_endpoint() 536 if ((is_playback && (attr == USB_ENDPOINT_SYNC_SYNC || in set_sync_endpoint() 538 (!is_playback && attr != USB_ENDPOINT_SYNC_ADAPTIVE)) in set_sync_endpoint() 560 if (is_playback && attr == USB_ENDPOINT_SYNC_NONE) in set_sync_endpoint() 567 ((is_playback && ep != (unsigned int)(get_endpoint(alts, 0)->bSynchAddress | USB_DIR_IN)) || in set_sync_endpoint() 568 (!is_playback && ep != (unsigned int)(get_endpoint(alts, 0)->bSynchAddress & ~USB_DIR_IN)))) { in set_sync_endpoint() 572 is_playback, ep, get_endpoint(alts, 0)->bSynchAddress); in set_sync_endpoint() 573 if (is_playback && attr == USB_ENDPOINT_SYNC_NONE) in set_sync_endpoint() [all …]
|
| H A D | endpoint.c | 467 int is_playback = direction == SNDRV_PCM_STREAM_PLAYBACK; in snd_usb_add_endpoint() local 486 is_playback ? "playback" : "capture", in snd_usb_add_endpoint() 503 if (is_playback) in snd_usb_add_endpoint()
|
| /OK3568_Linux_fs/kernel/sound/soc/ |
| H A D | soc-generic-dmaengine-pcm.c | 311 bool is_playback = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; in dmaengine_copy_user() local 316 if (is_playback) in dmaengine_copy_user() 326 if (!is_playback) in dmaengine_copy_user()
|
| /OK3568_Linux_fs/kernel/sound/soc/meson/ |
| H A D | meson-card.h | 50 bool is_playback);
|
| H A D | meson-card-utils.c | 186 bool is_playback) in meson_card_set_fe_link() argument 204 if (is_playback) in meson_card_set_fe_link()
|
| /OK3568_Linux_fs/kernel/sound/core/ |
| H A D | pcm_lib.c | 1830 int is_playback = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; in wait_for_avail() local 1888 if (is_playback) in wait_for_avail() 1904 is_playback ? "playback" : "capture"); in wait_for_avail() 2128 bool is_playback; in __snd_pcm_lib_xfer() local 2137 is_playback = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; in __snd_pcm_lib_xfer() 2150 if (is_playback) in __snd_pcm_lib_xfer() 2158 transfer = is_playback ? in __snd_pcm_lib_xfer() 2164 transfer = is_playback ? in __snd_pcm_lib_xfer() 2186 if (!is_playback && in __snd_pcm_lib_xfer() 2200 if (!is_playback && in __snd_pcm_lib_xfer() [all …]
|
| /OK3568_Linux_fs/kernel/sound/usb/usx2y/ |
| H A D | usbusx2yaudio.c | 397 int is_playback = subs == subs->usx2y->subs[SNDRV_PCM_STREAM_PLAYBACK]; in usx2y_urbs_allocate() local 400 pipe = is_playback ? usb_sndisocpipe(dev, subs->endpoint) : in usx2y_urbs_allocate() 402 subs->maxpacksize = usb_maxpacket(dev, pipe, is_playback); in usx2y_urbs_allocate() 406 if (is_playback && NULL == subs->tmpbuf) { /* allocate a temporary buffer for playback */ in usx2y_urbs_allocate() 423 if (!is_playback && !(*purb)->transfer_buffer) { in usx2y_urbs_allocate()
|
| H A D | usx2yhwdeppcm.c | 304 int is_playback = subs == subs->usx2y->subs[SNDRV_PCM_STREAM_PLAYBACK]; in usx2y_usbpcm_urbs_allocate() local 307 pipe = is_playback ? usb_sndisocpipe(dev, subs->endpoint) : in usx2y_usbpcm_urbs_allocate() 309 subs->maxpacksize = usb_maxpacket(dev, pipe, is_playback); in usx2y_usbpcm_urbs_allocate() 325 (*purb)->transfer_buffer = is_playback ? in usx2y_usbpcm_urbs_allocate()
|
| /OK3568_Linux_fs/kernel/sound/soc/sprd/ |
| H A D | sprd-pcm-dma.c | 198 int is_playback = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; in sprd_pcm_hw_params() local 243 if (is_playback) { in sprd_pcm_hw_params()
|
| /OK3568_Linux_fs/kernel/sound/soc/bcm/ |
| H A D | cygnus-pcm.c | 217 bool is_playback, in ringbuf_set_initial() argument 230 if (is_playback) { in ringbuf_set_initial()
|
| /OK3568_Linux_fs/kernel/sound/pci/ |
| H A D | rme32.c | 622 snd_rme32_setframelog(struct rme32 * rme32, int n_channels, int is_playback) in snd_rme32_setframelog() argument 632 if (is_playback) { in snd_rme32_setframelog()
|
| H A D | rme96.c | 905 int is_playback) in snd_rme96_setframelog() argument 915 if (is_playback) { in snd_rme96_setframelog()
|