Re: [PATCH] ASoC: rx51: do not fail if could not get jack detection gpio

2015-01-28 Thread Pali Rohár
> > > It is quite important to keep qemu working, really. > > > Debugging early boot on hardware is very hard, for > > > example. > > > > I understand, but looking at the history of the driver, if > > it fails now with the jack-detection GPIO, it should have > > been failing in the past as well.

Re: [PATCH] ASoC: rx51: do not fail if could not get jack detection gpio

2015-01-28 Thread Pali Rohár
It is quite important to keep qemu working, really. Debugging early boot on hardware is very hard, for example. I understand, but looking at the history of the driver, if it fails now with the jack-detection GPIO, it should have been failing in the past as well. What triggered

Re: [PATCH] ASoC: rx51: do not fail if could not get jack detection gpio

2015-01-27 Thread Pali Rohár
On Tuesday 27 January 2015 14:41:43 Peter Ujfalusi wrote: > On 01/27/2015 03:32 PM, Pavel Machek wrote: > > On Tue 2015-01-27 15:27:58, Peter Ujfalusi wrote: > >> Hi, > >> > >> On 01/26/2015 10:51 PM, Pali Rohár wrote: > >>> qemu does not emulate it > >> > >> Not sure about this... How does qemu

Re: [PATCH] ASoC: rx51: do not fail if could not get jack detection gpio

2015-01-27 Thread Peter Ujfalusi
On 01/27/2015 03:32 PM, Pavel Machek wrote: > On Tue 2015-01-27 15:27:58, Peter Ujfalusi wrote: >> Hi, >> >> On 01/26/2015 10:51 PM, Pali Rohár wrote: >>> qemu does not emulate it >> >> Not sure about this... How does qemu emulate tlv320aic3106, tpa6130a2a, >> McBSP, >> sDMA for audio to work?

Re: [PATCH] ASoC: rx51: do not fail if could not get jack detection gpio

2015-01-27 Thread Pavel Machek
On Tue 2015-01-27 15:27:58, Peter Ujfalusi wrote: > Hi, > > On 01/26/2015 10:51 PM, Pali Rohár wrote: > > qemu does not emulate it > > Not sure about this... How does qemu emulate tlv320aic3106, tpa6130a2a, McBSP, > sDMA for audio to work? What about the other three GPIOs in this machine >

Re: [PATCH] ASoC: rx51: do not fail if could not get jack detection gpio

2015-01-27 Thread Peter Ujfalusi
Hi, On 01/26/2015 10:51 PM, Pali Rohár wrote: > qemu does not emulate it Not sure about this... How does qemu emulate tlv320aic3106, tpa6130a2a, McBSP, sDMA for audio to work? What about the other three GPIOs in this machine driver? The "nokia,n900-audio" compatible mandates that the

Re: [PATCH] ASoC: rx51: do not fail if could not get jack detection gpio

2015-01-27 Thread Pali Rohár
On Tuesday 27 January 2015 14:41:43 Peter Ujfalusi wrote: On 01/27/2015 03:32 PM, Pavel Machek wrote: On Tue 2015-01-27 15:27:58, Peter Ujfalusi wrote: Hi, On 01/26/2015 10:51 PM, Pali Rohár wrote: qemu does not emulate it Not sure about this... How does qemu emulate

Re: [PATCH] ASoC: rx51: do not fail if could not get jack detection gpio

2015-01-27 Thread Peter Ujfalusi
On 01/27/2015 03:32 PM, Pavel Machek wrote: On Tue 2015-01-27 15:27:58, Peter Ujfalusi wrote: Hi, On 01/26/2015 10:51 PM, Pali Rohár wrote: qemu does not emulate it Not sure about this... How does qemu emulate tlv320aic3106, tpa6130a2a, McBSP, sDMA for audio to work? What about the other

Re: [PATCH] ASoC: rx51: do not fail if could not get jack detection gpio

2015-01-27 Thread Peter Ujfalusi
Hi, On 01/26/2015 10:51 PM, Pali Rohár wrote: qemu does not emulate it Not sure about this... How does qemu emulate tlv320aic3106, tpa6130a2a, McBSP, sDMA for audio to work? What about the other three GPIOs in this machine driver? The nokia,n900-audio compatible mandates that the

Re: [PATCH] ASoC: rx51: do not fail if could not get jack detection gpio

2015-01-27 Thread Pavel Machek
On Tue 2015-01-27 15:27:58, Peter Ujfalusi wrote: Hi, On 01/26/2015 10:51 PM, Pali Rohár wrote: qemu does not emulate it Not sure about this... How does qemu emulate tlv320aic3106, tpa6130a2a, McBSP, sDMA for audio to work? What about the other three GPIOs in this machine driver?

[PATCH] ASoC: rx51: do not fail if could not get jack detection gpio

2015-01-26 Thread Pali Rohár
qemu does not emulate it Signed-off-by: Pali Rohár --- sound/soc/omap/rx51.c | 45 + 1 file changed, 25 insertions(+), 20 deletions(-) diff --git a/sound/soc/omap/rx51.c b/sound/soc/omap/rx51.c index 04896d6..a689021 100644 ---

[PATCH] ASoC: rx51: do not fail if could not get jack detection gpio

2015-01-26 Thread Pali Rohár
qemu does not emulate it Signed-off-by: Pali Rohár pali.ro...@gmail.com --- sound/soc/omap/rx51.c | 45 + 1 file changed, 25 insertions(+), 20 deletions(-) diff --git a/sound/soc/omap/rx51.c b/sound/soc/omap/rx51.c index 04896d6..a689021 100644 ---