Home
last modified time | relevance | path

Searched refs:location (Results 1 – 4 of 4) sorted by relevance

/sound/soc/au1x/
Ddma.c271 long location; in alchemy_pcm_pointer() local
273 location = get_dma_residue(stream->dma); in alchemy_pcm_pointer()
274 location = stream->buffer->relative_end - location; in alchemy_pcm_pointer()
275 if (location == -1) in alchemy_pcm_pointer()
276 location = 0; in alchemy_pcm_pointer()
277 return bytes_to_frames(ss->runtime, location); in alchemy_pcm_pointer()
/sound/mips/
Dau1x00.c411 long location; in snd_au1000_pointer() local
414 location = get_dma_residue(stream->dma); in snd_au1000_pointer()
416 location = stream->buffer->relative_end - location; in snd_au1000_pointer()
417 if (location == -1) in snd_au1000_pointer()
418 location = 0; in snd_au1000_pointer()
419 return bytes_to_frames(runtime,location); in snd_au1000_pointer()
/sound/firewire/bebob/
Dbebob_stream.c259 unsigned int pcm, midi, location; in map_data_channels() local
357 location = pcm + sec_loc; in map_data_channels()
358 if (location >= AM824_MAX_CHANNELS_FOR_PCM) { in map_data_channels()
362 amdtp_am824_set_pcm_position(s, location, in map_data_channels()
/sound/pci/hda/
Dhda_generic.c1449 unsigned int location, hda_nid_t nid) in can_be_multiio_pin() argument
1456 if (location && get_defcfg_location(defcfg) != location) in can_be_multiio_pin()
1470 unsigned int location = get_defcfg_location(defcfg); in count_multiio_pins() local
1478 if (can_be_multiio_pin(codec, location, in count_multiio_pins()
1502 unsigned int location = get_defcfg_location(defcfg); in fill_multi_ios() local
1521 if (!can_be_multiio_pin(codec, location, nid)) in fill_multi_ios()