14 Oct, 2013
1 commit
-
These aren't necessary after switch and if blocks.
Signed-off-by: Joe Perches
Signed-off-by: Takashi Iwai
09 Dec, 2012
1 commit
-
CONFIG_HOTPLUG is going away as an option. As result the __dev*
markings will be going away.Remove use of __devinit, __devexit_p, __devinitdata, __devinitconst,
and __devexit.Signed-off-by: Bill Pemberton
Signed-off-by: Mark Brown
04 Apr, 2012
1 commit
-
In order to support CODECCODEC links remove the assumption that there
is only a single CODEC on a DAI link by removing the use of the CODEC
pointer in the rtd from the CODEC drivers. They are already being passed
their DAI whenever they are passed an rtd and can get the CODEC from
there.Signed-off-by: Mark Brown
01 Apr, 2012
2 commits
-
It's more idiomatic to do this and it means we don't try to bring up the
card if the CODEC didn't manage to bind successfully.Signed-off-by: Mark Brown
-
Signed-off-by: Mark Brown
02 Jan, 2012
1 commit
-
We can't just pass back the return value of snd_soc_update_bits() as it
will be 1 if a bit changed rather than zero.Signed-off-by: Axel Lin
Signed-off-by: Mark Brown
20 Dec, 2011
1 commit
-
Signed-off-by: Axel Lin
Signed-off-by: Mark Brown
02 Dec, 2011
1 commit
-
The existence of this parameter is purely historical. None of the CODEC drivers
uses it and we always pass in the same value anyway, so it should be safe to
remove it.Signed-off-by: Lars-Peter Clausen
Acked-by: Liam Girdwood
Signed-off-by: Mark Brown
27 Nov, 2011
1 commit
-
They've not been needed for a long time if they were ever required.
Signed-off-by: Mark Brown
23 Nov, 2011
1 commit
-
Commit 1ee46ebd("ASoC: Make the DAI ops constant in the DAI structure")
introduced the possibility to have constant DAI ops structures, yet this is
barley used in both existing drivers and also new drivers being submitted,
although none of them modifies its DAI ops structure. The later is not
surprising since existing drivers are often used as templates for new drivers.
So this patch just constifies all existing snd_soc_dai_ops structs to eliminate
the issue altogether.The patch was generated with the following coccinelle semantic patch:
//
@@
identifier ops;
@@
-struct snd_soc_dai_ops ops =
+const struct snd_soc_dai_ops ops =
{ ... };
//Signed-off-by: Lars-Peter Clausen
Signed-off-by: Mark Brown
20 Oct, 2011
2 commits
-
Signed-off-by: Axel Lin
Acked-by: Liam Girdwood
Signed-off-by: Mark Brown -
Signed-off-by: Axel Lin
Acked-by: Liam Girdwood
Signed-off-by: Mark Brown
02 Jun, 2011
1 commit
-
Signed-off-by: Mark Brown
Acked-by: Liam Girdwood
20 May, 2011
1 commit
-
A driver for the AK4641 codec used in iPAQ hx4700 and Glofiish M800
among others.Signed-off-by: Harald Welte
Signed-off-by: Philipp Zabel
Signed-off-by: Dmitry Artamonow
Acked-by: Liam Girdwood
Signed-off-by: Mark Brown