* Re: [PATCH] ALSA: usb-audio: work around KEF X300A firmware bug @ 2015-11-26 16:45 Patrick Laughlin 2015-11-27 9:23 ` Clemens Ladisch 0 siblings, 1 reply; 4+ messages in thread From: Patrick Laughlin @ 2015-11-26 16:45 UTC (permalink / raw) To: alsa-devel Thank you for the help regarding this bug. I am not a programmer - could you tell me how to install this fix? Id there a newer version of the firmware you can send me? Thanks you! Patrick ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ALSA: usb-audio: work around KEF X300A firmware bug 2015-11-26 16:45 [PATCH] ALSA: usb-audio: work around KEF X300A firmware bug Patrick Laughlin @ 2015-11-27 9:23 ` Clemens Ladisch 0 siblings, 0 replies; 4+ messages in thread From: Clemens Ladisch @ 2015-11-27 9:23 UTC (permalink / raw) To: Patrick Laughlin, alsa-devel Patrick Laughlin wrote: > I am not a programmer - could you tell me how to install this fix? It has been merged into all the relevant stable kernels, so you should have gotten it with some kernel update from your distribution. > Id there a newer version of the firmware you can send me? Ask KEF. (But I doubt that the firmware is upgradeable.) Regards, Clemens ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <1392284545.11227.4.camel@srv31.corp.novso.com>]
* [PATCH] ALSA: usb-audio: work around KEF X300A firmware bug [not found] <1392284545.11227.4.camel@srv31.corp.novso.com> @ 2014-02-16 16:11 ` Clemens Ladisch 2014-02-17 9:12 ` Takashi Iwai 0 siblings, 1 reply; 4+ messages in thread From: Clemens Ladisch @ 2014-02-16 16:11 UTC (permalink / raw) To: Takashi Iwai; +Cc: alsa-devel, Nicolas DEFFAYET When the driver tries to access Function Unit 10, the KEF X300A speakers' firmware apparently locks up, making even PCM streaming impossible. Work around this by ignoring this FU. Cc: <stable@vger.kernel.org> Signed-off-by: Clemens Ladisch <clemens@ladisch.de> --- sound/usb/mixer_maps.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sound/usb/mixer_maps.c b/sound/usb/mixer_maps.c index 32af6b7..d1d72ff 100644 --- a/sound/usb/mixer_maps.c +++ b/sound/usb/mixer_maps.c @@ -328,6 +328,11 @@ static struct usbmix_name_map gamecom780_map[] = { {} }; +static const struct usbmix_name_map kef_x300a_map[] = { + { 10, NULL }, /* firmware locks up (?) when we try to access this FU */ + { 0 } +}; + /* * Control map entries */ @@ -419,6 +424,10 @@ static struct usbmix_ctl_map usbmix_ctl_maps[] = { .id = USB_ID(0x200c, 0x1018), .map = ebox44_map, }, + { + .id = USB_ID(0x27ac, 0x1000), + .map = kef_x300a_map, + }, { 0 } /* terminator */ }; ^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] ALSA: usb-audio: work around KEF X300A firmware bug 2014-02-16 16:11 ` Clemens Ladisch @ 2014-02-17 9:12 ` Takashi Iwai 0 siblings, 0 replies; 4+ messages in thread From: Takashi Iwai @ 2014-02-17 9:12 UTC (permalink / raw) To: Clemens Ladisch; +Cc: alsa-devel, Nicolas DEFFAYET At Sun, 16 Feb 2014 17:11:10 +0100, Clemens Ladisch wrote: > > When the driver tries to access Function Unit 10, the KEF X300A > speakers' firmware apparently locks up, making even PCM streaming > impossible. Work around this by ignoring this FU. > > Cc: <stable@vger.kernel.org> > Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Thanks, applied. Takashi > --- > sound/usb/mixer_maps.c | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/sound/usb/mixer_maps.c b/sound/usb/mixer_maps.c > index 32af6b7..d1d72ff 100644 > --- a/sound/usb/mixer_maps.c > +++ b/sound/usb/mixer_maps.c > @@ -328,6 +328,11 @@ static struct usbmix_name_map gamecom780_map[] = { > {} > }; > > +static const struct usbmix_name_map kef_x300a_map[] = { > + { 10, NULL }, /* firmware locks up (?) when we try to access this FU */ > + { 0 } > +}; > + > /* > * Control map entries > */ > @@ -419,6 +424,10 @@ static struct usbmix_ctl_map usbmix_ctl_maps[] = { > .id = USB_ID(0x200c, 0x1018), > .map = ebox44_map, > }, > + { > + .id = USB_ID(0x27ac, 0x1000), > + .map = kef_x300a_map, > + }, > { 0 } /* terminator */ > }; > ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-11-27 9:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-26 16:45 [PATCH] ALSA: usb-audio: work around KEF X300A firmware bug Patrick Laughlin
2015-11-27 9:23 ` Clemens Ladisch
[not found] <1392284545.11227.4.camel@srv31.corp.novso.com>
2014-02-16 16:11 ` Clemens Ladisch
2014-02-17 9:12 ` Takashi Iwai
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.