Home | History | Annotate | Download | only in usbaudio

Lines Matching refs:hw_dev

525 static int adev_open_output_stream(struct audio_hw_device *hw_dev,
565 out->adev = (struct audio_device *)hw_dev;
664 static void adev_close_output_stream(struct audio_hw_device *hw_dev,
687 static size_t adev_get_input_buffer_size(const struct audio_hw_device *hw_dev,
930 static int adev_open_input_stream(struct audio_hw_device *hw_dev,
969 in->adev = (struct audio_device *)hw_dev;
1077 static void adev_close_input_stream(struct audio_hw_device *hw_dev,
1096 static int adev_set_parameters(struct audio_hw_device *hw_dev, const char *kvpairs)
1101 static char * adev_get_parameters(const struct audio_hw_device *hw_dev, const char *keys)
1106 static int adev_init_check(const struct audio_hw_device *hw_dev)
1111 static int adev_set_voice_volume(struct audio_hw_device *hw_dev, float volume)
1116 static int adev_set_master_volume(struct audio_hw_device *hw_dev, float volume)
1121 static int adev_set_mode(struct audio_hw_device *hw_dev, audio_mode_t mode)
1126 static int adev_set_mic_mute(struct audio_hw_device *hw_dev, bool state)
1128 struct audio_device * adev = (struct audio_device *)hw_dev;
1135 static int adev_get_mic_mute(const struct audio_hw_device *hw_dev, bool *state)