[ALSA] snd-powermac: no longer handle anything with a layout-id property
This patch removes from snd-powermac the code that check for the layout-id and instead adds code that makes it refuse loading when a layout-id property is present, nothing that snd-aoa should be used. It also removes the 'toonie' codec from snd-powermac which was only ever used on the mac mini which has a layout-id property. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:

gecommit door
Jaroslav Kysela

bovenliggende
f3d9478b2c
commit
55c385ad5e
@@ -85,7 +85,7 @@ struct pmac_stream {
|
||||
|
||||
enum snd_pmac_model {
|
||||
PMAC_AWACS, PMAC_SCREAMER, PMAC_BURGUNDY, PMAC_DACA, PMAC_TUMBLER,
|
||||
PMAC_SNAPPER, PMAC_TOONIE
|
||||
PMAC_SNAPPER
|
||||
};
|
||||
|
||||
struct snd_pmac {
|
||||
@@ -188,7 +188,6 @@ int snd_pmac_burgundy_init(struct snd_pmac *chip);
|
||||
int snd_pmac_daca_init(struct snd_pmac *chip);
|
||||
int snd_pmac_tumbler_init(struct snd_pmac *chip);
|
||||
int snd_pmac_tumbler_post_init(void);
|
||||
int snd_pmac_toonie_init(struct snd_pmac *chip);
|
||||
|
||||
/* i2c functions */
|
||||
struct pmac_keywest {
|
||||
|
Verwijs in nieuw issue
Block a user