[alsa-devel] no reset_resume for driver snd-usb-audio for logitech headset H600
Takashi Iwai
tiwai at suse.de
Wed Oct 9 09:56:16 CEST 2013
At Tue, 8 Oct 2013 13:38:26 -0400 (EDT),
Alan Stern wrote:
>
> On Tue, 8 Oct 2013 baumber at hotmail.com wrote:
>
> > Hello,
> >
> > please help me with the bug for my Logitech Headset;
> >
> > https://bugzilla.kernel.org/show_bug.cgi?id=62691
> >
> > Bug ID: 62691
> > Summary: no reset_resume for driver snd-usb-audio for logitech headset H600
> >
> > Thank you
> >
> > Best regards, Bernhard
>
> Actually this should be brought to the attention of the ALSA
> developers (CC'ed). They are the people in charge of the snd-usb-audio
> driver.
How about simply applying the same resume for reset_resume like below?
Takashi
---
diff --git a/sound/usb/card.c b/sound/usb/card.c
index 9d9de8d..c591a83 100644
--- a/sound/usb/card.c
+++ b/sound/usb/card.c
@@ -747,6 +747,7 @@ static struct usb_driver usb_audio_driver = {
.disconnect = usb_audio_disconnect,
.suspend = usb_audio_suspend,
.resume = usb_audio_resume,
+ .reset_resume = usb_audio_resume,
.id_table = usb_audio_ids,
.supports_autosuspend = 1,
};
More information about the Alsa-devel
mailing list