Skip to content
  • Dylan Reid's avatar
    ALSA: usb-audio: Move configuration to prepare. · 61a70950
    Dylan Reid authored
    
    
    Move interface and endpoint configuration from hw_params to prepare
    callback.  During system suspend/resume when the USB device power isn't
    cycled the interface and endpoint configuration need to be set before
    audio playback can continue.  Resume involves another call to prepare
    but not to hw_params, moving it here allows a playing stream to continue
    after resume.
    
    Signed-off-by: default avatarDylan Reid <dgreid@chromium.org>
    Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
    61a70950