Home | History | Annotate | Download | only in usbaudio

Lines Matching refs:audio_hw_device

59     struct audio_hw_device hw_device;
477 static int adev_open_output_stream(struct audio_hw_device *dev,
585 static void adev_close_output_stream(struct audio_hw_device *dev,
602 static size_t adev_get_input_buffer_size(const struct audio_hw_device *dev,
885 static int adev_open_input_stream(struct audio_hw_device *dev,
981 static void adev_close_input_stream(struct audio_hw_device *dev, struct audio_stream_in *stream)
996 static int adev_set_parameters(struct audio_hw_device *dev, const char *kvpairs)
1038 static char * adev_get_parameters(const struct audio_hw_device *dev, const char *keys)
1043 static int adev_init_check(const struct audio_hw_device *dev)
1048 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume)
1053 static int adev_set_master_volume(struct audio_hw_device *dev, float volume)
1058 static int adev_set_mode(struct audio_hw_device *dev, audio_mode_t mode)
1063 static int adev_set_mic_mute(struct audio_hw_device *dev, bool state)
1072 static int adev_get_mic_mute(const struct audio_hw_device *dev, bool *state)