Searched refs:location (Results 1 – 4 of 4) sorted by relevance
/sound/soc/au1x/ |
D | dma.c | 272 long location; in alchemy_pcm_pointer() local 274 location = get_dma_residue(stream->dma); in alchemy_pcm_pointer() 275 location = stream->buffer->relative_end - location; in alchemy_pcm_pointer() 276 if (location == -1) in alchemy_pcm_pointer() 277 location = 0; in alchemy_pcm_pointer() 278 return bytes_to_frames(ss->runtime, location); in alchemy_pcm_pointer()
|
/sound/virtio/ |
D | virtio_jack.c | 57 unsigned int location = in virtsnd_jack_get_label() local 71 if (location == AC_JACK_LOC_HDMI) in virtsnd_jack_get_label()
|
/sound/firewire/bebob/ |
D | bebob_stream.c | 257 unsigned int pcm, midi, location; in map_data_channels() local 355 location = pcm + sec_loc; in map_data_channels() 356 if (location >= AM824_MAX_CHANNELS_FOR_PCM) { in map_data_channels() 360 amdtp_am824_set_pcm_position(s, location, in map_data_channels()
|
/sound/pci/hda/ |
D | hda_generic.c | 1478 unsigned int location, hda_nid_t nid) in can_be_multiio_pin() argument 1485 if (location && get_defcfg_location(defcfg) != location) in can_be_multiio_pin() 1499 unsigned int location = get_defcfg_location(defcfg); in count_multiio_pins() local 1507 if (can_be_multiio_pin(codec, location, in count_multiio_pins() 1531 unsigned int location = get_defcfg_location(defcfg); in fill_multi_ios() local 1550 if (!can_be_multiio_pin(codec, location, nid)) in fill_multi_ios()
|